PMD report

Problems found

#FileLineProblem
66066 src/com/itac/Aggregator.java 26 headerCommentRequirement Required
66067 src/com/itac/Aggregator.java 28 Avoid using implementation types like 'Hashtable'; use the interface instead
66068 src/com/itac/Aggregator.java 28 Consider replacing this Hashtable with the newer java.util.Map
66069 src/com/itac/Aggregator.java 28 Parameter 'jsonstring' is not assigned and could be declared final
66070 src/com/itac/Aggregator.java 28 publicMethodCommentRequirement Required
66071 src/com/itac/Aggregator.java 30 Consider replacing this Hashtable with the newer java.util.Map
66072 src/com/itac/Aggregator.java 30 Local variable 'hash' could be declared final
66073 src/com/itac/Aggregator.java 33 Local variable 'jsonobj' could be declared final
66074 src/com/itac/Aggregator.java 34 Avoid variables with short names like it
66075 src/com/itac/Aggregator.java 34 Local variable 'it' could be declared final
66076 src/com/itac/Aggregator.java 37 Local variable 'key' could be declared final
66077 src/com/itac/Aggregator.java 37 Potential violation of Law of Demeter (method chain calls)
66078 src/com/itac/Aggregator.java 40 A method should have only one exit point, and that should be the last statement in the method
66079 src/com/itac/Aggregator.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66080 src/com/itac/Aggregator.java 43 Avoid printStackTrace(); use a logger call instead.
66081 src/com/itac/Aggregator.java 49 Avoid using implementation types like 'Hashtable'; use the interface instead
66082 src/com/itac/Aggregator.java 49 Consider replacing this Hashtable with the newer java.util.Map
66083 src/com/itac/Aggregator.java 49 Method names should not start with capital letters
66084 src/com/itac/Aggregator.java 49 Parameter 'classname' is not assigned and could be declared final
66085 src/com/itac/Aggregator.java 49 Parameter 'hash' is not assigned and could be declared final
66086 src/com/itac/Aggregator.java 49 Parameter 'methodname' is not assigned and could be declared final
66087 src/com/itac/Aggregator.java 49 publicMethodCommentRequirement Required
66088 src/com/itac/Aggregator.java 51 Avoid declaring a variable if it is unreferenced before a possible exit point.
66089 src/com/itac/Aggregator.java 51 Avoid unused local variables such as 'myClassLoader'.
66090 src/com/itac/Aggregator.java 51 Found 'DU'-anomaly for variable 'myClassLoader' (lines '51'-'57').
66091 src/com/itac/Aggregator.java 51 Local variable 'myClassLoader' could be declared final
66092 src/com/itac/Aggregator.java 52 Local variable 'myClass' could be declared final
66093 src/com/itac/Aggregator.java 53 Local variable 'whatInstance' could be declared final
66094 src/com/itac/Aggregator.java 53 Potential violation of Law of Demeter (object not created locally)
66095 src/com/itac/Aggregator.java 54 Avoid using implementation types like 'Hashtable'; use the interface instead
66096 src/com/itac/Aggregator.java 54 Consider replacing this Hashtable with the newer java.util.Map
66097 src/com/itac/Aggregator.java 54 Local variable 'myMethod' could be declared final
66098 src/com/itac/Aggregator.java 55 Local variable 'returnValue' could be declared final
66099 src/com/itac/Aggregator.java 56 Consider simply returning the value vs storing it in local variable 'returnValue'
66100 src/com/itac/Aggregator.java 58 A method/constructor shouldnt explicitly throw java.lang.Exception
66101 src/com/itac/Aggregator.java 58 Avoid using implementation types like 'Hashtable'; use the interface instead
66102 src/com/itac/Aggregator.java 58 Consider replacing this Hashtable with the newer java.util.Map
66103 src/com/itac/Aggregator.java 58 Parameter 'hash' is not assigned and could be declared final
66104 src/com/itac/Aggregator.java 58 publicMethodCommentRequirement Required
66105 src/com/itac/Aggregator.java 65 Avoid unused local variables such as 'file'.
66106 src/com/itac/Aggregator.java 65 Local variable 'file' could be declared final
66107 src/com/itac/Aggregator.java 66 Local variable 'returnList' could be declared final
66108 src/com/itac/Aggregator.java 68 Local variable 'dbf' could be declared final
66109 src/com/itac/Aggregator.java 69 Avoid variables with short names like db
66110 src/com/itac/Aggregator.java 69 Local variable 'db' could be declared final
66111 src/com/itac/Aggregator.java 69 Potential violation of Law of Demeter (object not created locally)
66112 src/com/itac/Aggregator.java 71 Local variable 'xmlDocument' could be declared final
66113 src/com/itac/Aggregator.java 71 Potential violation of Law of Demeter (method chain calls)
66114 src/com/itac/Aggregator.java 71 Potential violation of Law of Demeter (method chain calls)
66115 src/com/itac/Aggregator.java 72 Avoid unused local variables such as 'docEle'.
66116 src/com/itac/Aggregator.java 72 Found 'DU'-anomaly for variable 'docEle' (lines '72'-'112').
66117 src/com/itac/Aggregator.java 72 Local variable 'docEle' could be declared final
66118 src/com/itac/Aggregator.java 72 Potential violation of Law of Demeter (object not created locally)
66119 src/com/itac/Aggregator.java 74 Local variable 'factory' could be declared final
66120 src/com/itac/Aggregator.java 74 Potential violation of Law of Demeter (static property access)
66121 src/com/itac/Aggregator.java 74 Unnecessary use of fully qualified name 'javax.xml.xpath.XPathFactory.newInstance' due to existing import 'javax.xml.xpath.XPathFactory'
66122 src/com/itac/Aggregator.java 75 Local variable 'xPath' could be declared final
66123 src/com/itac/Aggregator.java 75 Potential violation of Law of Demeter (object not created locally)
66124 src/com/itac/Aggregator.java 76 Local variable 'control' could be declared final
66125 src/com/itac/Aggregator.java 77 Local variable 'name' could be declared final
66126 src/com/itac/Aggregator.java 78 Local variable 'xPathExpression' could be declared final
66127 src/com/itac/Aggregator.java 78 Potential violation of Law of Demeter (object not created locally)
66128 src/com/itac/Aggregator.java 79 Local variable 'nodeListBook' could be declared final
66129 src/com/itac/Aggregator.java 79 Potential violation of Law of Demeter (object not created locally)
66130 src/com/itac/Aggregator.java 81 Potential violation of Law of Demeter (object not created locally)
66131 src/com/itac/Aggregator.java 82 Local variable 'node' could be declared final
66132 src/com/itac/Aggregator.java 82 Potential violation of Law of Demeter (object not created locally)
66133 src/com/itac/Aggregator.java 83 Potential violation of Law of Demeter (object not created locally)
66134 src/com/itac/Aggregator.java 84 Avoid variables with short names like e
66135 src/com/itac/Aggregator.java 84 Local variable 'e' could be declared final
66136 src/com/itac/Aggregator.java 85 Potential violation of Law of Demeter (object not created locally)
66137 src/com/itac/Aggregator.java 86 Potential violation of Law of Demeter (method chain calls)
66138 src/com/itac/Aggregator.java 86 Potential violation of Law of Demeter (method chain calls)
66139 src/com/itac/Aggregator.java 86 Potential violation of Law of Demeter (method chain calls)
66140 src/com/itac/Aggregator.java 86 Potential violation of Law of Demeter (object not created locally)
66141 src/com/itac/Aggregator.java 87 Potential violation of Law of Demeter (object not created locally)
66142 src/com/itac/Aggregator.java 88 Potential violation of Law of Demeter (method chain calls)
66143 src/com/itac/Aggregator.java 88 Potential violation of Law of Demeter (method chain calls)
66144 src/com/itac/Aggregator.java 88 Potential violation of Law of Demeter (method chain calls)
66145 src/com/itac/Aggregator.java 88 Potential violation of Law of Demeter (object not created locally)
66146 src/com/itac/Aggregator.java 89 Potential violation of Law of Demeter (object not created locally)
66147 src/com/itac/Aggregator.java 90 Potential violation of Law of Demeter (method chain calls)
66148 src/com/itac/Aggregator.java 90 Potential violation of Law of Demeter (method chain calls)
66149 src/com/itac/Aggregator.java 90 Potential violation of Law of Demeter (method chain calls)
66150 src/com/itac/Aggregator.java 90 Potential violation of Law of Demeter (object not created locally)
66151 src/com/itac/Aggregator.java 93 Potential violation of Law of Demeter (object not created locally)
66152 src/com/itac/Aggregator.java 94 Potential violation of Law of Demeter (method chain calls)
66153 src/com/itac/Aggregator.java 94 Potential violation of Law of Demeter (method chain calls)
66154 src/com/itac/Aggregator.java 94 Potential violation of Law of Demeter (method chain calls)
66155 src/com/itac/Aggregator.java 94 Potential violation of Law of Demeter (object not created locally)
66156 src/com/itac/Aggregator.java 95 Avoid using if statements without curly braces
66157 src/com/itac/Aggregator.java 97 Avoid instantiating new objects inside loops
66158 src/com/itac/Aggregator.java 97 Found 'DD'-anomaly for variable 'oblist' (lines '97'-'102').
66159 src/com/itac/Aggregator.java 98 Avoid unnecessary comparisons in boolean expressions
66160 src/com/itac/Aggregator.java 98 Avoid using Literals in Conditional Statements
66161 src/com/itac/Aggregator.java 98 Position literals first in String comparisons
66162 src/com/itac/Aggregator.java 98 Potential violation of Law of Demeter (object not created locally)
66163 src/com/itac/Aggregator.java 100 Potential violation of Law of Demeter (object not created locally)
66164 src/com/itac/Aggregator.java 102 Assigning an Object to null is a code smell. Consider refactoring.
66165 src/com/itac/Aggregator.java 102 Found 'DD'-anomaly for variable 'oblist' (lines '102'-'97').
66166 src/com/itac/Aggregator.java 102 Found 'DU'-anomaly for variable 'oblist' (lines '102'-'112').
66167 src/com/itac/Aggregator.java 106 Avoid unused local variables such as 'obs'.
66168 src/com/itac/Aggregator.java 106 Found 'DD'-anomaly for variable 'obs' (lines '106'-'109').
66169 src/com/itac/Aggregator.java 106 Found 'DU'-anomaly for variable 'obs' (lines '106'-'112').
66170 src/com/itac/Aggregator.java 107 Avoid using Literals in Conditional Statements
66171 src/com/itac/Aggregator.java 107 Potential violation of Law of Demeter (object not created locally)
66172 src/com/itac/Aggregator.java 109 Found 'DU'-anomaly for variable 'obs' (lines '109'-'112').
66173 src/com/itac/Aggregator.java 109 Potential violation of Law of Demeter (object not created locally)
66174 src/com/itac/Aggregator.java 113 Document empty method
66175 src/com/itac/Aggregator.java 113 Parameter 'args' is not assigned and could be declared final
66176 src/com/itac/Aggregator.java 113 publicMethodCommentRequirement Required
66177 src/com/itac/Base64.java 1 Possible God class (WMC=160, ATFD=37, TCC=0.039525691699604744)
66178 src/com/itac/Base64.java 3 Comment is too large: Too many lines
66179 src/com/itac/Base64.java 40 Comment is too large: Line too long
66180 src/com/itac/Base64.java 172 Avoid really long classes.
66181 src/com/itac/Base64.java 172 The class 'Base64' has a Cyclomatic Complexity of 4 (Highest = 17).
66182 src/com/itac/Base64.java 172 This class has too many methods, consider refactoring it.
66183 src/com/itac/Base64.java 180 Field ENCODE has the same name as a method
66184 src/com/itac/Base64.java 183 Field DECODE has the same name as a method
66185 src/com/itac/Base64.java 196 Comment is too large: Too many lines
66186 src/com/itac/Base64.java 226 Avoid excessively long variable names like PREFERRED_ENCODING
66187 src/com/itac/Base64.java 228 fieldCommentRequirement Required
66188 src/com/itac/Base64.java 230 fieldCommentRequirement Required
66189 src/com/itac/Base64.java 240 Avoid excessively long variable names like _STANDARD_ALPHABET
66190 src/com/itac/Base64.java 259 Avoid excessively long variable names like _STANDARD_DECODABET
66191 src/com/itac/Base64.java 316 Avoid excessively long variable names like _URL_SAFE_ALPHABET
66192 src/com/itac/Base64.java 334 Avoid excessively long variable names like _URL_SAFE_DECODABET
66193 src/com/itac/Base64.java 412 Avoid excessively long variable names like _ORDERED_DECODABET
66194 src/com/itac/Base64.java 472 Parameter 'options' is not assigned and could be declared final
66195 src/com/itac/Base64.java 474 A method should have only one exit point, and that should be the last statement in the method
66196 src/com/itac/Base64.java 474 Returning '_URL_SAFE_ALPHABET' may expose an internal array.
66197 src/com/itac/Base64.java 476 A method should have only one exit point, and that should be the last statement in the method
66198 src/com/itac/Base64.java 476 Returning '_ORDERED_ALPHABET' may expose an internal array.
66199 src/com/itac/Base64.java 478 Returning '_STANDARD_ALPHABET' may expose an internal array.
66200 src/com/itac/Base64.java 488 Parameter 'options' is not assigned and could be declared final
66201 src/com/itac/Base64.java 490 A method should have only one exit point, and that should be the last statement in the method
66202 src/com/itac/Base64.java 490 Returning '_URL_SAFE_DECODABET' may expose an internal array.
66203 src/com/itac/Base64.java 492 A method should have only one exit point, and that should be the last statement in the method
66204 src/com/itac/Base64.java 492 Returning '_ORDERED_DECODABET' may expose an internal array.
66205 src/com/itac/Base64.java 494 Returning '_STANDARD_DECODABET' may expose an internal array.
66206 src/com/itac/Base64.java 504 Comment is too large: Too many lines
66207 src/com/itac/Base64.java 521 Avoid variables with short names like b4
66208 src/com/itac/Base64.java 521 Parameter 'b4' is not assigned and could be declared final
66209 src/com/itac/Base64.java 521 Parameter 'threeBytes' is not assigned and could be declared final
66210 src/com/itac/Base64.java 522 Parameter 'numSigBytes' is not assigned and could be declared final
66211 src/com/itac/Base64.java 522 Parameter 'options' is not assigned and could be declared final
66212 src/com/itac/Base64.java 524 Returning 'b4' may expose an internal array.
66213 src/com/itac/Base64.java 527 Comment is too large: Too many lines
66214 src/com/itac/Base64.java 557 Parameter 'source' is not assigned and could be declared final
66215 src/com/itac/Base64.java 557 Parameter 'srcOffset' is not assigned and could be declared final
66216 src/com/itac/Base64.java 557 The method encode3to4() has an NPath complexity of 500
66217 src/com/itac/Base64.java 558 Parameter 'destOffset' is not assigned and could be declared final
66218 src/com/itac/Base64.java 558 Parameter 'numSigBytes' is not assigned and could be declared final
66219 src/com/itac/Base64.java 558 Parameter 'options' is not assigned and could be declared final
66220 src/com/itac/Base64.java 560 Found 'DU'-anomaly for variable 'ALPHABET' (lines '560'-'603').
66221 src/com/itac/Base64.java 560 Local variable 'ALPHABET' could be declared final
66222 src/com/itac/Base64.java 560 Variables should start with a lowercase character, 'ALPHABET' starts with uppercase character.
66223 src/com/itac/Base64.java 574 Found 'DU'-anomaly for variable 'inBuff' (lines '574'-'603').
66224 src/com/itac/Base64.java 574 Local variable 'inBuff' could be declared final
66225 src/com/itac/Base64.java 574 Useless parentheses.
66226 src/com/itac/Base64.java 575 Useless parentheses.
66227 src/com/itac/Base64.java 576 Useless parentheses.
66228 src/com/itac/Base64.java 580 Useless parentheses.
66229 src/com/itac/Base64.java 584 A method should have only one exit point, and that should be the last statement in the method
66230 src/com/itac/Base64.java 587 Useless parentheses.
66231 src/com/itac/Base64.java 591 A method should have only one exit point, and that should be the last statement in the method
66232 src/com/itac/Base64.java 594 Useless parentheses.
66233 src/com/itac/Base64.java 598 A method should have only one exit point, and that should be the last statement in the method
66234 src/com/itac/Base64.java 605 Comment is too large: Too many lines
66235 src/com/itac/Base64.java 617 Parameter 'raw' is not assigned and could be declared final
66236 src/com/itac/Base64.java 618 Parameter 'encoded' is not assigned and could be declared final
66237 src/com/itac/Base64.java 619 Found 'DU'-anomaly for variable 'raw3' (lines '619'-'628').
66238 src/com/itac/Base64.java 619 Local variable 'raw3' could be declared final
66239 src/com/itac/Base64.java 620 Found 'DU'-anomaly for variable 'enc4' (lines '620'-'628').
66240 src/com/itac/Base64.java 620 Local variable 'enc4' could be declared final
66241 src/com/itac/Base64.java 623 Local variable 'rem' could be declared final
66242 src/com/itac/Base64.java 630 Comment is too large: Too many lines
66243 src/com/itac/Base64.java 642 Parameter 'raw' is not assigned and could be declared final
66244 src/com/itac/Base64.java 643 Parameter 'encoded' is not assigned and could be declared final
66245 src/com/itac/Base64.java 644 Found 'DU'-anomaly for variable 'raw3' (lines '644'-'655').
66246 src/com/itac/Base64.java 644 Local variable 'raw3' could be declared final
66247 src/com/itac/Base64.java 645 Found 'DU'-anomaly for variable 'enc4' (lines '645'-'655').
66248 src/com/itac/Base64.java 645 Local variable 'enc4' could be declared final
66249 src/com/itac/Base64.java 648 Local variable 'rem' could be declared final
66250 src/com/itac/Base64.java 652 Potential violation of Law of Demeter (method chain calls)
66251 src/com/itac/Base64.java 657 Comment is too large: Too many lines
66252 src/com/itac/Base64.java 679 Avoid excessively long variable names like serializableObject
66253 src/com/itac/Base64.java 679 Parameter 'serializableObject' is not assigned and could be declared final
66254 src/com/itac/Base64.java 684 Comment is too large: Too many lines
66255 src/com/itac/Base64.java 720 Avoid excessively long variable names like serializableObject
66256 src/com/itac/Base64.java 720 Parameter 'serializableObject' is not assigned and could be declared final
66257 src/com/itac/Base64.java 721 Parameter 'options' is not assigned and could be declared final
66258 src/com/itac/Base64.java 724 Avoid throwing null pointer exceptions.
66259 src/com/itac/Base64.java 728 Found 'DD'-anomaly for variable 'baos' (lines '728'-'735').
66260 src/com/itac/Base64.java 729 Found 'DD'-anomaly for variable 'b64os' (lines '729'-'736').
66261 src/com/itac/Base64.java 730 Found 'DD'-anomaly for variable 'gzos' (lines '730'-'739').
66262 src/com/itac/Base64.java 730 Found 'DU'-anomaly for variable 'gzos' (lines '730'-'780').
66263 src/com/itac/Base64.java 731 Found 'DD'-anomaly for variable 'oos' (lines '731'-'740').
66264 src/com/itac/Base64.java 731 Found 'DD'-anomaly for variable 'oos' (lines '731'-'743').
66265 src/com/itac/Base64.java 737 Avoid if (x != y) ..; else ..;
66266 src/com/itac/Base64.java 737 Avoid using Literals in Conditional Statements
66267 src/com/itac/Base64.java 747 A catch statement that catches an exception only to rethrow it should be avoided.
66268 src/com/itac/Base64.java 755 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66269 src/com/itac/Base64.java 755 Avoid empty catch blocks
66270 src/com/itac/Base64.java 759 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66271 src/com/itac/Base64.java 759 Avoid empty catch blocks
66272 src/com/itac/Base64.java 763 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66273 src/com/itac/Base64.java 763 Avoid empty catch blocks
66274 src/com/itac/Base64.java 767 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66275 src/com/itac/Base64.java 767 Avoid empty catch blocks
66276 src/com/itac/Base64.java 773 A method should have only one exit point, and that should be the last statement in the method
66277 src/com/itac/Base64.java 782 Comment is too large: Too many lines
66278 src/com/itac/Base64.java 792 Found 'UR'-anomaly for variable 'encoded' (lines '792'-'792').
66279 src/com/itac/Base64.java 792 Parameter 'source' is not assigned and could be declared final
66280 src/com/itac/Base64.java 796 Found 'DD'-anomaly for variable 'encoded' (lines '796'-'798').
66281 src/com/itac/Base64.java 800 Potential violation of Law of Demeter (object not created locally)
66282 src/com/itac/Base64.java 806 Comment is too large: Too many lines
66283 src/com/itac/Base64.java 844 Parameter 'options' is not assigned and could be declared final
66284 src/com/itac/Base64.java 844 Parameter 'source' is not assigned and could be declared final
66285 src/com/itac/Base64.java 849 Comment is too large: Too many lines
66286 src/com/itac/Base64.java 873 Found 'UR'-anomaly for variable 'encoded' (lines '873'-'873').
66287 src/com/itac/Base64.java 873 Parameter 'len' is not assigned and could be declared final
66288 src/com/itac/Base64.java 873 Parameter 'off' is not assigned and could be declared final
66289 src/com/itac/Base64.java 873 Parameter 'source' is not assigned and could be declared final
66290 src/com/itac/Base64.java 877 Found 'DD'-anomaly for variable 'encoded' (lines '877'-'879').
66291 src/com/itac/Base64.java 881 Potential violation of Law of Demeter (object not created locally)
66292 src/com/itac/Base64.java 887 Comment is too large: Too many lines
66293 src/com/itac/Base64.java 931 Parameter 'len' is not assigned and could be declared final
66294 src/com/itac/Base64.java 931 Parameter 'off' is not assigned and could be declared final
66295 src/com/itac/Base64.java 931 Parameter 'source' is not assigned and could be declared final
66296 src/com/itac/Base64.java 932 Parameter 'options' is not assigned and could be declared final
66297 src/com/itac/Base64.java 933 Local variable 'encoded' could be declared final
66298 src/com/itac/Base64.java 937 A method should have only one exit point, and that should be the last statement in the method
66299 src/com/itac/Base64.java 945 Comment is too large: Too many lines
66300 src/com/itac/Base64.java 958 Parameter 'source' is not assigned and could be declared final
66301 src/com/itac/Base64.java 959 Found 'DD'-anomaly for variable 'encoded' (lines '959'-'961').
66302 src/com/itac/Base64.java 965 Potential violation of Law of Demeter (object not created locally)
66303 src/com/itac/Base64.java 970 Comment is too large: Too many lines
66304 src/com/itac/Base64.java 995 Avoid really long methods.
66305 src/com/itac/Base64.java 995 Parameter 'len' is not assigned and could be declared final
66306 src/com/itac/Base64.java 995 Parameter 'off' is not assigned and could be declared final
66307 src/com/itac/Base64.java 995 Parameter 'source' is not assigned and could be declared final
66308 src/com/itac/Base64.java 995 The method 'encodeBytesToBytes' has a Cyclomatic Complexity of 17.
66309 src/com/itac/Base64.java 995 The method encodeBytesToBytes() has an NPath complexity of 2720
66310 src/com/itac/Base64.java 996 Parameter 'options' is not assigned and could be declared final
66311 src/com/itac/Base64.java 999 Avoid throwing null pointer exceptions.
66312 src/com/itac/Base64.java 1002 Avoid using Literals in Conditional Statements
66313 src/com/itac/Base64.java 1007 Avoid using Literals in Conditional Statements
66314 src/com/itac/Base64.java 1020 Avoid if (x != y) ..; else ..;
66315 src/com/itac/Base64.java 1020 Avoid using Literals in Conditional Statements
66316 src/com/itac/Base64.java 1021 Found 'DD'-anomaly for variable 'baos' (lines '1,021'-'1,027').
66317 src/com/itac/Base64.java 1022 Found 'DD'-anomaly for variable 'gzos' (lines '1,022'-'1,029').
66318 src/com/itac/Base64.java 1023 Found 'DD'-anomaly for variable 'b64os' (lines '1,023'-'1,028').
66319 src/com/itac/Base64.java 1031 Potential violation of Law of Demeter (object not created locally)
66320 src/com/itac/Base64.java 1032 Potential violation of Law of Demeter (object not created locally)
66321 src/com/itac/Base64.java 1034 A catch statement that catches an exception only to rethrow it should be avoided.
66322 src/com/itac/Base64.java 1041 Potential violation of Law of Demeter (object not created locally)
66323 src/com/itac/Base64.java 1042 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66324 src/com/itac/Base64.java 1042 Avoid empty catch blocks
66325 src/com/itac/Base64.java 1045 Potential violation of Law of Demeter (object not created locally)
66326 src/com/itac/Base64.java 1046 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66327 src/com/itac/Base64.java 1046 Avoid empty catch blocks
66328 src/com/itac/Base64.java 1049 Potential violation of Law of Demeter (object not created locally)
66329 src/com/itac/Base64.java 1050 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66330 src/com/itac/Base64.java 1050 Avoid empty catch blocks
66331 src/com/itac/Base64.java 1054 A method should have only one exit point, and that should be the last statement in the method
66332 src/com/itac/Base64.java 1054 Potential violation of Law of Demeter (object not created locally)
66333 src/com/itac/Base64.java 1059 Local variable 'breakLines' could be declared final
66334 src/com/itac/Base64.java 1077 Avoid variables with short names like d
66335 src/com/itac/Base64.java 1078 Avoid variables with short names like e
66336 src/com/itac/Base64.java 1079 Local variable 'len2' could be declared final
66337 src/com/itac/Base64.java 1080 Found 'DU'-anomaly for variable 'lineLength' (lines '1,080'-'1,115').
66338 src/com/itac/Base64.java 1088 Found 'DU'-anomaly for variable 'lineLength' (lines '1,088'-'1,115').
66339 src/com/itac/Base64.java 1103 Local variable 'finalOut' could be declared final
66340 src/com/itac/Base64.java 1107 A method should have only one exit point, and that should be the last statement in the method
66341 src/com/itac/Base64.java 1119 Comment is too large: Too many lines
66342 src/com/itac/Base64.java 1154 Parameter 'source' is not assigned and could be declared final
66343 src/com/itac/Base64.java 1154 Parameter 'srcOffset' is not assigned and could be declared final
66344 src/com/itac/Base64.java 1155 Parameter 'destOffset' is not assigned and could be declared final
66345 src/com/itac/Base64.java 1155 Parameter 'options' is not assigned and could be declared final
66346 src/com/itac/Base64.java 1159 Avoid throwing null pointer exceptions.
66347 src/com/itac/Base64.java 1162 Avoid throwing null pointer exceptions.
66348 src/com/itac/Base64.java 1177 Local variable 'DECODABET' could be declared final
66349 src/com/itac/Base64.java 1177 Variables should start with a lowercase character, 'DECODABET' starts with uppercase character.
66350 src/com/itac/Base64.java 1185 Local variable 'outBuff' could be declared final
66351 src/com/itac/Base64.java 1189 A method should have only one exit point, and that should be the last statement in the method
66352 src/com/itac/Base64.java 1199 Local variable 'outBuff' could be declared final
66353 src/com/itac/Base64.java 1205 A method should have only one exit point, and that should be the last statement in the method
66354 src/com/itac/Base64.java 1216 Local variable 'outBuff' could be declared final
66355 src/com/itac/Base64.java 1219 Useless parentheses.
66356 src/com/itac/Base64.java 1229 Comment is too large: Too many lines
66357 src/com/itac/Base64.java 1242 Parameter 'source' is not assigned and could be declared final
66358 src/com/itac/Base64.java 1243 Found 'DD'-anomaly for variable 'decoded' (lines '1,243'-'1,245').
66359 src/com/itac/Base64.java 1254 Comment is too large: Too many lines
66360 src/com/itac/Base64.java 1275 Parameter 'len' is not assigned and could be declared final
66361 src/com/itac/Base64.java 1275 Parameter 'off' is not assigned and could be declared final
66362 src/com/itac/Base64.java 1275 Parameter 'options' is not assigned and could be declared final
66363 src/com/itac/Base64.java 1275 Parameter 'source' is not assigned and could be declared final
66364 src/com/itac/Base64.java 1275 The method 'decode' has a Cyclomatic Complexity of 11.
66365 src/com/itac/Base64.java 1280 Avoid throwing null pointer exceptions.
66366 src/com/itac/Base64.java 1289 Avoid using Literals in Conditional Statements
66367 src/com/itac/Base64.java 1290 A method should have only one exit point, and that should be the last statement in the method
66368 src/com/itac/Base64.java 1291 Avoid using Literals in Conditional Statements
66369 src/com/itac/Base64.java 1297 Found 'DU'-anomaly for variable 'DECODABET' (lines '1,297'-'1,343').
66370 src/com/itac/Base64.java 1297 Local variable 'DECODABET' could be declared final
66371 src/com/itac/Base64.java 1297 Variables should start with a lowercase character, 'DECODABET' starts with uppercase character.
66372 src/com/itac/Base64.java 1299 Local variable 'len34' could be declared final
66373 src/com/itac/Base64.java 1300 Found 'DU'-anomaly for variable 'outBuff' (lines '1,300'-'1,343').
66374 src/com/itac/Base64.java 1300 Local variable 'outBuff' could be declared final
66375 src/com/itac/Base64.java 1301 Found 'DU'-anomaly for variable 'outBuffPosn' (lines '1,301'-'1,343').
66376 src/com/itac/Base64.java 1303 Avoid variables with short names like b4
66377 src/com/itac/Base64.java 1303 Found 'DD'-anomaly for variable 'b4' (lines '1,303'-'1,318').
66378 src/com/itac/Base64.java 1303 Found 'DU'-anomaly for variable 'b4' (lines '1,303'-'1,343').
66379 src/com/itac/Base64.java 1305 Found 'DU'-anomaly for variable 'b4Posn' (lines '1,305'-'1,343').
66380 src/com/itac/Base64.java 1306 Avoid variables with short names like i
66381 src/com/itac/Base64.java 1306 Found 'DD'-anomaly for variable 'i' (lines '1,306'-'1,309').
66382 src/com/itac/Base64.java 1307 Found 'DD'-anomaly for variable 'sbiDecode' (lines '1,307'-'1,311').
66383 src/com/itac/Base64.java 1307 Found 'DU'-anomaly for variable 'sbiDecode' (lines '1,307'-'1,343').
66384 src/com/itac/Base64.java 1318 Found 'DD'-anomaly for variable 'b4' (lines '1,318'-'1,318').
66385 src/com/itac/Base64.java 1318 Found 'DU'-anomaly for variable 'b4' (lines '1,318'-'1,343').
66386 src/com/itac/Base64.java 1319 Avoid using Literals in Conditional Statements
66387 src/com/itac/Base64.java 1322 Found 'DU'-anomaly for variable 'b4Posn' (lines '1,322'-'1,343').
66388 src/com/itac/Base64.java 1334 Potential violation of Law of Demeter (method chain calls)
66389 src/com/itac/Base64.java 1340 Local variable 'out' could be declared final
66390 src/com/itac/Base64.java 1345 Comment is too large: Too many lines
66391 src/com/itac/Base64.java 1356 Avoid variables with short names like s
66392 src/com/itac/Base64.java 1356 Parameter 's' is not assigned and could be declared final
66393 src/com/itac/Base64.java 1360 Comment is too large: Too many lines
66394 src/com/itac/Base64.java 1375 Avoid variables with short names like s
66395 src/com/itac/Base64.java 1375 Parameter 'options' is not assigned and could be declared final
66396 src/com/itac/Base64.java 1375 Parameter 's' is not assigned and could be declared final
66397 src/com/itac/Base64.java 1375 The method 'decode' has a Cyclomatic Complexity of 12.
66398 src/com/itac/Base64.java 1379 Avoid throwing null pointer exceptions.
66399 src/com/itac/Base64.java 1384 Found 'DD'-anomaly for variable 'bytes' (lines '1,384'-'1,387').
66400 src/com/itac/Base64.java 1387 Found 'DD'-anomaly for variable 'bytes' (lines '1,387'-'1,392').
66401 src/com/itac/Base64.java 1396 Local variable 'dontGunzip' could be declared final
66402 src/com/itac/Base64.java 1397 Useless parentheses.
66403 src/com/itac/Base64.java 1397 Useless parentheses.
66404 src/com/itac/Base64.java 1397 Useless parentheses.
66405 src/com/itac/Base64.java 1399 Local variable 'head' could be declared final
66406 src/com/itac/Base64.java 1401 Found 'DD'-anomaly for variable 'bais' (lines '1,401'-'1,409').
66407 src/com/itac/Base64.java 1402 Found 'DD'-anomaly for variable 'gzis' (lines '1,402'-'1,410').
66408 src/com/itac/Base64.java 1403 Found 'DD'-anomaly for variable 'baos' (lines '1,403'-'1,408').
66409 src/com/itac/Base64.java 1404 Local variable 'buffer' could be declared final
66410 src/com/itac/Base64.java 1405 Found 'DD'-anomaly for variable 'length' (lines '1,405'-'1,412').
66411 src/com/itac/Base64.java 1412 Avoid assignments in operands
66412 src/com/itac/Base64.java 1412 Found 'DU'-anomaly for variable 'length' (lines '1,412'-'1,443').
66413 src/com/itac/Base64.java 1412 Potential violation of Law of Demeter (object not created locally)
66414 src/com/itac/Base64.java 1413 Potential violation of Law of Demeter (object not created locally)
66415 src/com/itac/Base64.java 1417 Potential violation of Law of Demeter (object not created locally)
66416 src/com/itac/Base64.java 1421 Avoid printStackTrace(); use a logger call instead.
66417 src/com/itac/Base64.java 1421 Potential violation of Law of Demeter (object not created locally)
66418 src/com/itac/Base64.java 1426 Potential violation of Law of Demeter (object not created locally)
66419 src/com/itac/Base64.java 1427 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66420 src/com/itac/Base64.java 1427 Avoid empty catch blocks
66421 src/com/itac/Base64.java 1430 Potential violation of Law of Demeter (object not created locally)
66422 src/com/itac/Base64.java 1431 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66423 src/com/itac/Base64.java 1431 Avoid empty catch blocks
66424 src/com/itac/Base64.java 1434 Potential violation of Law of Demeter (object not created locally)
66425 src/com/itac/Base64.java 1435 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66426 src/com/itac/Base64.java 1435 Avoid empty catch blocks
66427 src/com/itac/Base64.java 1445 Comment is too large: Too many lines
66428 src/com/itac/Base64.java 1461 Parameter 'encodedObject' is not assigned and could be declared final
66429 src/com/itac/Base64.java 1466 Comment is too large: Too many lines
66430 src/com/itac/Base64.java 1487 Parameter 'encodedObject' is not assigned and could be declared final
66431 src/com/itac/Base64.java 1487 Parameter 'options' is not assigned and could be declared final
66432 src/com/itac/Base64.java 1492 Local variable 'objBytes' could be declared final
66433 src/com/itac/Base64.java 1494 Found 'DD'-anomaly for variable 'bais' (lines '1,494'-'1,499').
66434 src/com/itac/Base64.java 1494 Found 'DD'-anomaly for variable 'bais' (lines '1,494'-'1,499').
66435 src/com/itac/Base64.java 1495 Found 'DD'-anomaly for variable 'ois' (lines '1,495'-'1,503').
66436 src/com/itac/Base64.java 1495 Found 'DD'-anomaly for variable 'ois' (lines '1,495'-'1,503').
66437 src/com/itac/Base64.java 1495 Found 'DD'-anomaly for variable 'ois' (lines '1,495'-'1,509').
66438 src/com/itac/Base64.java 1495 Found 'DD'-anomaly for variable 'ois' (lines '1,495'-'1,509').
66439 src/com/itac/Base64.java 1496 Found 'DD'-anomaly for variable 'obj' (lines '1,496'-'1,525').
66440 src/com/itac/Base64.java 1496 Found 'DD'-anomaly for variable 'obj' (lines '1,496'-'1,525').
66441 src/com/itac/Base64.java 1496 Found 'DU'-anomaly for variable 'obj' (lines '1,496'-'1,545').
66442 src/com/itac/Base64.java 1496 Found 'DU'-anomaly for variable 'obj' (lines '1,496'-'1,545').
66443 src/com/itac/Base64.java 1509 Found 'DU'-anomaly for variable 'ois' (lines '1,509'-'1,545').
66444 src/com/itac/Base64.java 1509 Found 'DU'-anomaly for variable 'ois' (lines '1,509'-'1,545').
66445 src/com/itac/Base64.java 1511 publicMethodCommentRequirement Required
66446 src/com/itac/Base64.java 1512 Parameter 'streamClass' is not assigned and could be declared final
66447 src/com/itac/Base64.java 1514 Avoid variables with short names like c
66448 src/com/itac/Base64.java 1514 Local variable 'c' could be declared final
66449 src/com/itac/Base64.java 1525 Found 'DU'-anomaly for variable 'obj' (lines '1,525'-'1,545').
66450 src/com/itac/Base64.java 1525 Found 'DU'-anomaly for variable 'obj' (lines '1,525'-'1,545').
66451 src/com/itac/Base64.java 1525 Potential violation of Law of Demeter (object not created locally)
66452 src/com/itac/Base64.java 1527 A catch statement that catches an exception only to rethrow it should be avoided.
66453 src/com/itac/Base64.java 1530 A catch statement that catches an exception only to rethrow it should be avoided.
66454 src/com/itac/Base64.java 1535 Potential violation of Law of Demeter (object not created locally)
66455 src/com/itac/Base64.java 1536 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66456 src/com/itac/Base64.java 1536 Avoid empty catch blocks
66457 src/com/itac/Base64.java 1539 Potential violation of Law of Demeter (object not created locally)
66458 src/com/itac/Base64.java 1540 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66459 src/com/itac/Base64.java 1540 Avoid empty catch blocks
66460 src/com/itac/Base64.java 1547 Comment is too large: Too many lines
66461 src/com/itac/Base64.java 1567 Parameter 'dataToEncode' is not assigned and could be declared final
66462 src/com/itac/Base64.java 1567 Parameter 'filename' is not assigned and could be declared final
66463 src/com/itac/Base64.java 1571 Avoid throwing null pointer exceptions.
66464 src/com/itac/Base64.java 1574 Found 'DD'-anomaly for variable 'bos' (lines '1,574'-'1,576').
66465 src/com/itac/Base64.java 1580 A catch statement that catches an exception only to rethrow it should be avoided.
66466 src/com/itac/Base64.java 1586 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66467 src/com/itac/Base64.java 1586 Avoid empty catch blocks
66468 src/com/itac/Base64.java 1592 Comment is too large: Too many lines
66469 src/com/itac/Base64.java 1610 Parameter 'dataToDecode' is not assigned and could be declared final
66470 src/com/itac/Base64.java 1610 Parameter 'filename' is not assigned and could be declared final
66471 src/com/itac/Base64.java 1613 Found 'DD'-anomaly for variable 'bos' (lines '1,613'-'1,615').
66472 src/com/itac/Base64.java 1619 A catch statement that catches an exception only to rethrow it should be avoided.
66473 src/com/itac/Base64.java 1625 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66474 src/com/itac/Base64.java 1625 Avoid empty catch blocks
66475 src/com/itac/Base64.java 1631 Comment is too large: Too many lines
66476 src/com/itac/Base64.java 1648 Parameter 'filename' is not assigned and could be declared final
66477 src/com/itac/Base64.java 1651 Found 'DD'-anomaly for variable 'decodedData' (lines '1,651'-'1,678').
66478 src/com/itac/Base64.java 1651 Found 'DU'-anomaly for variable 'decodedData' (lines '1,651'-'1,693').
66479 src/com/itac/Base64.java 1652 Found 'DD'-anomaly for variable 'bis' (lines '1,652'-'1,669').
66480 src/com/itac/Base64.java 1652 Found 'DU'-anomaly for variable 'bis' (lines '1,652'-'1,693').
66481 src/com/itac/Base64.java 1655 Local variable 'file' could be declared final
66482 src/com/itac/Base64.java 1656 Avoid declaring a variable if it is unreferenced before a possible exit point.
66483 src/com/itac/Base64.java 1656 Found 'DD'-anomaly for variable 'buffer' (lines '1,656'-'1,666').
66484 src/com/itac/Base64.java 1656 Found 'DU'-anomaly for variable 'buffer' (lines '1,656'-'1,693').
66485 src/com/itac/Base64.java 1657 Avoid declaring a variable if it is unreferenced before a possible exit point.
66486 src/com/itac/Base64.java 1657 Found 'DU'-anomaly for variable 'length' (lines '1,657'-'1,693').
66487 src/com/itac/Base64.java 1658 Avoid declaring a variable if it is unreferenced before a possible exit point.
66488 src/com/itac/Base64.java 1658 Found 'DD'-anomaly for variable 'numBytes' (lines '1,658'-'1,673').
66489 src/com/itac/Base64.java 1658 Found 'DU'-anomaly for variable 'numBytes' (lines '1,658'-'1,693').
66490 src/com/itac/Base64.java 1673 Avoid assignments in operands
66491 src/com/itac/Base64.java 1673 Found 'DU'-anomaly for variable 'numBytes' (lines '1,673'-'1,693').
66492 src/com/itac/Base64.java 1682 A catch statement that catches an exception only to rethrow it should be avoided.
66493 src/com/itac/Base64.java 1688 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66494 src/com/itac/Base64.java 1688 Avoid empty catch blocks
66495 src/com/itac/Base64.java 1695 Comment is too large: Too many lines
66496 src/com/itac/Base64.java 1712 Parameter 'filename' is not assigned and could be declared final
66497 src/com/itac/Base64.java 1715 Found 'DD'-anomaly for variable 'encodedData' (lines '1,715'-'1,736').
66498 src/com/itac/Base64.java 1716 Found 'DD'-anomaly for variable 'bis' (lines '1,716'-'1,727').
66499 src/com/itac/Base64.java 1719 Local variable 'file' could be declared final
66500 src/com/itac/Base64.java 1720 Local variable 'buffer' could be declared final
66501 src/com/itac/Base64.java 1724 Found 'DD'-anomaly for variable 'numBytes' (lines '1,724'-'1,731').
66502 src/com/itac/Base64.java 1731 Avoid assignments in operands
66503 src/com/itac/Base64.java 1731 Found 'DU'-anomaly for variable 'numBytes' (lines '1,731'-'1,751').
66504 src/com/itac/Base64.java 1736 Found 'DU'-anomaly for variable 'encodedData' (lines '1,736'-'1,751').
66505 src/com/itac/Base64.java 1740 A catch statement that catches an exception only to rethrow it should be avoided.
66506 src/com/itac/Base64.java 1746 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66507 src/com/itac/Base64.java 1746 Avoid empty catch blocks
66508 src/com/itac/Base64.java 1753 Comment is too large: Too many lines
66509 src/com/itac/Base64.java 1764 Parameter 'infile' is not assigned and could be declared final
66510 src/com/itac/Base64.java 1764 Parameter 'outfile' is not assigned and could be declared final
66511 src/com/itac/Base64.java 1767 Local variable 'encoded' could be declared final
66512 src/com/itac/Base64.java 1768 Found 'DD'-anomaly for variable 'out' (lines '1,768'-'1,770').
66513 src/com/itac/Base64.java 1774 A catch statement that catches an exception only to rethrow it should be avoided.
66514 src/com/itac/Base64.java 1780 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66515 src/com/itac/Base64.java 1780 Avoid empty catch blocks
66516 src/com/itac/Base64.java 1785 Comment is too large: Too many lines
66517 src/com/itac/Base64.java 1796 Parameter 'infile' is not assigned and could be declared final
66518 src/com/itac/Base64.java 1796 Parameter 'outfile' is not assigned and could be declared final
66519 src/com/itac/Base64.java 1799 Local variable 'decoded' could be declared final
66520 src/com/itac/Base64.java 1800 Found 'DD'-anomaly for variable 'out' (lines '1,800'-'1,802').
66521 src/com/itac/Base64.java 1806 A catch statement that catches an exception only to rethrow it should be avoided.
66522 src/com/itac/Base64.java 1812 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66523 src/com/itac/Base64.java 1812 Avoid empty catch blocks
66524 src/com/itac/Base64.java 1827 The class 'InputStream' has a Cyclomatic Complexity of 6 (Highest = 18).
66525 src/com/itac/Base64.java 1829 Found non-transient, non-static member. Please mark as transient or provide accessors.
66526 src/com/itac/Base64.java 1829 fieldCommentRequirement Required
66527 src/com/itac/Base64.java 1830 Found non-transient, non-static member. Please mark as transient or provide accessors.
66528 src/com/itac/Base64.java 1830 fieldCommentRequirement Required
66529 src/com/itac/Base64.java 1831 Found non-transient, non-static member. Please mark as transient or provide accessors.
66530 src/com/itac/Base64.java 1831 fieldCommentRequirement Required
66531 src/com/itac/Base64.java 1832 Found non-transient, non-static member. Please mark as transient or provide accessors.
66532 src/com/itac/Base64.java 1832 fieldCommentRequirement Required
66533 src/com/itac/Base64.java 1833 Found non-transient, non-static member. Please mark as transient or provide accessors.
66534 src/com/itac/Base64.java 1833 fieldCommentRequirement Required
66535 src/com/itac/Base64.java 1834 Found non-transient, non-static member. Please mark as transient or provide accessors.
66536 src/com/itac/Base64.java 1834 fieldCommentRequirement Required
66537 src/com/itac/Base64.java 1835 Found non-transient, non-static member. Please mark as transient or provide accessors.
66538 src/com/itac/Base64.java 1835 fieldCommentRequirement Required
66539 src/com/itac/Base64.java 1836 Found non-transient, non-static member. Please mark as transient or provide accessors.
66540 src/com/itac/Base64.java 1836 fieldCommentRequirement Required
66541 src/com/itac/Base64.java 1837 Found non-transient, non-static member. Please mark as transient or provide accessors.
66542 src/com/itac/Base64.java 1837 fieldCommentRequirement Required
66543 src/com/itac/Base64.java 1846 Avoid variables with short names like in
66544 src/com/itac/Base64.java 1846 Parameter 'in' is not assigned and could be declared final
66545 src/com/itac/Base64.java 1850 Comment is too large: Too many lines
66546 src/com/itac/Base64.java 1874 Avoid variables with short names like in
66547 src/com/itac/Base64.java 1874 Parameter 'in' is not assigned and could be declared final
66548 src/com/itac/Base64.java 1874 Parameter 'options' is not assigned and could be declared final
66549 src/com/itac/Base64.java 1895 The method 'read' has a Cyclomatic Complexity of 18.
66550 src/com/itac/Base64.java 1895 The method read() has an NPath complexity of 308
66551 src/com/itac/Base64.java 1898 Avoid using Literals in Conditional Statements
66552 src/com/itac/Base64.java 1900 Avoid variables with short names like b3
66553 src/com/itac/Base64.java 1900 Found 'DD'-anomaly for variable 'b3' (lines '1,900'-'1,907').
66554 src/com/itac/Base64.java 1900 Found 'DU'-anomaly for variable 'b3' (lines '1,900'-'1,992').
66555 src/com/itac/Base64.java 1901 Found 'DD'-anomaly for variable 'numBinaryBytes' (lines '1,901'-'1,908').
66556 src/com/itac/Base64.java 1903 Avoid variables with short names like b
66557 src/com/itac/Base64.java 1903 Local variable 'b' could be declared final
66558 src/com/itac/Base64.java 1906 Avoid using Literals in Conditional Statements
66559 src/com/itac/Base64.java 1907 Found 'DD'-anomaly for variable 'b3' (lines '1,907'-'1,907').
66560 src/com/itac/Base64.java 1907 Found 'DU'-anomaly for variable 'b3' (lines '1,907'-'1,992').
66561 src/com/itac/Base64.java 1908 Found 'DD'-anomaly for variable 'numBinaryBytes' (lines '1,908'-'1,908').
66562 src/com/itac/Base64.java 1915 Avoid using Literals in Conditional Statements
66563 src/com/itac/Base64.java 1921 A method should have only one exit point, and that should be the last statement in the method
66564 src/com/itac/Base64.java 1927 Avoid variables with short names like b4
66565 src/com/itac/Base64.java 1927 Found 'DD'-anomaly for variable 'b4' (lines '1,927'-'1,941').
66566 src/com/itac/Base64.java 1927 Found 'DU'-anomaly for variable 'b4' (lines '1,927'-'1,992').
66567 src/com/itac/Base64.java 1928 Avoid variables with short names like i
66568 src/com/itac/Base64.java 1928 Found 'DD'-anomaly for variable 'i' (lines '1,928'-'1,929').
66569 src/com/itac/Base64.java 1931 Avoid variables with short names like b
66570 src/com/itac/Base64.java 1931 Found 'DD'-anomaly for variable 'b' (lines '1,931'-'1,933').
66571 src/com/itac/Base64.java 1937 Avoid using Literals in Conditional Statements
66572 src/com/itac/Base64.java 1941 Found 'DD'-anomaly for variable 'b4' (lines '1,941'-'1,941').
66573 src/com/itac/Base64.java 1941 Found 'DU'-anomaly for variable 'b4' (lines '1,941'-'1,992').
66574 src/com/itac/Base64.java 1944 Avoid using Literals in Conditional Statements
66575 src/com/itac/Base64.java 1948 Avoid using Literals in Conditional Statements
66576 src/com/itac/Base64.java 1949 A method should have only one exit point, and that should be the last statement in the method
66577 src/com/itac/Base64.java 1961 Avoid using Literals in Conditional Statements
66578 src/com/itac/Base64.java 1964 A method should have only one exit point, and that should be the last statement in the method
66579 src/com/itac/Base64.java 1969 A method should have only one exit point, and that should be the last statement in the method
66580 src/com/itac/Base64.java 1976 Avoid variables with short names like b
66581 src/com/itac/Base64.java 1976 Local variable 'b' could be declared final
66582 src/com/itac/Base64.java 1994 Comment is too large: Too many lines
66583 src/com/itac/Base64.java 2009 Parameter 'len' is not assigned and could be declared final
66584 src/com/itac/Base64.java 2009 Parameter 'off' is not assigned and could be declared final
66585 src/com/itac/Base64.java 2011 Avoid variables with short names like i
66586 src/com/itac/Base64.java 2012 Avoid variables with short names like b
66587 src/com/itac/Base64.java 2016 Avoid using Literals in Conditional Statements
66588 src/com/itac/Base64.java 2018 Avoid using Literals in Conditional Statements
66589 src/com/itac/Base64.java 2019 A method should have only one exit point, and that should be the last statement in the method
66590 src/com/itac/Base64.java 2041 Found non-transient, non-static member. Please mark as transient or provide accessors.
66591 src/com/itac/Base64.java 2041 fieldCommentRequirement Required
66592 src/com/itac/Base64.java 2042 Found non-transient, non-static member. Please mark as transient or provide accessors.
66593 src/com/itac/Base64.java 2042 fieldCommentRequirement Required
66594 src/com/itac/Base64.java 2043 Found non-transient, non-static member. Please mark as transient or provide accessors.
66595 src/com/itac/Base64.java 2043 fieldCommentRequirement Required
66596 src/com/itac/Base64.java 2044 Found non-transient, non-static member. Please mark as transient or provide accessors.
66597 src/com/itac/Base64.java 2044 fieldCommentRequirement Required
66598 src/com/itac/Base64.java 2045 Found non-transient, non-static member. Please mark as transient or provide accessors.
66599 src/com/itac/Base64.java 2045 fieldCommentRequirement Required
66600 src/com/itac/Base64.java 2046 Found non-transient, non-static member. Please mark as transient or provide accessors.
66601 src/com/itac/Base64.java 2046 fieldCommentRequirement Required
66602 src/com/itac/Base64.java 2047 Avoid variables with short names like b4
66603 src/com/itac/Base64.java 2047 Found non-transient, non-static member. Please mark as transient or provide accessors.
66604 src/com/itac/Base64.java 2047 fieldCommentRequirement Required
66605 src/com/itac/Base64.java 2048 Field suspendEncoding has the same name as a method
66606 src/com/itac/Base64.java 2048 Found non-transient, non-static member. Please mark as transient or provide accessors.
66607 src/com/itac/Base64.java 2048 fieldCommentRequirement Required
66608 src/com/itac/Base64.java 2049 Found non-transient, non-static member. Please mark as transient or provide accessors.
66609 src/com/itac/Base64.java 2049 fieldCommentRequirement Required
66610 src/com/itac/Base64.java 2050 Found non-transient, non-static member. Please mark as transient or provide accessors.
66611 src/com/itac/Base64.java 2050 fieldCommentRequirement Required
66612 src/com/itac/Base64.java 2060 Parameter 'out' is not assigned and could be declared final
66613 src/com/itac/Base64.java 2064 Comment is too large: Too many lines
66614 src/com/itac/Base64.java 2088 Parameter 'options' is not assigned and could be declared final
66615 src/com/itac/Base64.java 2088 Parameter 'out' is not assigned and could be declared final
66616 src/com/itac/Base64.java 2102 Comment is too large: Too many lines
66617 src/com/itac/Base64.java 2113 Parameter 'theByte' is not assigned and could be declared final
66618 src/com/itac/Base64.java 2144 Local variable 'len' could be declared final
66619 src/com/itac/Base64.java 2156 Comment is too large: Too many lines
66620 src/com/itac/Base64.java 2169 Parameter 'len' is not assigned and could be declared final
66621 src/com/itac/Base64.java 2169 Parameter 'off' is not assigned and could be declared final
66622 src/com/itac/Base64.java 2169 Parameter 'theBytes' is not assigned and could be declared final
66623 src/com/itac/Base64.java 2178 Potential violation of Law of Demeter (method chain calls)
66624 src/com/itac/Base64.java 2191 Avoid using Literals in Conditional Statements
66625 src/com/itac/Base64.java 2218 Assigning an Object to null is a code smell. Consider refactoring.
66626 src/com/itac/Base64.java 2219 Assigning an Object to null is a code smell. Consider refactoring.
66627 src/com/itac/GoogleRequest_url.java 20 Avoid unused imports such as 'com.itac.reporthandler.Fence'
66628 src/com/itac/GoogleRequest_url.java 28 The Logger variable declaration does not contain the static and final modifiers
66629 src/com/itac/GoogleRequest_url.java 28 fieldCommentRequirement Required
66630 src/com/itac/GoogleRequest_url.java 29 fieldCommentRequirement Required
66631 src/com/itac/GoogleRequest_url.java 30 fieldCommentRequirement Required
66632 src/com/itac/GoogleRequest_url.java 31 fieldCommentRequirement Required
66633 src/com/itac/GoogleRequest_url.java 32 fieldCommentRequirement Required
66634 src/com/itac/GoogleRequest_url.java 37 Avoid unnecessary constructors - the compiler will generate these for you
66635 src/com/itac/GoogleRequest_url.java 46 Parameter 'request' is not assigned and could be declared final
66636 src/com/itac/GoogleRequest_url.java 47 Parameter 'response' is not assigned and could be declared final
66637 src/com/itac/GoogleRequest_url.java 55 Parameter 'request' is not assigned and could be declared final
66638 src/com/itac/GoogleRequest_url.java 56 Parameter 'response' is not assigned and could be declared final
66639 src/com/itac/GoogleRequest_url.java 58 Local variable 'out' could be declared final
66640 src/com/itac/GoogleRequest_url.java 61 Local variable 'origin' could be declared final
66641 src/com/itac/GoogleRequest_url.java 62 Local variable 'destination' could be declared final
66642 src/com/itac/GoogleRequest_url.java 63 Local variable 'waypoints' could be declared final
66643 src/com/itac/GoogleRequest_url.java 76 Local variable 'url' could be declared final
66644 src/com/itac/GoogleRequest_url.java 79 Local variable 'resource' could be declared final
66645 src/com/itac/GoogleRequest_url.java 79 Potential violation of Law of Demeter (object not created locally)
66646 src/com/itac/GoogleRequest_url.java 79 Potential violation of Law of Demeter (object not created locally)
66647 src/com/itac/GoogleRequest_url.java 82 Local variable 'sha1Key' could be declared final
66648 src/com/itac/GoogleRequest_url.java 82 The String literal "HmacSHA1" appears 4 times in this file; the first occurrence is on line 82
66649 src/com/itac/GoogleRequest_url.java 87 Local variable 'mac' could be declared final
66650 src/com/itac/GoogleRequest_url.java 88 Potential violation of Law of Demeter (object not created locally)
66651 src/com/itac/GoogleRequest_url.java 91 Local variable 'sigBytes' could be declared final
66652 src/com/itac/GoogleRequest_url.java 91 Potential violation of Law of Demeter (object not created locally)
66653 src/com/itac/GoogleRequest_url.java 91 Potential violation of Law of Demeter (object not created locally)
66654 src/com/itac/GoogleRequest_url.java 95 Found 'DD'-anomaly for variable 'signature' (lines '95'-'98').
66655 src/com/itac/GoogleRequest_url.java 98 Potential violation of Law of Demeter (object not created locally)
66656 src/com/itac/GoogleRequest_url.java 99 Potential violation of Law of Demeter (object not created locally)
66657 src/com/itac/GoogleRequest_url.java 101 Local variable 'signature1' could be declared final
66658 src/com/itac/GoogleRequest_url.java 102 Local variable 'tmp_url' could be declared final
66659 src/com/itac/GoogleRequest_url.java 102 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tmp_url' is not final.
66660 src/com/itac/GoogleRequest_url.java 102 Potential violation of Law of Demeter (object not created locally)
66661 src/com/itac/GoogleRequest_url.java 102 Potential violation of Law of Demeter (object not created locally)
66662 src/com/itac/GoogleRequest_url.java 104 Local variable 'url1' could be declared final
66663 src/com/itac/GoogleRequest_url.java 105 Local variable 'urlConn' could be declared final
66664 src/com/itac/GoogleRequest_url.java 105 Potential violation of Law of Demeter (object not created locally)
66665 src/com/itac/GoogleRequest_url.java 106 Potential violation of Law of Demeter (object not created locally)
66666 src/com/itac/GoogleRequest_url.java 107 Avoid variables with short names like br
66667 src/com/itac/GoogleRequest_url.java 107 Local variable 'br' could be declared final
66668 src/com/itac/GoogleRequest_url.java 108 Potential violation of Law of Demeter (object not created locally)
66669 src/com/itac/GoogleRequest_url.java 109 Local variable 'build' could be declared final
66670 src/com/itac/GoogleRequest_url.java 111 Avoid assignments in operands
66671 src/com/itac/GoogleRequest_url.java 111 Found 'DU'-anomaly for variable 'line' (lines '111'-'129').
66672 src/com/itac/GoogleRequest_url.java 111 Potential violation of Law of Demeter (object not created locally)
66673 src/com/itac/GoogleRequest_url.java 112 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
66674 src/com/itac/GoogleRequest_url.java 112 Potential violation of Law of Demeter (object not created locally)
66675 src/com/itac/GoogleRequest_url.java 114 Potential violation of Law of Demeter (object not created locally)
66676 src/com/itac/GoogleRequest_url.java 116 Avoid variables with short names like js
66677 src/com/itac/GoogleRequest_url.java 116 Local variable 'js' could be declared final
66678 src/com/itac/GoogleRequest_url.java 116 Potential violation of Law of Demeter (object not created locally)
66679 src/com/itac/GoogleRequest_url.java 117 Local variable 'js1' could be declared final
66680 src/com/itac/GoogleRequest_url.java 120 Potential violation of Law of Demeter (object not created locally)
66681 src/com/itac/GoogleRequest_url.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66682 src/com/itac/GoogleRequest_url.java 124 There is log block not surrounded by if
66683 src/com/itac/GoogleRequest_url.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66684 src/com/itac/GoogleRequest_url.java 126 Avoid empty catch blocks
66685 src/com/itac/GoogleRequest_url.java 130 Parameter 'requestURL' is not assigned and could be declared final
66686 src/com/itac/GoogleRequest_url.java 130 publicMethodCommentRequirement Required
66687 src/com/itac/GoogleRequest_url.java 132 Found 'DD'-anomaly for variable 'tmp_url' (lines '132'-'164').
66688 src/com/itac/GoogleRequest_url.java 132 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tmp_url' is not final.
66689 src/com/itac/GoogleRequest_url.java 139 Local variable 'url' could be declared final
66690 src/com/itac/GoogleRequest_url.java 142 Local variable 'resource' could be declared final
66691 src/com/itac/GoogleRequest_url.java 142 Potential violation of Law of Demeter (object not created locally)
66692 src/com/itac/GoogleRequest_url.java 142 Potential violation of Law of Demeter (object not created locally)
66693 src/com/itac/GoogleRequest_url.java 145 Local variable 'sha1Key' could be declared final
66694 src/com/itac/GoogleRequest_url.java 150 Local variable 'mac' could be declared final
66695 src/com/itac/GoogleRequest_url.java 151 Potential violation of Law of Demeter (object not created locally)
66696 src/com/itac/GoogleRequest_url.java 154 Local variable 'sigBytes' could be declared final
66697 src/com/itac/GoogleRequest_url.java 154 Potential violation of Law of Demeter (object not created locally)
66698 src/com/itac/GoogleRequest_url.java 154 Potential violation of Law of Demeter (object not created locally)
66699 src/com/itac/GoogleRequest_url.java 157 Found 'DD'-anomaly for variable 'signature' (lines '157'-'160').
66700 src/com/itac/GoogleRequest_url.java 160 Potential violation of Law of Demeter (object not created locally)
66701 src/com/itac/GoogleRequest_url.java 161 Potential violation of Law of Demeter (object not created locally)
66702 src/com/itac/GoogleRequest_url.java 163 Local variable 'signature1' could be declared final
66703 src/com/itac/GoogleRequest_url.java 164 Potential violation of Law of Demeter (object not created locally)
66704 src/com/itac/GoogleRequest_url.java 164 Potential violation of Law of Demeter (object not created locally)
66705 src/com/itac/GoogleRequest_url.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66706 src/com/itac/GoogleRequest_url.java 168 Avoid printStackTrace(); use a logger call instead.
66707 src/com/itac/GoogleRequest_url.java 168 Potential violation of Law of Demeter (object not created locally)
66708 src/com/itac/InfoWindowProperties.java 20 fieldCommentRequirement Required
66709 src/com/itac/InfoWindowProperties.java 25 Avoid unnecessary constructors - the compiler will generate these for you
66710 src/com/itac/InfoWindowProperties.java 31 Comment is too large: Line too long
66711 src/com/itac/InfoWindowProperties.java 33 Parameter 'request' is not assigned and could be declared final
66712 src/com/itac/InfoWindowProperties.java 33 Parameter 'response' is not assigned and could be declared final
66713 src/com/itac/InfoWindowProperties.java 35 Found 'DU'-anomaly for variable 'out' (lines '35'-'81').
66714 src/com/itac/InfoWindowProperties.java 35 Local variable 'out' could be declared final
66715 src/com/itac/InfoWindowProperties.java 36 Local variable 'type' could be declared final
66716 src/com/itac/InfoWindowProperties.java 37 Local variable 'manipulate' could be declared final
66717 src/com/itac/InfoWindowProperties.java 38 Position literals first in String comparisons
66718 src/com/itac/InfoWindowProperties.java 38 Potential violation of Law of Demeter (object not created locally)
66719 src/com/itac/InfoWindowProperties.java 41 Local variable 'json' could be declared final
66720 src/com/itac/InfoWindowProperties.java 42 Consider replacing this Hashtable with the newer java.util.Map
66721 src/com/itac/InfoWindowProperties.java 42 Local variable 'infoProp' could be declared final
66722 src/com/itac/InfoWindowProperties.java 43 Potential violation of Law of Demeter (object not created locally)
66723 src/com/itac/InfoWindowProperties.java 44 Potential violation of Law of Demeter (object not created locally)
66724 src/com/itac/InfoWindowProperties.java 45 Potential violation of Law of Demeter (object not created locally)
66725 src/com/itac/InfoWindowProperties.java 46 Potential violation of Law of Demeter (object not created locally)
66726 src/com/itac/InfoWindowProperties.java 47 Potential violation of Law of Demeter (object not created locally)
66727 src/com/itac/InfoWindowProperties.java 48 Potential violation of Law of Demeter (object not created locally)
66728 src/com/itac/InfoWindowProperties.java 49 Potential violation of Law of Demeter (object not created locally)
66729 src/com/itac/InfoWindowProperties.java 50 Potential violation of Law of Demeter (object not created locally)
66730 src/com/itac/InfoWindowProperties.java 56 Avoid printStackTrace(); use a logger call instead.
66731 src/com/itac/InfoWindowProperties.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66732 src/com/itac/InfoWindowProperties.java 59 Avoid printStackTrace(); use a logger call instead.
66733 src/com/itac/InfoWindowProperties.java 66 Consider replacing this Hashtable with the newer java.util.Map
66734 src/com/itac/InfoWindowProperties.java 66 Consider replacing this Hashtable with the newer java.util.Map
66735 src/com/itac/InfoWindowProperties.java 66 Local variable 'infoProp' could be declared final
66736 src/com/itac/InfoWindowProperties.java 67 Local variable 'jsonString' could be declared final
66737 src/com/itac/InfoWindowProperties.java 67 Potential violation of Law of Demeter (object not created locally)
66738 src/com/itac/InfoWindowProperties.java 67 Potential violation of Law of Demeter (object not created locally)
66739 src/com/itac/InfoWindowProperties.java 67 Potential violation of Law of Demeter (object not created locally)
66740 src/com/itac/InfoWindowProperties.java 67 Potential violation of Law of Demeter (object not created locally)
66741 src/com/itac/InfoWindowProperties.java 67 Potential violation of Law of Demeter (object not created locally)
66742 src/com/itac/InfoWindowProperties.java 67 Potential violation of Law of Demeter (object not created locally)
66743 src/com/itac/InfoWindowProperties.java 67 Potential violation of Law of Demeter (object not created locally)
66744 src/com/itac/InfoWindowProperties.java 70 Local variable 'object' could be declared final
66745 src/com/itac/InfoWindowProperties.java 71 Potential violation of Law of Demeter (object not created locally)
66746 src/com/itac/InfoWindowProperties.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66747 src/com/itac/InfoWindowProperties.java 77 Avoid printStackTrace(); use a logger call instead.
66748 src/com/itac/InfoWindowProperties.java 84 Comment is too large: Line too long
66749 src/com/itac/InfoWindowProperties.java 86 Parameter 'request' is not assigned and could be declared final
66750 src/com/itac/InfoWindowProperties.java 86 Parameter 'response' is not assigned and could be declared final
66751 src/com/itac/Main/MainService.java 1 Package name contains upper case characters
66752 src/com/itac/Main/MainService.java 24 Avoid unused imports such as 'org.json.JSONArray'
66753 src/com/itac/Main/MainService.java 26 Avoid unused imports such as 'com.google.gson.Gson'
66754 src/com/itac/Main/MainService.java 34 headerCommentRequirement Required
66755 src/com/itac/Main/MainService.java 35 The Logger variable declaration does not contain the static and final modifiers
66756 src/com/itac/Main/MainService.java 35 fieldCommentRequirement Required
66757 src/com/itac/Main/MainService.java 45 Parameter 'jsondata' is not assigned and could be declared final
66758 src/com/itac/Main/MainService.java 45 publicMethodCommentRequirement Required
66759 src/com/itac/Main/MainService.java 48 Avoid variables with short names like ag
66760 src/com/itac/Main/MainService.java 48 Local variable 'ag' could be declared final
66761 src/com/itac/Main/MainService.java 49 Consider replacing this Hashtable with the newer java.util.Map
66762 src/com/itac/Main/MainService.java 49 Local variable 'hash' could be declared final
66763 src/com/itac/Main/MainService.java 50 Local variable 'list' could be declared final
66764 src/com/itac/Main/MainService.java 55 Avoid variables with short names like om
66765 src/com/itac/Main/MainService.java 55 Local variable 'om' could be declared final
66766 src/com/itac/Main/MainService.java 56 Local variable 'jsonarray' could be declared final
66767 src/com/itac/Main/MainService.java 57 Potential violation of Law of Demeter (object not created locally)
66768 src/com/itac/Main/MainService.java 59 Local variable 'result' could be declared final
66769 src/com/itac/Main/MainService.java 59 Potential violation of Law of Demeter (object not created locally)
66770 src/com/itac/Main/MainService.java 61 Avoid instantiating new objects inside loops
66771 src/com/itac/Main/MainService.java 61 Consider replacing this Hashtable with the newer java.util.Map
66772 src/com/itac/Main/MainService.java 61 Local variable 'temptble' could be declared final
66773 src/com/itac/Main/MainService.java 62 Potential violation of Law of Demeter (object not created locally)
66774 src/com/itac/Main/MainService.java 62 Potential violation of Law of Demeter (object not created locally)
66775 src/com/itac/Main/MainService.java 68 Local variable 'val' could be declared final
66776 src/com/itac/Main/MainService.java 70 A method should have only one exit point, and that should be the last statement in the method
66777 src/com/itac/Main/MainService.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66778 src/com/itac/Main/MainService.java 73 There is log block not surrounded by if
66779 src/com/itac/Main/MainService.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66780 src/com/itac/Main/MainService.java 80 There is log block not surrounded by if
66781 src/com/itac/Main/MainService.java 92 Parameter 'jsondata' is not assigned and could be declared final
66782 src/com/itac/Main/MainService.java 92 publicMethodCommentRequirement Required
66783 src/com/itac/Main/MainService.java 100 publicMethodCommentRequirement Required
66784 src/com/itac/Main/MainService.java 107 publicMethodCommentRequirement Required
66785 src/com/itac/ManipulateResourceBundle.java 10 headerCommentRequirement Required
66786 src/com/itac/ManipulateResourceBundle.java 14 A method/constructor shouldnt explicitly throw java.lang.Exception
66787 src/com/itac/ManipulateResourceBundle.java 14 Avoid using implementation types like 'Hashtable'; use the interface instead
66788 src/com/itac/ManipulateResourceBundle.java 14 Consider replacing this Hashtable with the newer java.util.Map
66789 src/com/itac/ManipulateResourceBundle.java 14 publicMethodCommentRequirement Required
66790 src/com/itac/ManipulateResourceBundle.java 15 Local variable 'properties' could be declared final
66791 src/com/itac/ManipulateResourceBundle.java 16 Consider replacing this Hashtable with the newer java.util.Map
66792 src/com/itac/ManipulateResourceBundle.java 16 Local variable 'infoProp' could be declared final
66793 src/com/itac/ManipulateResourceBundle.java 17 Local variable 'fin' could be declared final
66794 src/com/itac/ManipulateResourceBundle.java 17 Potential violation of Law of Demeter (method chain calls)
66795 src/com/itac/ManipulateResourceBundle.java 17 Potential violation of Law of Demeter (method chain calls)
66796 src/com/itac/ManipulateResourceBundle.java 20 The String literal "latitude" appears 5 times in this file; the first occurrence is on line 20
66797 src/com/itac/ManipulateResourceBundle.java 21 The String literal "longitude" appears 5 times in this file; the first occurrence is on line 21
66798 src/com/itac/ManipulateResourceBundle.java 22 The String literal "speed" appears 5 times in this file; the first occurrence is on line 22
66799 src/com/itac/ManipulateResourceBundle.java 23 The String literal "time" appears 5 times in this file; the first occurrence is on line 23
66800 src/com/itac/ManipulateResourceBundle.java 24 The String literal "fuel" appears 5 times in this file; the first occurrence is on line 24
66801 src/com/itac/ManipulateResourceBundle.java 25 The String literal "battery" appears 5 times in this file; the first occurrence is on line 25
66802 src/com/itac/ManipulateResourceBundle.java 26 The String literal "location" appears 5 times in this file; the first occurrence is on line 26
66803 src/com/itac/ManipulateResourceBundle.java 27 The String literal "status" appears 5 times in this file; the first occurrence is on line 27
66804 src/com/itac/ManipulateResourceBundle.java 35 A method/constructor shouldnt explicitly throw java.lang.Exception
66805 src/com/itac/ManipulateResourceBundle.java 35 Avoid using implementation types like 'Hashtable'; use the interface instead
66806 src/com/itac/ManipulateResourceBundle.java 35 Consider replacing this Hashtable with the newer java.util.Map
66807 src/com/itac/ManipulateResourceBundle.java 35 Parameter 'infoProp' is not assigned and could be declared final
66808 src/com/itac/ManipulateResourceBundle.java 35 publicMethodCommentRequirement Required
66809 src/com/itac/ManipulateResourceBundle.java 37 Local variable 'properties' could be declared final
66810 src/com/itac/ManipulateResourceBundle.java 46 Local variable 'file' could be declared final
66811 src/com/itac/ManipulateResourceBundle.java 46 Potential violation of Law of Demeter (method chain calls)
66812 src/com/itac/ManipulateResourceBundle.java 46 Potential violation of Law of Demeter (method chain calls)
66813 src/com/itac/ManipulateResourceBundle.java 47 Local variable 'fileOut' could be declared final
66814 src/com/itac/ManipulateResourceBundle.java 54 Parameter 'args' is not assigned and could be declared final
66815 src/com/itac/ManipulateResourceBundle.java 54 publicMethodCommentRequirement Required
66816 src/com/itac/ManipulateResourceBundle.java 59 Avoid excessively long variable names like manipulateResourceBundle
66817 src/com/itac/ManipulateResourceBundle.java 59 Local variable 'manipulateResourceBundle' could be declared final
66818 src/com/itac/ManipulateResourceBundle.java 60 Consider replacing this Hashtable with the newer java.util.Map
66819 src/com/itac/ManipulateResourceBundle.java 60 Local variable 'infoProp' could be declared final
66820 src/com/itac/ManipulateResourceBundle.java 61 The String literal "show" appears 5 times in this file; the first occurrence is on line 61
66821 src/com/itac/ManipulateResourceBundle.java 70 Avoid unused local variables such as 'resInfoProp'.
66822 src/com/itac/ManipulateResourceBundle.java 70 Consider replacing this Hashtable with the newer java.util.Map
66823 src/com/itac/ManipulateResourceBundle.java 70 Consider replacing this Hashtable with the newer java.util.Map
66824 src/com/itac/ManipulateResourceBundle.java 70 Found 'DU'-anomaly for variable 'resInfoProp' (lines '70'-'74').
66825 src/com/itac/ManipulateResourceBundle.java 70 Local variable 'resInfoProp' could be declared final
66826 src/com/itac/ManipulateResourceBundle.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66827 src/com/itac/ManipulateResourceBundle.java 72 Avoid printStackTrace(); use a logger call instead.
66828 src/com/itac/MethodInvocationReflection.java 8 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
66829 src/com/itac/MethodInvocationReflection.java 8 headerCommentRequirement Required
66830 src/com/itac/MethodInvocationReflection.java 10 Parameter 'args' is not assigned and could be declared final
66831 src/com/itac/MethodInvocationReflection.java 10 publicMethodCommentRequirement Required
66832 src/com/itac/MethodInvocationReflection.java 13 Local variable 'myClassLoader' could be declared final
66833 src/com/itac/MethodInvocationReflection.java 17 Avoid excessively long variable names like classNameToBeLoaded
66834 src/com/itac/MethodInvocationReflection.java 17 Local variable 'classNameToBeLoaded' could be declared final
66835 src/com/itac/MethodInvocationReflection.java 22 Local variable 'myClass' could be declared final
66836 src/com/itac/MethodInvocationReflection.java 22 Potential violation of Law of Demeter (object not created locally)
66837 src/com/itac/MethodInvocationReflection.java 27 Local variable 'whatInstance' could be declared final
66838 src/com/itac/MethodInvocationReflection.java 27 Potential violation of Law of Demeter (object not created locally)
66839 src/com/itac/MethodInvocationReflection.java 28 Local variable 'methodParameter' could be declared final
66840 src/com/itac/MethodInvocationReflection.java 37 Local variable 'myMethod' could be declared final
66841 src/com/itac/MethodInvocationReflection.java 46 Avoid unused local variables such as 'returnValue'.
66842 src/com/itac/MethodInvocationReflection.java 46 Found 'DU'-anomaly for variable 'returnValue' (lines '46'-'64').
66843 src/com/itac/MethodInvocationReflection.java 46 Local variable 'returnValue' could be declared final
66844 src/com/itac/MethodInvocationReflection.java 49 Avoid printStackTrace(); use a logger call instead.
66845 src/com/itac/MethodInvocationReflection.java 51 Avoid printStackTrace(); use a logger call instead.
66846 src/com/itac/MethodInvocationReflection.java 53 Avoid printStackTrace(); use a logger call instead.
66847 src/com/itac/MethodInvocationReflection.java 55 Avoid printStackTrace(); use a logger call instead.
66848 src/com/itac/MethodInvocationReflection.java 57 Avoid printStackTrace(); use a logger call instead.
66849 src/com/itac/MethodInvocationReflection.java 59 Avoid printStackTrace(); use a logger call instead.
66850 src/com/itac/MethodInvocationReflection.java 61 Avoid printStackTrace(); use a logger call instead.
66851 src/com/itac/Outputlist.java 3 headerCommentRequirement Required
66852 src/com/itac/Outputlist.java 4 Variables should start with a lowercase character, 'Keyvalue' starts with uppercase character.
66853 src/com/itac/Outputlist.java 4 fieldCommentRequirement Required
66854 src/com/itac/Outputlist.java 5 Variables should start with a lowercase character, 'Outputvalue' starts with uppercase character.
66855 src/com/itac/Outputlist.java 5 fieldCommentRequirement Required
66856 src/com/itac/Outputlist.java 7 publicMethodCommentRequirement Required
66857 src/com/itac/Outputlist.java 10 Parameter 'key' is not assigned and could be declared final
66858 src/com/itac/Outputlist.java 10 publicMethodCommentRequirement Required
66859 src/com/itac/Outputlist.java 13 publicMethodCommentRequirement Required
66860 src/com/itac/Outputlist.java 16 Parameter 'output' is not assigned and could be declared final
66861 src/com/itac/Outputlist.java 16 publicMethodCommentRequirement Required
66862 src/com/itac/Outputlist.java 19 Parameter 'key' is not assigned and could be declared final
66863 src/com/itac/Outputlist.java 19 Parameter 'output' is not assigned and could be declared final
66864 src/com/itac/XMLParser.java 17 headerCommentRequirement Required
66865 src/com/itac/XMLParser.java 18 The Logger variable declaration does not contain the static and final modifiers
66866 src/com/itac/XMLParser.java 18 fieldCommentRequirement Required
66867 src/com/itac/XMLParser.java 19 Avoid using redundant field initializer for 'str'
66868 src/com/itac/XMLParser.java 19 Use explicit scoping instead of the default package private level
66869 src/com/itac/XMLParser.java 19 fieldCommentRequirement Required
66870 src/com/itac/XMLParser.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
66871 src/com/itac/XMLParser.java 20 Use explicit scoping instead of the default package private level
66872 src/com/itac/XMLParser.java 20 fieldCommentRequirement Required
66873 src/com/itac/XMLParser.java 21 Avoid using implementation types like 'Hashtable'; use the interface instead
66874 src/com/itac/XMLParser.java 21 Consider replacing this Hashtable with the newer java.util.Map
66875 src/com/itac/XMLParser.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
66876 src/com/itac/XMLParser.java 21 Use explicit scoping instead of the default package private level
66877 src/com/itac/XMLParser.java 21 fieldCommentRequirement Required
66878 src/com/itac/XMLParser.java 23 Avoid using implementation types like 'Hashtable'; use the interface instead
66879 src/com/itac/XMLParser.java 23 Consider replacing this Hashtable with the newer java.util.Map
66880 src/com/itac/XMLParser.java 23 Parameter 'fileName' is not assigned and could be declared final
66881 src/com/itac/XMLParser.java 23 publicMethodCommentRequirement Required
66882 src/com/itac/XMLParser.java 26 Local variable 'dbf' could be declared final
66883 src/com/itac/XMLParser.java 27 Avoid variables with short names like db
66884 src/com/itac/XMLParser.java 27 Local variable 'db' could be declared final
66885 src/com/itac/XMLParser.java 27 Potential violation of Law of Demeter (object not created locally)
66886 src/com/itac/XMLParser.java 28 Local variable 'file' could be declared final
66887 src/com/itac/XMLParser.java 29 Local variable 'doc' could be declared final
66888 src/com/itac/XMLParser.java 29 Potential violation of Law of Demeter (object not created locally)
66889 src/com/itac/XMLParser.java 30 Local variable 'docEle' could be declared final
66890 src/com/itac/XMLParser.java 30 Potential violation of Law of Demeter (object not created locally)
66891 src/com/itac/XMLParser.java 33 Local variable 'classList' could be declared final
66892 src/com/itac/XMLParser.java 33 Potential violation of Law of Demeter (object not created locally)
66893 src/com/itac/XMLParser.java 36 Potential violation of Law of Demeter (object not created locally)
66894 src/com/itac/XMLParser.java 37 Potential violation of Law of Demeter (object not created locally)
66895 src/com/itac/XMLParser.java 39 Local variable 'node' could be declared final
66896 src/com/itac/XMLParser.java 39 Potential violation of Law of Demeter (object not created locally)
66897 src/com/itac/XMLParser.java 41 Potential violation of Law of Demeter (object not created locally)
66898 src/com/itac/XMLParser.java 43 Avoid variables with short names like e
66899 src/com/itac/XMLParser.java 43 Local variable 'e' could be declared final
66900 src/com/itac/XMLParser.java 44 Local variable 'nodeList' could be declared final
66901 src/com/itac/XMLParser.java 44 Potential violation of Law of Demeter (object not created locally)
66902 src/com/itac/XMLParser.java 45 Potential violation of Law of Demeter (method chain calls)
66903 src/com/itac/XMLParser.java 45 Potential violation of Law of Demeter (method chain calls)
66904 src/com/itac/XMLParser.java 45 Potential violation of Law of Demeter (method chain calls)
66905 src/com/itac/XMLParser.java 45 Potential violation of Law of Demeter (method chain calls)
66906 src/com/itac/XMLParser.java 45 Potential violation of Law of Demeter (method chain calls)
66907 src/com/itac/XMLParser.java 45 Potential violation of Law of Demeter (method chain calls)
66908 src/com/itac/XMLParser.java 45 Potential violation of Law of Demeter (object not created locally)
66909 src/com/itac/XMLParser.java 47 Local variable 'nodeList1' could be declared final
66910 src/com/itac/XMLParser.java 47 Potential violation of Law of Demeter (object not created locally)
66911 src/com/itac/XMLParser.java 48 Potential violation of Law of Demeter (method chain calls)
66912 src/com/itac/XMLParser.java 48 Potential violation of Law of Demeter (method chain calls)
66913 src/com/itac/XMLParser.java 48 Potential violation of Law of Demeter (method chain calls)
66914 src/com/itac/XMLParser.java 48 Potential violation of Law of Demeter (method chain calls)
66915 src/com/itac/XMLParser.java 48 Potential violation of Law of Demeter (method chain calls)
66916 src/com/itac/XMLParser.java 48 Potential violation of Law of Demeter (method chain calls)
66917 src/com/itac/XMLParser.java 48 Potential violation of Law of Demeter (object not created locally)
66918 src/com/itac/XMLParser.java 50 Avoid unused local variables such as 'nodeList2'.
66919 src/com/itac/XMLParser.java 50 Found 'DD'-anomaly for variable 'nodeList2' (lines '50'-'50').
66920 src/com/itac/XMLParser.java 50 Found 'DU'-anomaly for variable 'nodeList2' (lines '50'-'71').
66921 src/com/itac/XMLParser.java 50 Local variable 'nodeList2' could be declared final
66922 src/com/itac/XMLParser.java 50 Potential violation of Law of Demeter (object not created locally)
66923 src/com/itac/XMLParser.java 51 Potential violation of Law of Demeter (method chain calls)
66924 src/com/itac/XMLParser.java 51 Potential violation of Law of Demeter (method chain calls)
66925 src/com/itac/XMLParser.java 51 Potential violation of Law of Demeter (method chain calls)
66926 src/com/itac/XMLParser.java 51 Potential violation of Law of Demeter (method chain calls)
66927 src/com/itac/XMLParser.java 51 Potential violation of Law of Demeter (method chain calls)
66928 src/com/itac/XMLParser.java 51 Potential violation of Law of Demeter (method chain calls)
66929 src/com/itac/XMLParser.java 51 Potential violation of Law of Demeter (object not created locally)
66930 src/com/itac/XMLParser.java 61 System.exit() should not be used in J2EE/JEE apps
66931 src/com/itac/XMLParser.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66932 src/com/itac/XMLParser.java 65 There is log block not surrounded by if
66933 src/com/itac/bean/AlertHistory.java 10 Classes implementing Serializable should set a serialVersionUID
66934 src/com/itac/bean/AlertHistory.java 12 Avoid variables with short names like id
66935 src/com/itac/bean/AlertHistory.java 12 fieldCommentRequirement Required
66936 src/com/itac/bean/AlertHistory.java 13 fieldCommentRequirement Required
66937 src/com/itac/bean/AlertHistory.java 14 fieldCommentRequirement Required
66938 src/com/itac/bean/AlertHistory.java 15 fieldCommentRequirement Required
66939 src/com/itac/bean/AlertHistory.java 16 fieldCommentRequirement Required
66940 src/com/itac/bean/AlertHistory.java 17 fieldCommentRequirement Required
66941 src/com/itac/bean/AlertHistory.java 18 fieldCommentRequirement Required
66942 src/com/itac/bean/AlertHistory.java 19 fieldCommentRequirement Required
66943 src/com/itac/bean/AlertHistory.java 21 Document empty constructor
66944 src/com/itac/bean/AlertHistory.java 21 publicMethodCommentRequirement Required
66945 src/com/itac/bean/AlertHistory.java 24 Parameter 'organization' is not assigned and could be declared final
66946 src/com/itac/bean/AlertHistory.java 24 publicMethodCommentRequirement Required
66947 src/com/itac/bean/AlertHistory.java 25 Parameter 'tripDetails' is not assigned and could be declared final
66948 src/com/itac/bean/AlertHistory.java 25 Parameter 'tripParameters' is not assigned and could be declared final
66949 src/com/itac/bean/AlertHistory.java 26 Parameter 'data' is not assigned and could be declared final
66950 src/com/itac/bean/AlertHistory.java 26 Parameter 'reportRef' is not assigned and could be declared final
66951 src/com/itac/bean/AlertHistory.java 26 Parameter 'vehicleDetails' is not assigned and could be declared final
66952 src/com/itac/bean/AlertHistory.java 27 Parameter 'timeStamp' is not assigned and could be declared final
66953 src/com/itac/bean/AlertHistory.java 37 publicMethodCommentRequirement Required
66954 src/com/itac/bean/AlertHistory.java 41 Avoid variables with short names like id
66955 src/com/itac/bean/AlertHistory.java 41 Parameter 'id' is not assigned and could be declared final
66956 src/com/itac/bean/AlertHistory.java 41 publicMethodCommentRequirement Required
66957 src/com/itac/bean/AlertHistory.java 45 publicMethodCommentRequirement Required
66958 src/com/itac/bean/AlertHistory.java 49 Parameter 'organization' is not assigned and could be declared final
66959 src/com/itac/bean/AlertHistory.java 49 publicMethodCommentRequirement Required
66960 src/com/itac/bean/AlertHistory.java 53 publicMethodCommentRequirement Required
66961 src/com/itac/bean/AlertHistory.java 57 Parameter 'tripParameters' is not assigned and could be declared final
66962 src/com/itac/bean/AlertHistory.java 57 publicMethodCommentRequirement Required
66963 src/com/itac/bean/AlertHistory.java 61 publicMethodCommentRequirement Required
66964 src/com/itac/bean/AlertHistory.java 65 Parameter 'tripDetails' is not assigned and could be declared final
66965 src/com/itac/bean/AlertHistory.java 65 publicMethodCommentRequirement Required
66966 src/com/itac/bean/AlertHistory.java 69 publicMethodCommentRequirement Required
66967 src/com/itac/bean/AlertHistory.java 73 Parameter 'vehicleDetails' is not assigned and could be declared final
66968 src/com/itac/bean/AlertHistory.java 73 publicMethodCommentRequirement Required
66969 src/com/itac/bean/AlertHistory.java 77 publicMethodCommentRequirement Required
66970 src/com/itac/bean/AlertHistory.java 81 Parameter 'reportRef' is not assigned and could be declared final
66971 src/com/itac/bean/AlertHistory.java 81 publicMethodCommentRequirement Required
66972 src/com/itac/bean/AlertHistory.java 85 publicMethodCommentRequirement Required
66973 src/com/itac/bean/AlertHistory.java 89 Parameter 'data' is not assigned and could be declared final
66974 src/com/itac/bean/AlertHistory.java 89 publicMethodCommentRequirement Required
66975 src/com/itac/bean/AlertHistory.java 93 publicMethodCommentRequirement Required
66976 src/com/itac/bean/AlertHistory.java 97 Parameter 'timeStamp' is not assigned and could be declared final
66977 src/com/itac/bean/AlertHistory.java 97 publicMethodCommentRequirement Required
66978 src/com/itac/bean/DataContextMapping.java 8 Classes implementing Serializable should set a serialVersionUID
66979 src/com/itac/bean/DataContextMapping.java 10 Avoid variables with short names like id
66980 src/com/itac/bean/DataContextMapping.java 10 fieldCommentRequirement Required
66981 src/com/itac/bean/DataContextMapping.java 11 fieldCommentRequirement Required
66982 src/com/itac/bean/DataContextMapping.java 12 fieldCommentRequirement Required
66983 src/com/itac/bean/DataContextMapping.java 13 fieldCommentRequirement Required
66984 src/com/itac/bean/DataContextMapping.java 14 fieldCommentRequirement Required
66985 src/com/itac/bean/DataContextMapping.java 15 fieldCommentRequirement Required
66986 src/com/itac/bean/DataContextMapping.java 17 Document empty constructor
66987 src/com/itac/bean/DataContextMapping.java 17 publicMethodCommentRequirement Required
66988 src/com/itac/bean/DataContextMapping.java 20 Parameter 'organization' is not assigned and could be declared final
66989 src/com/itac/bean/DataContextMapping.java 20 Parameter 'reportRef' is not assigned and could be declared final
66990 src/com/itac/bean/DataContextMapping.java 20 publicMethodCommentRequirement Required
66991 src/com/itac/bean/DataContextMapping.java 21 Parameter 'control' is not assigned and could be declared final
66992 src/com/itac/bean/DataContextMapping.java 21 Parameter 'data' is not assigned and could be declared final
66993 src/com/itac/bean/DataContextMapping.java 21 Parameter 'screenName' is not assigned and could be declared final
66994 src/com/itac/bean/DataContextMapping.java 29 publicMethodCommentRequirement Required
66995 src/com/itac/bean/DataContextMapping.java 33 Avoid variables with short names like id
66996 src/com/itac/bean/DataContextMapping.java 33 Parameter 'id' is not assigned and could be declared final
66997 src/com/itac/bean/DataContextMapping.java 33 publicMethodCommentRequirement Required
66998 src/com/itac/bean/DataContextMapping.java 37 publicMethodCommentRequirement Required
66999 src/com/itac/bean/DataContextMapping.java 41 Parameter 'organization' is not assigned and could be declared final
67000 src/com/itac/bean/DataContextMapping.java 41 publicMethodCommentRequirement Required
67001 src/com/itac/bean/DataContextMapping.java 45 publicMethodCommentRequirement Required
67002 src/com/itac/bean/DataContextMapping.java 49 Parameter 'reportRef' is not assigned and could be declared final
67003 src/com/itac/bean/DataContextMapping.java 49 publicMethodCommentRequirement Required
67004 src/com/itac/bean/DataContextMapping.java 53 publicMethodCommentRequirement Required
67005 src/com/itac/bean/DataContextMapping.java 57 Parameter 'screenName' is not assigned and could be declared final
67006 src/com/itac/bean/DataContextMapping.java 57 publicMethodCommentRequirement Required
67007 src/com/itac/bean/DataContextMapping.java 61 publicMethodCommentRequirement Required
67008 src/com/itac/bean/DataContextMapping.java 65 Parameter 'control' is not assigned and could be declared final
67009 src/com/itac/bean/DataContextMapping.java 65 publicMethodCommentRequirement Required
67010 src/com/itac/bean/DataContextMapping.java 69 publicMethodCommentRequirement Required
67011 src/com/itac/bean/DataContextMapping.java 73 Parameter 'data' is not assigned and could be declared final
67012 src/com/itac/bean/DataContextMapping.java 73 publicMethodCommentRequirement Required
67013 src/com/itac/bean/Device.java 12 Classes implementing Serializable should set a serialVersionUID
67014 src/com/itac/bean/Device.java 14 fieldCommentRequirement Required
67015 src/com/itac/bean/Device.java 15 fieldCommentRequirement Required
67016 src/com/itac/bean/Device.java 16 fieldCommentRequirement Required
67017 src/com/itac/bean/Device.java 17 Avoid excessively long variable names like lastPacketReceivedTime
67018 src/com/itac/bean/Device.java 17 fieldCommentRequirement Required
67019 src/com/itac/bean/Device.java 18 fieldCommentRequirement Required
67020 src/com/itac/bean/Device.java 19 fieldCommentRequirement Required
67021 src/com/itac/bean/Device.java 20 fieldCommentRequirement Required
67022 src/com/itac/bean/Device.java 21 fieldCommentRequirement Required
67023 src/com/itac/bean/Device.java 22 fieldCommentRequirement Required
67024 src/com/itac/bean/Device.java 23 fieldCommentRequirement Required
67025 src/com/itac/bean/Device.java 24 fieldCommentRequirement Required
67026 src/com/itac/bean/Device.java 25 fieldCommentRequirement Required
67027 src/com/itac/bean/Device.java 28 Document empty constructor
67028 src/com/itac/bean/Device.java 28 publicMethodCommentRequirement Required
67029 src/com/itac/bean/Device.java 31 Avoid excessively long variable names like lastPacketReceivedTime
67030 src/com/itac/bean/Device.java 31 Parameter 'firmwareVersion' is not assigned and could be declared final
67031 src/com/itac/bean/Device.java 31 Parameter 'lastPacketReceivedTime' is not assigned and could be declared final
67032 src/com/itac/bean/Device.java 31 publicMethodCommentRequirement Required
67033 src/com/itac/bean/Device.java 36 Avoid long parameter lists.
67034 src/com/itac/bean/Device.java 36 Parameter 'imeiNumber' is not assigned and could be declared final
67035 src/com/itac/bean/Device.java 36 Parameter 'organization' is not assigned and could be declared final
67036 src/com/itac/bean/Device.java 36 publicMethodCommentRequirement Required
67037 src/com/itac/bean/Device.java 37 Avoid excessively long variable names like lastPacketReceivedTime
67038 src/com/itac/bean/Device.java 37 Parameter 'lastKnownIp' is not assigned and could be declared final
67039 src/com/itac/bean/Device.java 37 Parameter 'lastPacketReceivedTime' is not assigned and could be declared final
67040 src/com/itac/bean/Device.java 38 Parameter 'firmwareVersion' is not assigned and could be declared final
67041 src/com/itac/bean/Device.java 38 Parameter 'mobileNumber' is not assigned and could be declared final
67042 src/com/itac/bean/Device.java 38 Parameter 'workStatus' is not assigned and could be declared final
67043 src/com/itac/bean/Device.java 39 Parameter 'aliasName' is not assigned and could be declared final
67044 src/com/itac/bean/Device.java 39 Parameter 'enableStatus' is not assigned and could be declared final
67045 src/com/itac/bean/Device.java 39 Parameter 'inuseStatus' is not assigned and could be declared final
67046 src/com/itac/bean/Device.java 40 Parameter 'vehicleDetailses' is not assigned and could be declared final
67047 src/com/itac/bean/Device.java 54 publicMethodCommentRequirement Required
67048 src/com/itac/bean/Device.java 58 Parameter 'deviceId' is not assigned and could be declared final
67049 src/com/itac/bean/Device.java 58 publicMethodCommentRequirement Required
67050 src/com/itac/bean/Device.java 62 publicMethodCommentRequirement Required
67051 src/com/itac/bean/Device.java 66 Parameter 'organization' is not assigned and could be declared final
67052 src/com/itac/bean/Device.java 66 publicMethodCommentRequirement Required
67053 src/com/itac/bean/Device.java 70 publicMethodCommentRequirement Required
67054 src/com/itac/bean/Device.java 74 Parameter 'imeiNumber' is not assigned and could be declared final
67055 src/com/itac/bean/Device.java 74 publicMethodCommentRequirement Required
67056 src/com/itac/bean/Device.java 78 publicMethodCommentRequirement Required
67057 src/com/itac/bean/Device.java 82 Avoid excessively long variable names like lastPacketReceivedTime
67058 src/com/itac/bean/Device.java 82 Parameter 'lastPacketReceivedTime' is not assigned and could be declared final
67059 src/com/itac/bean/Device.java 82 publicMethodCommentRequirement Required
67060 src/com/itac/bean/Device.java 86 publicMethodCommentRequirement Required
67061 src/com/itac/bean/Device.java 90 Parameter 'lastKnownIp' is not assigned and could be declared final
67062 src/com/itac/bean/Device.java 90 publicMethodCommentRequirement Required
67063 src/com/itac/bean/Device.java 94 publicMethodCommentRequirement Required
67064 src/com/itac/bean/Device.java 98 Parameter 'firmwareVersion' is not assigned and could be declared final
67065 src/com/itac/bean/Device.java 98 publicMethodCommentRequirement Required
67066 src/com/itac/bean/Device.java 102 publicMethodCommentRequirement Required
67067 src/com/itac/bean/Device.java 106 Parameter 'mobileNumber' is not assigned and could be declared final
67068 src/com/itac/bean/Device.java 106 publicMethodCommentRequirement Required
67069 src/com/itac/bean/Device.java 110 publicMethodCommentRequirement Required
67070 src/com/itac/bean/Device.java 114 Parameter 'workStatus' is not assigned and could be declared final
67071 src/com/itac/bean/Device.java 114 publicMethodCommentRequirement Required
67072 src/com/itac/bean/Device.java 118 publicMethodCommentRequirement Required
67073 src/com/itac/bean/Device.java 122 Parameter 'inuseStatus' is not assigned and could be declared final
67074 src/com/itac/bean/Device.java 122 publicMethodCommentRequirement Required
67075 src/com/itac/bean/Device.java 126 publicMethodCommentRequirement Required
67076 src/com/itac/bean/Device.java 130 Parameter 'enableStatus' is not assigned and could be declared final
67077 src/com/itac/bean/Device.java 130 publicMethodCommentRequirement Required
67078 src/com/itac/bean/Device.java 134 publicMethodCommentRequirement Required
67079 src/com/itac/bean/Device.java 138 Parameter 'aliasName' is not assigned and could be declared final
67080 src/com/itac/bean/Device.java 138 publicMethodCommentRequirement Required
67081 src/com/itac/bean/Device.java 142 publicMethodCommentRequirement Required
67082 src/com/itac/bean/Device.java 146 Parameter 'vehicleDetailses' is not assigned and could be declared final
67083 src/com/itac/bean/Device.java 146 publicMethodCommentRequirement Required
67084 src/com/itac/bean/FenceHistory.java 10 Classes implementing Serializable should set a serialVersionUID
67085 src/com/itac/bean/FenceHistory.java 12 fieldCommentRequirement Required
67086 src/com/itac/bean/FenceHistory.java 13 fieldCommentRequirement Required
67087 src/com/itac/bean/FenceHistory.java 14 fieldCommentRequirement Required
67088 src/com/itac/bean/FenceHistory.java 15 fieldCommentRequirement Required
67089 src/com/itac/bean/FenceHistory.java 16 fieldCommentRequirement Required
67090 src/com/itac/bean/FenceHistory.java 17 fieldCommentRequirement Required
67091 src/com/itac/bean/FenceHistory.java 18 fieldCommentRequirement Required
67092 src/com/itac/bean/FenceHistory.java 19 fieldCommentRequirement Required
67093 src/com/itac/bean/FenceHistory.java 21 Document empty constructor
67094 src/com/itac/bean/FenceHistory.java 21 publicMethodCommentRequirement Required
67095 src/com/itac/bean/FenceHistory.java 24 Parameter 'evenSms' is not assigned and could be declared final
67096 src/com/itac/bean/FenceHistory.java 24 Parameter 'monSms' is not assigned and could be declared final
67097 src/com/itac/bean/FenceHistory.java 24 Parameter 'type' is not assigned and could be declared final
67098 src/com/itac/bean/FenceHistory.java 24 publicMethodCommentRequirement Required
67099 src/com/itac/bean/FenceHistory.java 30 Parameter 'evenSms' is not assigned and could be declared final
67100 src/com/itac/bean/FenceHistory.java 30 Parameter 'geofence' is not assigned and could be declared final
67101 src/com/itac/bean/FenceHistory.java 30 Parameter 'monSms' is not assigned and could be declared final
67102 src/com/itac/bean/FenceHistory.java 30 publicMethodCommentRequirement Required
67103 src/com/itac/bean/FenceHistory.java 31 Parameter 'evenSpotOrder' is not assigned and could be declared final
67104 src/com/itac/bean/FenceHistory.java 31 Parameter 'monSpotOrder' is not assigned and could be declared final
67105 src/com/itac/bean/FenceHistory.java 31 Parameter 'session' is not assigned and could be declared final
67106 src/com/itac/bean/FenceHistory.java 32 Parameter 'type' is not assigned and could be declared final
67107 src/com/itac/bean/FenceHistory.java 42 publicMethodCommentRequirement Required
67108 src/com/itac/bean/FenceHistory.java 46 Parameter 'historyId' is not assigned and could be declared final
67109 src/com/itac/bean/FenceHistory.java 46 publicMethodCommentRequirement Required
67110 src/com/itac/bean/FenceHistory.java 50 publicMethodCommentRequirement Required
67111 src/com/itac/bean/FenceHistory.java 54 Parameter 'geofence' is not assigned and could be declared final
67112 src/com/itac/bean/FenceHistory.java 54 publicMethodCommentRequirement Required
67113 src/com/itac/bean/FenceHistory.java 58 publicMethodCommentRequirement Required
67114 src/com/itac/bean/FenceHistory.java 62 Parameter 'monSms' is not assigned and could be declared final
67115 src/com/itac/bean/FenceHistory.java 62 publicMethodCommentRequirement Required
67116 src/com/itac/bean/FenceHistory.java 66 publicMethodCommentRequirement Required
67117 src/com/itac/bean/FenceHistory.java 70 Parameter 'evenSms' is not assigned and could be declared final
67118 src/com/itac/bean/FenceHistory.java 70 publicMethodCommentRequirement Required
67119 src/com/itac/bean/FenceHistory.java 74 publicMethodCommentRequirement Required
67120 src/com/itac/bean/FenceHistory.java 78 Parameter 'monSpotOrder' is not assigned and could be declared final
67121 src/com/itac/bean/FenceHistory.java 78 publicMethodCommentRequirement Required
67122 src/com/itac/bean/FenceHistory.java 82 publicMethodCommentRequirement Required
67123 src/com/itac/bean/FenceHistory.java 86 Parameter 'evenSpotOrder' is not assigned and could be declared final
67124 src/com/itac/bean/FenceHistory.java 86 publicMethodCommentRequirement Required
67125 src/com/itac/bean/FenceHistory.java 90 publicMethodCommentRequirement Required
67126 src/com/itac/bean/FenceHistory.java 94 Parameter 'session' is not assigned and could be declared final
67127 src/com/itac/bean/FenceHistory.java 94 publicMethodCommentRequirement Required
67128 src/com/itac/bean/FenceHistory.java 98 publicMethodCommentRequirement Required
67129 src/com/itac/bean/FenceHistory.java 102 Parameter 'type' is not assigned and could be declared final
67130 src/com/itac/bean/FenceHistory.java 102 publicMethodCommentRequirement Required
67131 src/com/itac/bean/FenceReport.java 10 Classes implementing Serializable should set a serialVersionUID
67132 src/com/itac/bean/FenceReport.java 12 fieldCommentRequirement Required
67133 src/com/itac/bean/FenceReport.java 13 fieldCommentRequirement Required
67134 src/com/itac/bean/FenceReport.java 14 fieldCommentRequirement Required
67135 src/com/itac/bean/FenceReport.java 15 fieldCommentRequirement Required
67136 src/com/itac/bean/FenceReport.java 16 fieldCommentRequirement Required
67137 src/com/itac/bean/FenceReport.java 17 fieldCommentRequirement Required
67138 src/com/itac/bean/FenceReport.java 18 fieldCommentRequirement Required
67139 src/com/itac/bean/FenceReport.java 19 fieldCommentRequirement Required
67140 src/com/itac/bean/FenceReport.java 20 fieldCommentRequirement Required
67141 src/com/itac/bean/FenceReport.java 21 fieldCommentRequirement Required
67142 src/com/itac/bean/FenceReport.java 22 fieldCommentRequirement Required
67143 src/com/itac/bean/FenceReport.java 24 Document empty constructor
67144 src/com/itac/bean/FenceReport.java 24 publicMethodCommentRequirement Required
67145 src/com/itac/bean/FenceReport.java 27 Parameter 'fenceId' is not assigned and could be declared final
67146 src/com/itac/bean/FenceReport.java 27 Parameter 'reportDate' is not assigned and could be declared final
67147 src/com/itac/bean/FenceReport.java 27 Parameter 'vehicleId' is not assigned and could be declared final
67148 src/com/itac/bean/FenceReport.java 27 publicMethodCommentRequirement Required
67149 src/com/itac/bean/FenceReport.java 33 Avoid long parameter lists.
67150 src/com/itac/bean/FenceReport.java 33 Parameter 'fenceId' is not assigned and could be declared final
67151 src/com/itac/bean/FenceReport.java 33 Parameter 'tripDetails' is not assigned and could be declared final
67152 src/com/itac/bean/FenceReport.java 33 Parameter 'vehicleId' is not assigned and could be declared final
67153 src/com/itac/bean/FenceReport.java 33 publicMethodCommentRequirement Required
67154 src/com/itac/bean/FenceReport.java 34 Parameter 'avgSpeed' is not assigned and could be declared final
67155 src/com/itac/bean/FenceReport.java 34 Parameter 'entryTime' is not assigned and could be declared final
67156 src/com/itac/bean/FenceReport.java 34 Parameter 'exitTime' is not assigned and could be declared final
67157 src/com/itac/bean/FenceReport.java 34 Parameter 'reportDate' is not assigned and could be declared final
67158 src/com/itac/bean/FenceReport.java 35 Parameter 'createdTime' is not assigned and could be declared final
67159 src/com/itac/bean/FenceReport.java 35 Parameter 'distance' is not assigned and could be declared final
67160 src/com/itac/bean/FenceReport.java 35 Parameter 'updatedTime' is not assigned and could be declared final
67161 src/com/itac/bean/FenceReport.java 48 publicMethodCommentRequirement Required
67162 src/com/itac/bean/FenceReport.java 52 Parameter 'reportId' is not assigned and could be declared final
67163 src/com/itac/bean/FenceReport.java 52 publicMethodCommentRequirement Required
67164 src/com/itac/bean/FenceReport.java 56 publicMethodCommentRequirement Required
67165 src/com/itac/bean/FenceReport.java 60 Parameter 'tripDetails' is not assigned and could be declared final
67166 src/com/itac/bean/FenceReport.java 60 publicMethodCommentRequirement Required
67167 src/com/itac/bean/FenceReport.java 64 publicMethodCommentRequirement Required
67168 src/com/itac/bean/FenceReport.java 68 Parameter 'fenceId' is not assigned and could be declared final
67169 src/com/itac/bean/FenceReport.java 68 publicMethodCommentRequirement Required
67170 src/com/itac/bean/FenceReport.java 72 publicMethodCommentRequirement Required
67171 src/com/itac/bean/FenceReport.java 76 Parameter 'vehicleId' is not assigned and could be declared final
67172 src/com/itac/bean/FenceReport.java 76 publicMethodCommentRequirement Required
67173 src/com/itac/bean/FenceReport.java 80 publicMethodCommentRequirement Required
67174 src/com/itac/bean/FenceReport.java 84 Parameter 'reportDate' is not assigned and could be declared final
67175 src/com/itac/bean/FenceReport.java 84 publicMethodCommentRequirement Required
67176 src/com/itac/bean/FenceReport.java 88 publicMethodCommentRequirement Required
67177 src/com/itac/bean/FenceReport.java 92 Parameter 'entryTime' is not assigned and could be declared final
67178 src/com/itac/bean/FenceReport.java 92 publicMethodCommentRequirement Required
67179 src/com/itac/bean/FenceReport.java 96 publicMethodCommentRequirement Required
67180 src/com/itac/bean/FenceReport.java 100 Parameter 'exitTime' is not assigned and could be declared final
67181 src/com/itac/bean/FenceReport.java 100 publicMethodCommentRequirement Required
67182 src/com/itac/bean/FenceReport.java 104 publicMethodCommentRequirement Required
67183 src/com/itac/bean/FenceReport.java 108 Parameter 'avgSpeed' is not assigned and could be declared final
67184 src/com/itac/bean/FenceReport.java 108 publicMethodCommentRequirement Required
67185 src/com/itac/bean/FenceReport.java 112 publicMethodCommentRequirement Required
67186 src/com/itac/bean/FenceReport.java 116 Parameter 'distance' is not assigned and could be declared final
67187 src/com/itac/bean/FenceReport.java 116 publicMethodCommentRequirement Required
67188 src/com/itac/bean/FenceReport.java 120 publicMethodCommentRequirement Required
67189 src/com/itac/bean/FenceReport.java 124 Parameter 'createdTime' is not assigned and could be declared final
67190 src/com/itac/bean/FenceReport.java 124 publicMethodCommentRequirement Required
67191 src/com/itac/bean/FenceReport.java 128 publicMethodCommentRequirement Required
67192 src/com/itac/bean/FenceReport.java 132 Parameter 'updatedTime' is not assigned and could be declared final
67193 src/com/itac/bean/FenceReport.java 132 publicMethodCommentRequirement Required
67194 src/com/itac/bean/FrequentTripDetails.java 8 Classes implementing Serializable should set a serialVersionUID
67195 src/com/itac/bean/FrequentTripDetails.java 10 Avoid variables with short names like id
67196 src/com/itac/bean/FrequentTripDetails.java 10 fieldCommentRequirement Required
67197 src/com/itac/bean/FrequentTripDetails.java 11 fieldCommentRequirement Required
67198 src/com/itac/bean/FrequentTripDetails.java 12 fieldCommentRequirement Required
67199 src/com/itac/bean/FrequentTripDetails.java 14 Document empty constructor
67200 src/com/itac/bean/FrequentTripDetails.java 14 publicMethodCommentRequirement Required
67201 src/com/itac/bean/FrequentTripDetails.java 17 Avoid variables with short names like id
67202 src/com/itac/bean/FrequentTripDetails.java 17 Parameter 'id' is not assigned and could be declared final
67203 src/com/itac/bean/FrequentTripDetails.java 17 Parameter 'tripDetails' is not assigned and could be declared final
67204 src/com/itac/bean/FrequentTripDetails.java 17 publicMethodCommentRequirement Required
67205 src/com/itac/bean/FrequentTripDetails.java 22 Avoid variables with short names like id
67206 src/com/itac/bean/FrequentTripDetails.java 22 Parameter 'id' is not assigned and could be declared final
67207 src/com/itac/bean/FrequentTripDetails.java 22 publicMethodCommentRequirement Required
67208 src/com/itac/bean/FrequentTripDetails.java 23 Parameter 'time' is not assigned and could be declared final
67209 src/com/itac/bean/FrequentTripDetails.java 23 Parameter 'tripDetails' is not assigned and could be declared final
67210 src/com/itac/bean/FrequentTripDetails.java 29 publicMethodCommentRequirement Required
67211 src/com/itac/bean/FrequentTripDetails.java 33 Avoid variables with short names like id
67212 src/com/itac/bean/FrequentTripDetails.java 33 Parameter 'id' is not assigned and could be declared final
67213 src/com/itac/bean/FrequentTripDetails.java 33 publicMethodCommentRequirement Required
67214 src/com/itac/bean/FrequentTripDetails.java 37 publicMethodCommentRequirement Required
67215 src/com/itac/bean/FrequentTripDetails.java 41 Parameter 'tripDetails' is not assigned and could be declared final
67216 src/com/itac/bean/FrequentTripDetails.java 41 publicMethodCommentRequirement Required
67217 src/com/itac/bean/FrequentTripDetails.java 45 publicMethodCommentRequirement Required
67218 src/com/itac/bean/FrequentTripDetails.java 49 Parameter 'time' is not assigned and could be declared final
67219 src/com/itac/bean/FrequentTripDetails.java 49 publicMethodCommentRequirement Required
67220 src/com/itac/bean/FrequentTripDetailsId.java 8 Classes implementing Serializable should set a serialVersionUID
67221 src/com/itac/bean/FrequentTripDetailsId.java 10 fieldCommentRequirement Required
67222 src/com/itac/bean/FrequentTripDetailsId.java 11 fieldCommentRequirement Required
67223 src/com/itac/bean/FrequentTripDetailsId.java 13 Document empty constructor
67224 src/com/itac/bean/FrequentTripDetailsId.java 13 publicMethodCommentRequirement Required
67225 src/com/itac/bean/FrequentTripDetailsId.java 16 Parameter 'day' is not assigned and could be declared final
67226 src/com/itac/bean/FrequentTripDetailsId.java 16 Parameter 'tripid' is not assigned and could be declared final
67227 src/com/itac/bean/FrequentTripDetailsId.java 16 publicMethodCommentRequirement Required
67228 src/com/itac/bean/FrequentTripDetailsId.java 21 publicMethodCommentRequirement Required
67229 src/com/itac/bean/FrequentTripDetailsId.java 25 Parameter 'tripid' is not assigned and could be declared final
67230 src/com/itac/bean/FrequentTripDetailsId.java 25 publicMethodCommentRequirement Required
67231 src/com/itac/bean/FrequentTripDetailsId.java 29 publicMethodCommentRequirement Required
67232 src/com/itac/bean/FrequentTripDetailsId.java 33 Parameter 'day' is not assigned and could be declared final
67233 src/com/itac/bean/FrequentTripDetailsId.java 33 publicMethodCommentRequirement Required
67234 src/com/itac/bean/FrequentTripDetailsId.java 37 Parameter 'other' is not assigned and could be declared final
67235 src/com/itac/bean/FrequentTripDetailsId.java 37 publicMethodCommentRequirement Required
67236 src/com/itac/bean/FrequentTripDetailsId.java 38 Avoid using if statements without curly braces
67237 src/com/itac/bean/FrequentTripDetailsId.java 38 Useless parentheses.
67238 src/com/itac/bean/FrequentTripDetailsId.java 39 A method should have only one exit point, and that should be the last statement in the method
67239 src/com/itac/bean/FrequentTripDetailsId.java 40 Avoid using if statements without curly braces
67240 src/com/itac/bean/FrequentTripDetailsId.java 40 Useless parentheses.
67241 src/com/itac/bean/FrequentTripDetailsId.java 41 A method should have only one exit point, and that should be the last statement in the method
67242 src/com/itac/bean/FrequentTripDetailsId.java 42 Avoid using if statements without curly braces
67243 src/com/itac/bean/FrequentTripDetailsId.java 43 A method should have only one exit point, and that should be the last statement in the method
67244 src/com/itac/bean/FrequentTripDetailsId.java 44 Local variable 'castOther' could be declared final
67245 src/com/itac/bean/FrequentTripDetailsId.java 46 Potential violation of Law of Demeter (method chain calls)
67246 src/com/itac/bean/FrequentTripDetailsId.java 46 Potential violation of Law of Demeter (object not created locally)
67247 src/com/itac/bean/FrequentTripDetailsId.java 46 Potential violation of Law of Demeter (object not created locally)
67248 src/com/itac/bean/FrequentTripDetailsId.java 46 Useless parentheses.
67249 src/com/itac/bean/FrequentTripDetailsId.java 47 Potential violation of Law of Demeter (method chain calls)
67250 src/com/itac/bean/FrequentTripDetailsId.java 47 Potential violation of Law of Demeter (object not created locally)
67251 src/com/itac/bean/FrequentTripDetailsId.java 47 Potential violation of Law of Demeter (object not created locally)
67252 src/com/itac/bean/FrequentTripDetailsId.java 47 Useless parentheses.
67253 src/com/itac/bean/FrequentTripDetailsId.java 47 Useless parentheses.
67254 src/com/itac/bean/FrequentTripDetailsId.java 48 Potential violation of Law of Demeter (object not created locally)
67255 src/com/itac/bean/FrequentTripDetailsId.java 49 Potential violation of Law of Demeter (object not created locally)
67256 src/com/itac/bean/FrequentTripDetailsId.java 52 publicMethodCommentRequirement Required
67257 src/com/itac/bean/FrequentTripDetailsId.java 53 Found 'DD'-anomaly for variable 'result' (lines '53'-'55').
67258 src/com/itac/bean/FuelCalibration.java 8 Classes implementing Serializable should set a serialVersionUID
67259 src/com/itac/bean/FuelCalibration.java 10 Avoid variables with short names like id
67260 src/com/itac/bean/FuelCalibration.java 10 fieldCommentRequirement Required
67261 src/com/itac/bean/FuelCalibration.java 11 fieldCommentRequirement Required
67262 src/com/itac/bean/FuelCalibration.java 12 fieldCommentRequirement Required
67263 src/com/itac/bean/FuelCalibration.java 13 fieldCommentRequirement Required
67264 src/com/itac/bean/FuelCalibration.java 15 Document empty constructor
67265 src/com/itac/bean/FuelCalibration.java 15 publicMethodCommentRequirement Required
67266 src/com/itac/bean/FuelCalibration.java 18 Parameter 'fuelValue' is not assigned and could be declared final
67267 src/com/itac/bean/FuelCalibration.java 18 Parameter 'vehicleType' is not assigned and could be declared final
67268 src/com/itac/bean/FuelCalibration.java 18 publicMethodCommentRequirement Required
67269 src/com/itac/bean/FuelCalibration.java 19 Parameter 'fuelVolt' is not assigned and could be declared final
67270 src/com/itac/bean/FuelCalibration.java 25 publicMethodCommentRequirement Required
67271 src/com/itac/bean/FuelCalibration.java 29 Avoid variables with short names like id
67272 src/com/itac/bean/FuelCalibration.java 29 Parameter 'id' is not assigned and could be declared final
67273 src/com/itac/bean/FuelCalibration.java 29 publicMethodCommentRequirement Required
67274 src/com/itac/bean/FuelCalibration.java 33 publicMethodCommentRequirement Required
67275 src/com/itac/bean/FuelCalibration.java 37 Parameter 'vehicleType' is not assigned and could be declared final
67276 src/com/itac/bean/FuelCalibration.java 37 publicMethodCommentRequirement Required
67277 src/com/itac/bean/FuelCalibration.java 41 publicMethodCommentRequirement Required
67278 src/com/itac/bean/FuelCalibration.java 45 Parameter 'fuelValue' is not assigned and could be declared final
67279 src/com/itac/bean/FuelCalibration.java 45 publicMethodCommentRequirement Required
67280 src/com/itac/bean/FuelCalibration.java 49 publicMethodCommentRequirement Required
67281 src/com/itac/bean/FuelCalibration.java 53 Parameter 'fuelVolt' is not assigned and could be declared final
67282 src/com/itac/bean/FuelCalibration.java 53 publicMethodCommentRequirement Required
67283 src/com/itac/bean/FuelHistory.java 10 Classes implementing Serializable should set a serialVersionUID
67284 src/com/itac/bean/FuelHistory.java 12 fieldCommentRequirement Required
67285 src/com/itac/bean/FuelHistory.java 13 fieldCommentRequirement Required
67286 src/com/itac/bean/FuelHistory.java 14 fieldCommentRequirement Required
67287 src/com/itac/bean/FuelHistory.java 15 fieldCommentRequirement Required
67288 src/com/itac/bean/FuelHistory.java 16 fieldCommentRequirement Required
67289 src/com/itac/bean/FuelHistory.java 17 fieldCommentRequirement Required
67290 src/com/itac/bean/FuelHistory.java 19 Document empty constructor
67291 src/com/itac/bean/FuelHistory.java 19 publicMethodCommentRequirement Required
67292 src/com/itac/bean/FuelHistory.java 22 Parameter 'tripParameters' is not assigned and could be declared final
67293 src/com/itac/bean/FuelHistory.java 22 publicMethodCommentRequirement Required
67294 src/com/itac/bean/FuelHistory.java 23 Parameter 'dateTime' is not assigned and could be declared final
67295 src/com/itac/bean/FuelHistory.java 23 Parameter 'fuelQuantity' is not assigned and could be declared final
67296 src/com/itac/bean/FuelHistory.java 23 Parameter 'vehicleDetails' is not assigned and could be declared final
67297 src/com/itac/bean/FuelHistory.java 24 Parameter 'type' is not assigned and could be declared final
67298 src/com/itac/bean/FuelHistory.java 32 publicMethodCommentRequirement Required
67299 src/com/itac/bean/FuelHistory.java 36 Parameter 'fuelId' is not assigned and could be declared final
67300 src/com/itac/bean/FuelHistory.java 36 publicMethodCommentRequirement Required
67301 src/com/itac/bean/FuelHistory.java 40 publicMethodCommentRequirement Required
67302 src/com/itac/bean/FuelHistory.java 44 Parameter 'tripParameters' is not assigned and could be declared final
67303 src/com/itac/bean/FuelHistory.java 44 publicMethodCommentRequirement Required
67304 src/com/itac/bean/FuelHistory.java 48 publicMethodCommentRequirement Required
67305 src/com/itac/bean/FuelHistory.java 52 Parameter 'vehicleDetails' is not assigned and could be declared final
67306 src/com/itac/bean/FuelHistory.java 52 publicMethodCommentRequirement Required
67307 src/com/itac/bean/FuelHistory.java 56 publicMethodCommentRequirement Required
67308 src/com/itac/bean/FuelHistory.java 60 Parameter 'dateTime' is not assigned and could be declared final
67309 src/com/itac/bean/FuelHistory.java 60 publicMethodCommentRequirement Required
67310 src/com/itac/bean/FuelHistory.java 64 publicMethodCommentRequirement Required
67311 src/com/itac/bean/FuelHistory.java 68 Parameter 'fuelQuantity' is not assigned and could be declared final
67312 src/com/itac/bean/FuelHistory.java 68 publicMethodCommentRequirement Required
67313 src/com/itac/bean/FuelHistory.java 72 publicMethodCommentRequirement Required
67314 src/com/itac/bean/FuelHistory.java 76 Parameter 'type' is not assigned and could be declared final
67315 src/com/itac/bean/FuelHistory.java 76 publicMethodCommentRequirement Required
67316 src/com/itac/bean/FuelHistoryBean.java 5 headerCommentRequirement Required
67317 src/com/itac/bean/FuelHistoryBean.java 6 fieldCommentRequirement Required
67318 src/com/itac/bean/FuelHistoryBean.java 7 fieldCommentRequirement Required
67319 src/com/itac/bean/FuelHistoryBean.java 8 fieldCommentRequirement Required
67320 src/com/itac/bean/FuelHistoryBean.java 9 fieldCommentRequirement Required
67321 src/com/itac/bean/FuelHistoryBean.java 10 fieldCommentRequirement Required
67322 src/com/itac/bean/FuelHistoryBean.java 11 fieldCommentRequirement Required
67323 src/com/itac/bean/FuelHistoryBean.java 12 Document empty constructor
67324 src/com/itac/bean/FuelHistoryBean.java 12 publicMethodCommentRequirement Required
67325 src/com/itac/bean/FuelHistoryBean.java 15 Parameter 'dateTime' is not assigned and could be declared final
67326 src/com/itac/bean/FuelHistoryBean.java 15 Parameter 'fuelId' is not assigned and could be declared final
67327 src/com/itac/bean/FuelHistoryBean.java 15 Parameter 'vehicleId' is not assigned and could be declared final
67328 src/com/itac/bean/FuelHistoryBean.java 15 publicMethodCommentRequirement Required
67329 src/com/itac/bean/FuelHistoryBean.java 16 Parameter 'fuelQuantity' is not assigned and could be declared final
67330 src/com/itac/bean/FuelHistoryBean.java 16 Parameter 'tripParamid' is not assigned and could be declared final
67331 src/com/itac/bean/FuelHistoryBean.java 16 Parameter 'type' is not assigned and could be declared final
67332 src/com/itac/bean/FuelHistoryBean.java 25 publicMethodCommentRequirement Required
67333 src/com/itac/bean/FuelHistoryBean.java 28 Parameter 'fuelId' is not assigned and could be declared final
67334 src/com/itac/bean/FuelHistoryBean.java 28 publicMethodCommentRequirement Required
67335 src/com/itac/bean/FuelHistoryBean.java 31 publicMethodCommentRequirement Required
67336 src/com/itac/bean/FuelHistoryBean.java 34 Parameter 'dateTime' is not assigned and could be declared final
67337 src/com/itac/bean/FuelHistoryBean.java 34 publicMethodCommentRequirement Required
67338 src/com/itac/bean/FuelHistoryBean.java 37 publicMethodCommentRequirement Required
67339 src/com/itac/bean/FuelHistoryBean.java 40 Parameter 'vehicleId' is not assigned and could be declared final
67340 src/com/itac/bean/FuelHistoryBean.java 40 publicMethodCommentRequirement Required
67341 src/com/itac/bean/FuelHistoryBean.java 43 publicMethodCommentRequirement Required
67342 src/com/itac/bean/FuelHistoryBean.java 46 Parameter 'fuelQuantity' is not assigned and could be declared final
67343 src/com/itac/bean/FuelHistoryBean.java 46 publicMethodCommentRequirement Required
67344 src/com/itac/bean/FuelHistoryBean.java 49 publicMethodCommentRequirement Required
67345 src/com/itac/bean/FuelHistoryBean.java 52 Parameter 'tripParamid' is not assigned and could be declared final
67346 src/com/itac/bean/FuelHistoryBean.java 52 publicMethodCommentRequirement Required
67347 src/com/itac/bean/FuelHistoryBean.java 55 publicMethodCommentRequirement Required
67348 src/com/itac/bean/FuelHistoryBean.java 58 Parameter 'type' is not assigned and could be declared final
67349 src/com/itac/bean/FuelHistoryBean.java 58 publicMethodCommentRequirement Required
67350 src/com/itac/bean/Geofence.java 12 Classes implementing Serializable should set a serialVersionUID
67351 src/com/itac/bean/Geofence.java 12 Too many fields
67352 src/com/itac/bean/Geofence.java 14 Avoid variables with short names like id
67353 src/com/itac/bean/Geofence.java 14 fieldCommentRequirement Required
67354 src/com/itac/bean/Geofence.java 15 fieldCommentRequirement Required
67355 src/com/itac/bean/Geofence.java 16 fieldCommentRequirement Required
67356 src/com/itac/bean/Geofence.java 17 fieldCommentRequirement Required
67357 src/com/itac/bean/Geofence.java 18 fieldCommentRequirement Required
67358 src/com/itac/bean/Geofence.java 19 fieldCommentRequirement Required
67359 src/com/itac/bean/Geofence.java 20 fieldCommentRequirement Required
67360 src/com/itac/bean/Geofence.java 21 fieldCommentRequirement Required
67361 src/com/itac/bean/Geofence.java 22 fieldCommentRequirement Required
67362 src/com/itac/bean/Geofence.java 23 fieldCommentRequirement Required
67363 src/com/itac/bean/Geofence.java 24 fieldCommentRequirement Required
67364 src/com/itac/bean/Geofence.java 25 fieldCommentRequirement Required
67365 src/com/itac/bean/Geofence.java 26 fieldCommentRequirement Required
67366 src/com/itac/bean/Geofence.java 27 fieldCommentRequirement Required
67367 src/com/itac/bean/Geofence.java 28 fieldCommentRequirement Required
67368 src/com/itac/bean/Geofence.java 29 fieldCommentRequirement Required
67369 src/com/itac/bean/Geofence.java 30 fieldCommentRequirement Required
67370 src/com/itac/bean/Geofence.java 31 fieldCommentRequirement Required
67371 src/com/itac/bean/Geofence.java 32 fieldCommentRequirement Required
67372 src/com/itac/bean/Geofence.java 33 fieldCommentRequirement Required
67373 src/com/itac/bean/Geofence.java 34 fieldCommentRequirement Required
67374 src/com/itac/bean/Geofence.java 36 Document empty constructor
67375 src/com/itac/bean/Geofence.java 36 publicMethodCommentRequirement Required
67376 src/com/itac/bean/Geofence.java 39 Avoid long parameter lists.
67377 src/com/itac/bean/Geofence.java 39 Parameter 'geofenceId' is not assigned and could be declared final
67378 src/com/itac/bean/Geofence.java 39 Parameter 'tripDetails' is not assigned and could be declared final
67379 src/com/itac/bean/Geofence.java 39 Parameter 'userid' is not assigned and could be declared final
67380 src/com/itac/bean/Geofence.java 39 publicMethodCommentRequirement Required
67381 src/com/itac/bean/Geofence.java 40 Parameter 'address' is not assigned and could be declared final
67382 src/com/itac/bean/Geofence.java 40 Parameter 'countryCode' is not assigned and could be declared final
67383 src/com/itac/bean/Geofence.java 40 Parameter 'geoName' is not assigned and could be declared final
67384 src/com/itac/bean/Geofence.java 41 Parameter 'geoLatitude' is not assigned and could be declared final
67385 src/com/itac/bean/Geofence.java 41 Parameter 'geoLongitude' is not assigned and could be declared final
67386 src/com/itac/bean/Geofence.java 41 Parameter 'radius' is not assigned and could be declared final
67387 src/com/itac/bean/Geofence.java 42 Parameter 'insertOrder' is not assigned and could be declared final
67388 src/com/itac/bean/Geofence.java 42 Parameter 'landmark' is not assigned and could be declared final
67389 src/com/itac/bean/Geofence.java 42 Parameter 'seqFenceAm' is not assigned and could be declared final
67390 src/com/itac/bean/Geofence.java 43 Parameter 'seqFencePm' is not assigned and could be declared final
67391 src/com/itac/bean/Geofence.java 43 Parameter 'stopTimeAm' is not assigned and could be declared final
67392 src/com/itac/bean/Geofence.java 43 Parameter 'stopTimePm' is not assigned and could be declared final
67393 src/com/itac/bean/Geofence.java 44 Parameter 'fenceType' is not assigned and could be declared final
67394 src/com/itac/bean/Geofence.java 44 Parameter 'isValid' is not assigned and could be declared final
67395 src/com/itac/bean/Geofence.java 44 Parameter 'rfidHistories' is not assigned and could be declared final
67396 src/com/itac/bean/Geofence.java 45 Parameter 'fenceHistories' is not assigned and could be declared final
67397 src/com/itac/bean/Geofence.java 45 Parameter 'usersGeofences' is not assigned and could be declared final
67398 src/com/itac/bean/Geofence.java 68 publicMethodCommentRequirement Required
67399 src/com/itac/bean/Geofence.java 72 Avoid variables with short names like id
67400 src/com/itac/bean/Geofence.java 72 Parameter 'id' is not assigned and could be declared final
67401 src/com/itac/bean/Geofence.java 72 publicMethodCommentRequirement Required
67402 src/com/itac/bean/Geofence.java 76 publicMethodCommentRequirement Required
67403 src/com/itac/bean/Geofence.java 80 Parameter 'tripDetails' is not assigned and could be declared final
67404 src/com/itac/bean/Geofence.java 80 publicMethodCommentRequirement Required
67405 src/com/itac/bean/Geofence.java 84 publicMethodCommentRequirement Required
67406 src/com/itac/bean/Geofence.java 88 Parameter 'userid' is not assigned and could be declared final
67407 src/com/itac/bean/Geofence.java 88 publicMethodCommentRequirement Required
67408 src/com/itac/bean/Geofence.java 92 publicMethodCommentRequirement Required
67409 src/com/itac/bean/Geofence.java 96 Parameter 'geofenceId' is not assigned and could be declared final
67410 src/com/itac/bean/Geofence.java 96 publicMethodCommentRequirement Required
67411 src/com/itac/bean/Geofence.java 100 publicMethodCommentRequirement Required
67412 src/com/itac/bean/Geofence.java 104 Parameter 'geoName' is not assigned and could be declared final
67413 src/com/itac/bean/Geofence.java 104 publicMethodCommentRequirement Required
67414 src/com/itac/bean/Geofence.java 108 publicMethodCommentRequirement Required
67415 src/com/itac/bean/Geofence.java 112 Parameter 'address' is not assigned and could be declared final
67416 src/com/itac/bean/Geofence.java 112 publicMethodCommentRequirement Required
67417 src/com/itac/bean/Geofence.java 116 publicMethodCommentRequirement Required
67418 src/com/itac/bean/Geofence.java 120 Parameter 'countryCode' is not assigned and could be declared final
67419 src/com/itac/bean/Geofence.java 120 publicMethodCommentRequirement Required
67420 src/com/itac/bean/Geofence.java 124 publicMethodCommentRequirement Required
67421 src/com/itac/bean/Geofence.java 128 Parameter 'geoLatitude' is not assigned and could be declared final
67422 src/com/itac/bean/Geofence.java 128 publicMethodCommentRequirement Required
67423 src/com/itac/bean/Geofence.java 132 publicMethodCommentRequirement Required
67424 src/com/itac/bean/Geofence.java 136 Parameter 'geoLongitude' is not assigned and could be declared final
67425 src/com/itac/bean/Geofence.java 136 publicMethodCommentRequirement Required
67426 src/com/itac/bean/Geofence.java 140 publicMethodCommentRequirement Required
67427 src/com/itac/bean/Geofence.java 144 Parameter 'radius' is not assigned and could be declared final
67428 src/com/itac/bean/Geofence.java 144 publicMethodCommentRequirement Required
67429 src/com/itac/bean/Geofence.java 148 publicMethodCommentRequirement Required
67430 src/com/itac/bean/Geofence.java 152 Parameter 'insertOrder' is not assigned and could be declared final
67431 src/com/itac/bean/Geofence.java 152 publicMethodCommentRequirement Required
67432 src/com/itac/bean/Geofence.java 156 publicMethodCommentRequirement Required
67433 src/com/itac/bean/Geofence.java 160 Parameter 'landmark' is not assigned and could be declared final
67434 src/com/itac/bean/Geofence.java 160 publicMethodCommentRequirement Required
67435 src/com/itac/bean/Geofence.java 164 publicMethodCommentRequirement Required
67436 src/com/itac/bean/Geofence.java 168 Parameter 'seqFenceAm' is not assigned and could be declared final
67437 src/com/itac/bean/Geofence.java 168 publicMethodCommentRequirement Required
67438 src/com/itac/bean/Geofence.java 172 publicMethodCommentRequirement Required
67439 src/com/itac/bean/Geofence.java 176 Parameter 'stopTimeAm' is not assigned and could be declared final
67440 src/com/itac/bean/Geofence.java 176 publicMethodCommentRequirement Required
67441 src/com/itac/bean/Geofence.java 180 publicMethodCommentRequirement Required
67442 src/com/itac/bean/Geofence.java 184 Parameter 'seqFencePm' is not assigned and could be declared final
67443 src/com/itac/bean/Geofence.java 184 publicMethodCommentRequirement Required
67444 src/com/itac/bean/Geofence.java 188 publicMethodCommentRequirement Required
67445 src/com/itac/bean/Geofence.java 192 Parameter 'stopTimePm' is not assigned and could be declared final
67446 src/com/itac/bean/Geofence.java 192 publicMethodCommentRequirement Required
67447 src/com/itac/bean/Geofence.java 196 publicMethodCommentRequirement Required
67448 src/com/itac/bean/Geofence.java 200 Parameter 'isValid' is not assigned and could be declared final
67449 src/com/itac/bean/Geofence.java 200 publicMethodCommentRequirement Required
67450 src/com/itac/bean/Geofence.java 204 publicMethodCommentRequirement Required
67451 src/com/itac/bean/Geofence.java 208 Parameter 'fenceType' is not assigned and could be declared final
67452 src/com/itac/bean/Geofence.java 208 publicMethodCommentRequirement Required
67453 src/com/itac/bean/Geofence.java 212 publicMethodCommentRequirement Required
67454 src/com/itac/bean/Geofence.java 216 Parameter 'rfidHistories' is not assigned and could be declared final
67455 src/com/itac/bean/Geofence.java 216 publicMethodCommentRequirement Required
67456 src/com/itac/bean/Geofence.java 220 publicMethodCommentRequirement Required
67457 src/com/itac/bean/Geofence.java 224 Parameter 'fenceHistories' is not assigned and could be declared final
67458 src/com/itac/bean/Geofence.java 224 publicMethodCommentRequirement Required
67459 src/com/itac/bean/Geofence.java 228 publicMethodCommentRequirement Required
67460 src/com/itac/bean/Geofence.java 232 Parameter 'usersGeofences' is not assigned and could be declared final
67461 src/com/itac/bean/Geofence.java 232 publicMethodCommentRequirement Required
67462 src/com/itac/bean/GeovehicleMap.java 11 Classes implementing Serializable should set a serialVersionUID
67463 src/com/itac/bean/GeovehicleMap.java 13 Avoid variables with short names like id
67464 src/com/itac/bean/GeovehicleMap.java 13 fieldCommentRequirement Required
67465 src/com/itac/bean/GeovehicleMap.java 14 fieldCommentRequirement Required
67466 src/com/itac/bean/GeovehicleMap.java 15 fieldCommentRequirement Required
67467 src/com/itac/bean/GeovehicleMap.java 16 fieldCommentRequirement Required
67468 src/com/itac/bean/GeovehicleMap.java 18 Document empty constructor
67469 src/com/itac/bean/GeovehicleMap.java 18 publicMethodCommentRequirement Required
67470 src/com/itac/bean/GeovehicleMap.java 21 Parameter 'geofenceId' is not assigned and could be declared final
67471 src/com/itac/bean/GeovehicleMap.java 21 Parameter 'vehicleDetails' is not assigned and could be declared final
67472 src/com/itac/bean/GeovehicleMap.java 21 publicMethodCommentRequirement Required
67473 src/com/itac/bean/GeovehicleMap.java 26 Parameter 'geofenceId' is not assigned and could be declared final
67474 src/com/itac/bean/GeovehicleMap.java 26 Parameter 'vehicleDetails' is not assigned and could be declared final
67475 src/com/itac/bean/GeovehicleMap.java 26 publicMethodCommentRequirement Required
67476 src/com/itac/bean/GeovehicleMap.java 27 Parameter 'notifications' is not assigned and could be declared final
67477 src/com/itac/bean/GeovehicleMap.java 33 publicMethodCommentRequirement Required
67478 src/com/itac/bean/GeovehicleMap.java 37 Avoid variables with short names like id
67479 src/com/itac/bean/GeovehicleMap.java 37 Parameter 'id' is not assigned and could be declared final
67480 src/com/itac/bean/GeovehicleMap.java 37 publicMethodCommentRequirement Required
67481 src/com/itac/bean/GeovehicleMap.java 41 publicMethodCommentRequirement Required
67482 src/com/itac/bean/GeovehicleMap.java 45 Parameter 'vehicleDetails' is not assigned and could be declared final
67483 src/com/itac/bean/GeovehicleMap.java 45 publicMethodCommentRequirement Required
67484 src/com/itac/bean/GeovehicleMap.java 49 publicMethodCommentRequirement Required
67485 src/com/itac/bean/GeovehicleMap.java 53 Parameter 'geofenceId' is not assigned and could be declared final
67486 src/com/itac/bean/GeovehicleMap.java 53 publicMethodCommentRequirement Required
67487 src/com/itac/bean/GeovehicleMap.java 57 publicMethodCommentRequirement Required
67488 src/com/itac/bean/GeovehicleMap.java 61 Parameter 'notifications' is not assigned and could be declared final
67489 src/com/itac/bean/GeovehicleMap.java 61 publicMethodCommentRequirement Required
67490 src/com/itac/bean/Holidays.java 8 Classes implementing Serializable should set a serialVersionUID
67491 src/com/itac/bean/Holidays.java 10 Variables should start with a lowercase character, 'HId' starts with uppercase character.
67492 src/com/itac/bean/Holidays.java 10 fieldCommentRequirement Required
67493 src/com/itac/bean/Holidays.java 11 fieldCommentRequirement Required
67494 src/com/itac/bean/Holidays.java 12 fieldCommentRequirement Required
67495 src/com/itac/bean/Holidays.java 13 fieldCommentRequirement Required
67496 src/com/itac/bean/Holidays.java 15 Document empty constructor
67497 src/com/itac/bean/Holidays.java 15 publicMethodCommentRequirement Required
67498 src/com/itac/bean/Holidays.java 18 Parameter 'day' is not assigned and could be declared final
67499 src/com/itac/bean/Holidays.java 18 Parameter 'holiday' is not assigned and could be declared final
67500 src/com/itac/bean/Holidays.java 18 Parameter 'organization' is not assigned and could be declared final
67501 src/com/itac/bean/Holidays.java 18 publicMethodCommentRequirement Required
67502 src/com/itac/bean/Holidays.java 24 publicMethodCommentRequirement Required
67503 src/com/itac/bean/Holidays.java 28 Parameter 'HId' is not assigned and could be declared final
67504 src/com/itac/bean/Holidays.java 28 Variables should start with a lowercase character, 'HId' starts with uppercase character.
67505 src/com/itac/bean/Holidays.java 28 publicMethodCommentRequirement Required
67506 src/com/itac/bean/Holidays.java 32 publicMethodCommentRequirement Required
67507 src/com/itac/bean/Holidays.java 36 Parameter 'organization' is not assigned and could be declared final
67508 src/com/itac/bean/Holidays.java 36 publicMethodCommentRequirement Required
67509 src/com/itac/bean/Holidays.java 40 publicMethodCommentRequirement Required
67510 src/com/itac/bean/Holidays.java 44 Parameter 'holiday' is not assigned and could be declared final
67511 src/com/itac/bean/Holidays.java 44 publicMethodCommentRequirement Required
67512 src/com/itac/bean/Holidays.java 48 publicMethodCommentRequirement Required
67513 src/com/itac/bean/Holidays.java 52 Parameter 'day' is not assigned and could be declared final
67514 src/com/itac/bean/Holidays.java 52 publicMethodCommentRequirement Required
67515 src/com/itac/bean/Messagetemplates.java 10 Classes implementing Serializable should set a serialVersionUID
67516 src/com/itac/bean/Messagetemplates.java 12 fieldCommentRequirement Required
67517 src/com/itac/bean/Messagetemplates.java 13 fieldCommentRequirement Required
67518 src/com/itac/bean/Messagetemplates.java 14 fieldCommentRequirement Required
67519 src/com/itac/bean/Messagetemplates.java 15 fieldCommentRequirement Required
67520 src/com/itac/bean/Messagetemplates.java 16 fieldCommentRequirement Required
67521 src/com/itac/bean/Messagetemplates.java 18 Document empty constructor
67522 src/com/itac/bean/Messagetemplates.java 18 publicMethodCommentRequirement Required
67523 src/com/itac/bean/Messagetemplates.java 21 Parameter 'organization' is not assigned and could be declared final
67524 src/com/itac/bean/Messagetemplates.java 21 Parameter 'template' is not assigned and could be declared final
67525 src/com/itac/bean/Messagetemplates.java 21 publicMethodCommentRequirement Required
67526 src/com/itac/bean/Messagetemplates.java 22 Parameter 'createdBy' is not assigned and could be declared final
67527 src/com/itac/bean/Messagetemplates.java 22 Parameter 'createdDate' is not assigned and could be declared final
67528 src/com/itac/bean/Messagetemplates.java 29 publicMethodCommentRequirement Required
67529 src/com/itac/bean/Messagetemplates.java 33 Parameter 'templateId' is not assigned and could be declared final
67530 src/com/itac/bean/Messagetemplates.java 33 publicMethodCommentRequirement Required
67531 src/com/itac/bean/Messagetemplates.java 37 publicMethodCommentRequirement Required
67532 src/com/itac/bean/Messagetemplates.java 41 Parameter 'organization' is not assigned and could be declared final
67533 src/com/itac/bean/Messagetemplates.java 41 publicMethodCommentRequirement Required
67534 src/com/itac/bean/Messagetemplates.java 45 publicMethodCommentRequirement Required
67535 src/com/itac/bean/Messagetemplates.java 49 Parameter 'template' is not assigned and could be declared final
67536 src/com/itac/bean/Messagetemplates.java 49 publicMethodCommentRequirement Required
67537 src/com/itac/bean/Messagetemplates.java 53 publicMethodCommentRequirement Required
67538 src/com/itac/bean/Messagetemplates.java 57 Parameter 'createdDate' is not assigned and could be declared final
67539 src/com/itac/bean/Messagetemplates.java 57 publicMethodCommentRequirement Required
67540 src/com/itac/bean/Messagetemplates.java 61 publicMethodCommentRequirement Required
67541 src/com/itac/bean/Messagetemplates.java 65 Parameter 'createdBy' is not assigned and could be declared final
67542 src/com/itac/bean/Messagetemplates.java 65 publicMethodCommentRequirement Required
67543 src/com/itac/bean/MetaFuel.java 10 Classes implementing Serializable should set a serialVersionUID
67544 src/com/itac/bean/MetaFuel.java 12 fieldCommentRequirement Required
67545 src/com/itac/bean/MetaFuel.java 13 fieldCommentRequirement Required
67546 src/com/itac/bean/MetaFuel.java 14 fieldCommentRequirement Required
67547 src/com/itac/bean/MetaFuel.java 15 fieldCommentRequirement Required
67548 src/com/itac/bean/MetaFuel.java 17 Document empty constructor
67549 src/com/itac/bean/MetaFuel.java 17 publicMethodCommentRequirement Required
67550 src/com/itac/bean/MetaFuel.java 20 Parameter 'tripParameters' is not assigned and could be declared final
67551 src/com/itac/bean/MetaFuel.java 20 publicMethodCommentRequirement Required
67552 src/com/itac/bean/MetaFuel.java 21 Parameter 'metaDate' is not assigned and could be declared final
67553 src/com/itac/bean/MetaFuel.java 21 Parameter 'vehicleDetails' is not assigned and could be declared final
67554 src/com/itac/bean/MetaFuel.java 27 publicMethodCommentRequirement Required
67555 src/com/itac/bean/MetaFuel.java 31 Parameter 'metaId' is not assigned and could be declared final
67556 src/com/itac/bean/MetaFuel.java 31 publicMethodCommentRequirement Required
67557 src/com/itac/bean/MetaFuel.java 35 publicMethodCommentRequirement Required
67558 src/com/itac/bean/MetaFuel.java 39 Parameter 'tripParameters' is not assigned and could be declared final
67559 src/com/itac/bean/MetaFuel.java 39 publicMethodCommentRequirement Required
67560 src/com/itac/bean/MetaFuel.java 43 publicMethodCommentRequirement Required
67561 src/com/itac/bean/MetaFuel.java 47 Parameter 'vehicleDetails' is not assigned and could be declared final
67562 src/com/itac/bean/MetaFuel.java 47 publicMethodCommentRequirement Required
67563 src/com/itac/bean/MetaFuel.java 51 publicMethodCommentRequirement Required
67564 src/com/itac/bean/MetaFuel.java 55 Parameter 'metaDate' is not assigned and could be declared final
67565 src/com/itac/bean/MetaFuel.java 55 publicMethodCommentRequirement Required
67566 src/com/itac/bean/MetaFuelBean.java 5 headerCommentRequirement Required
67567 src/com/itac/bean/MetaFuelBean.java 6 fieldCommentRequirement Required
67568 src/com/itac/bean/MetaFuelBean.java 7 fieldCommentRequirement Required
67569 src/com/itac/bean/MetaFuelBean.java 8 fieldCommentRequirement Required
67570 src/com/itac/bean/MetaFuelBean.java 9 fieldCommentRequirement Required
67571 src/com/itac/bean/MetaFuelBean.java 10 Document empty constructor
67572 src/com/itac/bean/MetaFuelBean.java 10 publicMethodCommentRequirement Required
67573 src/com/itac/bean/MetaFuelBean.java 13 Parameter 'metaDate' is not assigned and could be declared final
67574 src/com/itac/bean/MetaFuelBean.java 13 Parameter 'metaId' is not assigned and could be declared final
67575 src/com/itac/bean/MetaFuelBean.java 13 Parameter 'vehicleId' is not assigned and could be declared final
67576 src/com/itac/bean/MetaFuelBean.java 13 publicMethodCommentRequirement Required
67577 src/com/itac/bean/MetaFuelBean.java 14 Parameter 'tripParamid' is not assigned and could be declared final
67578 src/com/itac/bean/MetaFuelBean.java 21 publicMethodCommentRequirement Required
67579 src/com/itac/bean/MetaFuelBean.java 24 Parameter 'metaId' is not assigned and could be declared final
67580 src/com/itac/bean/MetaFuelBean.java 24 publicMethodCommentRequirement Required
67581 src/com/itac/bean/MetaFuelBean.java 27 publicMethodCommentRequirement Required
67582 src/com/itac/bean/MetaFuelBean.java 30 Parameter 'metaDate' is not assigned and could be declared final
67583 src/com/itac/bean/MetaFuelBean.java 30 publicMethodCommentRequirement Required
67584 src/com/itac/bean/MetaFuelBean.java 33 publicMethodCommentRequirement Required
67585 src/com/itac/bean/MetaFuelBean.java 36 Parameter 'vehicleId' is not assigned and could be declared final
67586 src/com/itac/bean/MetaFuelBean.java 36 publicMethodCommentRequirement Required
67587 src/com/itac/bean/MetaFuelBean.java 39 publicMethodCommentRequirement Required
67588 src/com/itac/bean/MetaFuelBean.java 42 Parameter 'tripParamid' is not assigned and could be declared final
67589 src/com/itac/bean/MetaFuelBean.java 42 publicMethodCommentRequirement Required
67590 src/com/itac/bean/Notification.java 8 Classes implementing Serializable should set a serialVersionUID
67591 src/com/itac/bean/Notification.java 10 Avoid variables with short names like id
67592 src/com/itac/bean/Notification.java 10 fieldCommentRequirement Required
67593 src/com/itac/bean/Notification.java 11 fieldCommentRequirement Required
67594 src/com/itac/bean/Notification.java 12 fieldCommentRequirement Required
67595 src/com/itac/bean/Notification.java 13 fieldCommentRequirement Required
67596 src/com/itac/bean/Notification.java 14 fieldCommentRequirement Required
67597 src/com/itac/bean/Notification.java 16 Document empty constructor
67598 src/com/itac/bean/Notification.java 16 publicMethodCommentRequirement Required
67599 src/com/itac/bean/Notification.java 19 Parameter 'geovehicleMap' is not assigned and could be declared final
67600 src/com/itac/bean/Notification.java 19 publicMethodCommentRequirement Required
67601 src/com/itac/bean/Notification.java 23 Parameter 'geovehicleMap' is not assigned and could be declared final
67602 src/com/itac/bean/Notification.java 23 Parameter 'notifyName' is not assigned and could be declared final
67603 src/com/itac/bean/Notification.java 23 publicMethodCommentRequirement Required
67604 src/com/itac/bean/Notification.java 24 Parameter 'mobileNo' is not assigned and could be declared final
67605 src/com/itac/bean/Notification.java 24 Parameter 'notifyAddress' is not assigned and could be declared final
67606 src/com/itac/bean/Notification.java 31 publicMethodCommentRequirement Required
67607 src/com/itac/bean/Notification.java 35 Avoid variables with short names like id
67608 src/com/itac/bean/Notification.java 35 Parameter 'id' is not assigned and could be declared final
67609 src/com/itac/bean/Notification.java 35 publicMethodCommentRequirement Required
67610 src/com/itac/bean/Notification.java 39 publicMethodCommentRequirement Required
67611 src/com/itac/bean/Notification.java 43 Parameter 'geovehicleMap' is not assigned and could be declared final
67612 src/com/itac/bean/Notification.java 43 publicMethodCommentRequirement Required
67613 src/com/itac/bean/Notification.java 47 publicMethodCommentRequirement Required
67614 src/com/itac/bean/Notification.java 51 Parameter 'notifyName' is not assigned and could be declared final
67615 src/com/itac/bean/Notification.java 51 publicMethodCommentRequirement Required
67616 src/com/itac/bean/Notification.java 55 publicMethodCommentRequirement Required
67617 src/com/itac/bean/Notification.java 59 Parameter 'notifyAddress' is not assigned and could be declared final
67618 src/com/itac/bean/Notification.java 59 publicMethodCommentRequirement Required
67619 src/com/itac/bean/Notification.java 63 publicMethodCommentRequirement Required
67620 src/com/itac/bean/Notification.java 67 Parameter 'mobileNo' is not assigned and could be declared final
67621 src/com/itac/bean/Notification.java 67 publicMethodCommentRequirement Required
67622 src/com/itac/bean/Organization.java 11 Classes implementing Serializable should set a serialVersionUID
67623 src/com/itac/bean/Organization.java 11 Too many fields
67624 src/com/itac/bean/Organization.java 13 fieldCommentRequirement Required
67625 src/com/itac/bean/Organization.java 14 fieldCommentRequirement Required
67626 src/com/itac/bean/Organization.java 15 Avoid excessively long variable names like parentOrganizationId
67627 src/com/itac/bean/Organization.java 15 fieldCommentRequirement Required
67628 src/com/itac/bean/Organization.java 16 Avoid excessively long variable names like leftOrganizationId
67629 src/com/itac/bean/Organization.java 16 fieldCommentRequirement Required
67630 src/com/itac/bean/Organization.java 17 Avoid excessively long variable names like rightOrganizationId
67631 src/com/itac/bean/Organization.java 17 fieldCommentRequirement Required
67632 src/com/itac/bean/Organization.java 18 fieldCommentRequirement Required
67633 src/com/itac/bean/Organization.java 19 fieldCommentRequirement Required
67634 src/com/itac/bean/Organization.java 20 fieldCommentRequirement Required
67635 src/com/itac/bean/Organization.java 21 fieldCommentRequirement Required
67636 src/com/itac/bean/Organization.java 22 fieldCommentRequirement Required
67637 src/com/itac/bean/Organization.java 23 fieldCommentRequirement Required
67638 src/com/itac/bean/Organization.java 24 fieldCommentRequirement Required
67639 src/com/itac/bean/Organization.java 25 fieldCommentRequirement Required
67640 src/com/itac/bean/Organization.java 26 fieldCommentRequirement Required
67641 src/com/itac/bean/Organization.java 28 fieldCommentRequirement Required
67642 src/com/itac/bean/Organization.java 29 Avoid excessively long variable names like dataContextMappings
67643 src/com/itac/bean/Organization.java 29 fieldCommentRequirement Required
67644 src/com/itac/bean/Organization.java 31 Avoid excessively long variable names like messagetemplateses
67645 src/com/itac/bean/Organization.java 31 fieldCommentRequirement Required
67646 src/com/itac/bean/Organization.java 33 fieldCommentRequirement Required
67647 src/com/itac/bean/Organization.java 34 fieldCommentRequirement Required
67648 src/com/itac/bean/Organization.java 35 fieldCommentRequirement Required
67649 src/com/itac/bean/Organization.java 37 publicMethodCommentRequirement Required
67650 src/com/itac/bean/Organization.java 41 Parameter 'orgFences' is not assigned and could be declared final
67651 src/com/itac/bean/Organization.java 41 publicMethodCommentRequirement Required
67652 src/com/itac/bean/Organization.java 45 Document empty constructor
67653 src/com/itac/bean/Organization.java 45 publicMethodCommentRequirement Required
67654 src/com/itac/bean/Organization.java 48 Parameter 'organizationId' is not assigned and could be declared final
67655 src/com/itac/bean/Organization.java 48 publicMethodCommentRequirement Required
67656 src/com/itac/bean/Organization.java 52 Avoid long parameter lists.
67657 src/com/itac/bean/Organization.java 52 Parameter 'companyId' is not assigned and could be declared final
67658 src/com/itac/bean/Organization.java 52 Parameter 'organizationId' is not assigned and could be declared final
67659 src/com/itac/bean/Organization.java 52 publicMethodCommentRequirement Required
67660 src/com/itac/bean/Organization.java 53 Avoid excessively long variable names like leftOrganizationId
67661 src/com/itac/bean/Organization.java 53 Avoid excessively long variable names like parentOrganizationId
67662 src/com/itac/bean/Organization.java 53 Parameter 'leftOrganizationId' is not assigned and could be declared final
67663 src/com/itac/bean/Organization.java 53 Parameter 'parentOrganizationId' is not assigned and could be declared final
67664 src/com/itac/bean/Organization.java 54 Avoid excessively long variable names like rightOrganizationId
67665 src/com/itac/bean/Organization.java 54 Parameter 'name' is not assigned and could be declared final
67666 src/com/itac/bean/Organization.java 54 Parameter 'rightOrganizationId' is not assigned and could be declared final
67667 src/com/itac/bean/Organization.java 54 Parameter 'type' is not assigned and could be declared final
67668 src/com/itac/bean/Organization.java 55 Parameter 'countryId' is not assigned and could be declared final
67669 src/com/itac/bean/Organization.java 55 Parameter 'recursable' is not assigned and could be declared final
67670 src/com/itac/bean/Organization.java 55 Parameter 'regionId' is not assigned and could be declared final
67671 src/com/itac/bean/Organization.java 55 Parameter 'statusId' is not assigned and could be declared final
67672 src/com/itac/bean/Organization.java 56 Parameter 'comments' is not assigned and could be declared final
67673 src/com/itac/bean/Organization.java 56 Parameter 'devices' is not assigned and could be declared final
67674 src/com/itac/bean/Organization.java 57 Parameter 'vehicleDetailses' is not assigned and could be declared final
67675 src/com/itac/bean/Organization.java 58 Parameter 'tripDetailses' is not assigned and could be declared final
67676 src/com/itac/bean/Organization.java 59 Avoid excessively long variable names like dataContextMappings
67677 src/com/itac/bean/Organization.java 59 Parameter 'dataContextMappings' is not assigned and could be declared final
67678 src/com/itac/bean/Organization.java 60 Avoid excessively long variable names like messagetemplateses
67679 src/com/itac/bean/Organization.java 60 Parameter 'holidayses' is not assigned and could be declared final
67680 src/com/itac/bean/Organization.java 60 Parameter 'messagetemplateses' is not assigned and could be declared final
67681 src/com/itac/bean/Organization.java 61 Parameter 'alertHistories' is not assigned and could be declared final
67682 src/com/itac/bean/Organization.java 61 Parameter 'orgFences' is not assigned and could be declared final
67683 src/com/itac/bean/Organization.java 84 publicMethodCommentRequirement Required
67684 src/com/itac/bean/Organization.java 88 Parameter 'organizationId' is not assigned and could be declared final
67685 src/com/itac/bean/Organization.java 88 publicMethodCommentRequirement Required
67686 src/com/itac/bean/Organization.java 92 publicMethodCommentRequirement Required
67687 src/com/itac/bean/Organization.java 96 Parameter 'companyId' is not assigned and could be declared final
67688 src/com/itac/bean/Organization.java 96 publicMethodCommentRequirement Required
67689 src/com/itac/bean/Organization.java 100 publicMethodCommentRequirement Required
67690 src/com/itac/bean/Organization.java 104 Avoid excessively long variable names like parentOrganizationId
67691 src/com/itac/bean/Organization.java 104 Parameter 'parentOrganizationId' is not assigned and could be declared final
67692 src/com/itac/bean/Organization.java 104 publicMethodCommentRequirement Required
67693 src/com/itac/bean/Organization.java 108 publicMethodCommentRequirement Required
67694 src/com/itac/bean/Organization.java 112 Avoid excessively long variable names like leftOrganizationId
67695 src/com/itac/bean/Organization.java 112 Parameter 'leftOrganizationId' is not assigned and could be declared final
67696 src/com/itac/bean/Organization.java 112 publicMethodCommentRequirement Required
67697 src/com/itac/bean/Organization.java 116 publicMethodCommentRequirement Required
67698 src/com/itac/bean/Organization.java 120 Avoid excessively long variable names like rightOrganizationId
67699 src/com/itac/bean/Organization.java 120 Parameter 'rightOrganizationId' is not assigned and could be declared final
67700 src/com/itac/bean/Organization.java 120 publicMethodCommentRequirement Required
67701 src/com/itac/bean/Organization.java 124 publicMethodCommentRequirement Required
67702 src/com/itac/bean/Organization.java 128 Parameter 'name' is not assigned and could be declared final
67703 src/com/itac/bean/Organization.java 128 publicMethodCommentRequirement Required
67704 src/com/itac/bean/Organization.java 132 publicMethodCommentRequirement Required
67705 src/com/itac/bean/Organization.java 136 Parameter 'type' is not assigned and could be declared final
67706 src/com/itac/bean/Organization.java 136 publicMethodCommentRequirement Required
67707 src/com/itac/bean/Organization.java 140 publicMethodCommentRequirement Required
67708 src/com/itac/bean/Organization.java 144 Parameter 'recursable' is not assigned and could be declared final
67709 src/com/itac/bean/Organization.java 144 publicMethodCommentRequirement Required
67710 src/com/itac/bean/Organization.java 148 publicMethodCommentRequirement Required
67711 src/com/itac/bean/Organization.java 152 Parameter 'regionId' is not assigned and could be declared final
67712 src/com/itac/bean/Organization.java 152 publicMethodCommentRequirement Required
67713 src/com/itac/bean/Organization.java 156 publicMethodCommentRequirement Required
67714 src/com/itac/bean/Organization.java 160 Parameter 'countryId' is not assigned and could be declared final
67715 src/com/itac/bean/Organization.java 160 publicMethodCommentRequirement Required
67716 src/com/itac/bean/Organization.java 164 publicMethodCommentRequirement Required
67717 src/com/itac/bean/Organization.java 168 Parameter 'statusId' is not assigned and could be declared final
67718 src/com/itac/bean/Organization.java 168 publicMethodCommentRequirement Required
67719 src/com/itac/bean/Organization.java 172 publicMethodCommentRequirement Required
67720 src/com/itac/bean/Organization.java 176 Parameter 'comments' is not assigned and could be declared final
67721 src/com/itac/bean/Organization.java 176 publicMethodCommentRequirement Required
67722 src/com/itac/bean/Organization.java 180 publicMethodCommentRequirement Required
67723 src/com/itac/bean/Organization.java 184 Parameter 'devices' is not assigned and could be declared final
67724 src/com/itac/bean/Organization.java 184 publicMethodCommentRequirement Required
67725 src/com/itac/bean/Organization.java 188 publicMethodCommentRequirement Required
67726 src/com/itac/bean/Organization.java 192 Parameter 'vehicleDetailses' is not assigned and could be declared final
67727 src/com/itac/bean/Organization.java 192 publicMethodCommentRequirement Required
67728 src/com/itac/bean/Organization.java 196 publicMethodCommentRequirement Required
67729 src/com/itac/bean/Organization.java 200 Parameter 'tripDetailses' is not assigned and could be declared final
67730 src/com/itac/bean/Organization.java 200 publicMethodCommentRequirement Required
67731 src/com/itac/bean/Organization.java 204 publicMethodCommentRequirement Required
67732 src/com/itac/bean/Organization.java 208 publicMethodCommentRequirement Required
67733 src/com/itac/bean/Organization.java 209 Avoid excessively long variable names like dataContextMappings
67734 src/com/itac/bean/Organization.java 209 Parameter 'dataContextMappings' is not assigned and could be declared final
67735 src/com/itac/bean/Organization.java 213 publicMethodCommentRequirement Required
67736 src/com/itac/bean/Organization.java 217 Avoid excessively long variable names like messagetemplateses
67737 src/com/itac/bean/Organization.java 217 Parameter 'messagetemplateses' is not assigned and could be declared final
67738 src/com/itac/bean/Organization.java 217 publicMethodCommentRequirement Required
67739 src/com/itac/bean/Organization.java 221 publicMethodCommentRequirement Required
67740 src/com/itac/bean/Organization.java 225 Parameter 'holidayses' is not assigned and could be declared final
67741 src/com/itac/bean/Organization.java 225 publicMethodCommentRequirement Required
67742 src/com/itac/bean/Organization.java 229 publicMethodCommentRequirement Required
67743 src/com/itac/bean/Organization.java 233 Parameter 'alertHistories' is not assigned and could be declared final
67744 src/com/itac/bean/Organization.java 233 publicMethodCommentRequirement Required
67745 src/com/itac/bean/OrganizationFenceMapping.java 3 headerCommentRequirement Required
67746 src/com/itac/bean/OrganizationFenceMapping.java 4 fieldCommentRequirement Required
67747 src/com/itac/bean/OrganizationFenceMapping.java 5 fieldCommentRequirement Required
67748 src/com/itac/bean/OrganizationFenceMapping.java 6 fieldCommentRequirement Required
67749 src/com/itac/bean/OrganizationFenceMapping.java 9 publicMethodCommentRequirement Required
67750 src/com/itac/bean/OrganizationFenceMapping.java 12 Parameter 'fenceName' is not assigned and could be declared final
67751 src/com/itac/bean/OrganizationFenceMapping.java 12 publicMethodCommentRequirement Required
67752 src/com/itac/bean/OrganizationFenceMapping.java 16 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
67753 src/com/itac/bean/OrganizationFenceMapping.java 18 Document empty constructor
67754 src/com/itac/bean/OrganizationFenceMapping.java 18 publicMethodCommentRequirement Required
67755 src/com/itac/bean/OrganizationFenceMapping.java 21 Parameter 'fenceLattitude' is not assigned and could be declared final
67756 src/com/itac/bean/OrganizationFenceMapping.java 21 Parameter 'orgid' is not assigned and could be declared final
67757 src/com/itac/bean/OrganizationFenceMapping.java 21 publicMethodCommentRequirement Required
67758 src/com/itac/bean/OrganizationFenceMapping.java 22 Parameter 'fenceLongitude' is not assigned and could be declared final
67759 src/com/itac/bean/OrganizationFenceMapping.java 22 Parameter 'organization' is not assigned and could be declared final
67760 src/com/itac/bean/OrganizationFenceMapping.java 29 publicMethodCommentRequirement Required
67761 src/com/itac/bean/OrganizationFenceMapping.java 32 Parameter 'orgid' is not assigned and could be declared final
67762 src/com/itac/bean/OrganizationFenceMapping.java 32 publicMethodCommentRequirement Required
67763 src/com/itac/bean/OrganizationFenceMapping.java 35 publicMethodCommentRequirement Required
67764 src/com/itac/bean/OrganizationFenceMapping.java 38 Parameter 'fenceLattitude' is not assigned and could be declared final
67765 src/com/itac/bean/OrganizationFenceMapping.java 38 publicMethodCommentRequirement Required
67766 src/com/itac/bean/OrganizationFenceMapping.java 41 publicMethodCommentRequirement Required
67767 src/com/itac/bean/OrganizationFenceMapping.java 44 Parameter 'fenceLongitude' is not assigned and could be declared final
67768 src/com/itac/bean/OrganizationFenceMapping.java 44 publicMethodCommentRequirement Required
67769 src/com/itac/bean/OrganizationFenceMapping.java 47 publicMethodCommentRequirement Required
67770 src/com/itac/bean/OrganizationFenceMapping.java 50 Parameter 'organization' is not assigned and could be declared final
67771 src/com/itac/bean/OrganizationFenceMapping.java 50 publicMethodCommentRequirement Required
67772 src/com/itac/bean/PacketCollection.java 11 Avoid using redundant field initializer for 'IsPartialOffline'
67773 src/com/itac/bean/PacketCollection.java 11 Variables should start with a lowercase character, 'IsPartialOffline' starts with uppercase character.
67774 src/com/itac/bean/PacketCollection.java 11 fieldCommentRequirement Required
67775 src/com/itac/bean/PacketCollection.java 12 Avoid using redundant field initializer for 'packetVo'
67776 src/com/itac/bean/PacketCollection.java 12 fieldCommentRequirement Required
67777 src/com/itac/bean/PacketCollection.java 14 Document empty constructor
67778 src/com/itac/bean/PacketCollection.java 14 publicMethodCommentRequirement Required
67779 src/com/itac/bean/PacketCollection.java 18 Parameter 'aryPacketVO' is not assigned and could be declared final
67780 src/com/itac/bean/PacketCollection.java 18 Parameter 'intStatus' is not assigned and could be declared final
67781 src/com/itac/bean/PacketCollection.java 18 The user-supplied array 'aryPacketVO' is stored directly.
67782 src/com/itac/bean/PacketCollection.java 18 publicMethodCommentRequirement Required
67783 src/com/itac/bean/PacketCollection.java 23 publicMethodCommentRequirement Required
67784 src/com/itac/bean/PacketCollection.java 27 Parameter 'isPartialOffline' is not assigned and could be declared final
67785 src/com/itac/bean/PacketCollection.java 27 publicMethodCommentRequirement Required
67786 src/com/itac/bean/PacketCollection.java 31 publicMethodCommentRequirement Required
67787 src/com/itac/bean/PacketCollection.java 32 Returning 'packetVo' may expose an internal array.
67788 src/com/itac/bean/PacketCollection.java 35 Parameter 'packetVo' is not assigned and could be declared final
67789 src/com/itac/bean/PacketCollection.java 35 The user-supplied array 'packetVo' is stored directly.
67790 src/com/itac/bean/PacketCollection.java 35 publicMethodCommentRequirement Required
67791 src/com/itac/bean/ParamsSummary.java 10 Classes implementing Serializable should set a serialVersionUID
67792 src/com/itac/bean/ParamsSummary.java 12 fieldCommentRequirement Required
67793 src/com/itac/bean/ParamsSummary.java 13 fieldCommentRequirement Required
67794 src/com/itac/bean/ParamsSummary.java 14 fieldCommentRequirement Required
67795 src/com/itac/bean/ParamsSummary.java 15 fieldCommentRequirement Required
67796 src/com/itac/bean/ParamsSummary.java 16 fieldCommentRequirement Required
67797 src/com/itac/bean/ParamsSummary.java 18 Document empty constructor
67798 src/com/itac/bean/ParamsSummary.java 18 publicMethodCommentRequirement Required
67799 src/com/itac/bean/ParamsSummary.java 21 Parameter 'date' is not assigned and could be declared final
67800 src/com/itac/bean/ParamsSummary.java 21 Parameter 'paramStart' is not assigned and could be declared final
67801 src/com/itac/bean/ParamsSummary.java 21 Parameter 'vehicleId' is not assigned and could be declared final
67802 src/com/itac/bean/ParamsSummary.java 21 publicMethodCommentRequirement Required
67803 src/com/itac/bean/ParamsSummary.java 27 Parameter 'date' is not assigned and could be declared final
67804 src/com/itac/bean/ParamsSummary.java 27 Parameter 'paramStart' is not assigned and could be declared final
67805 src/com/itac/bean/ParamsSummary.java 27 Parameter 'vehicleId' is not assigned and could be declared final
67806 src/com/itac/bean/ParamsSummary.java 27 publicMethodCommentRequirement Required
67807 src/com/itac/bean/ParamsSummary.java 28 Parameter 'paramEnd' is not assigned and could be declared final
67808 src/com/itac/bean/ParamsSummary.java 35 publicMethodCommentRequirement Required
67809 src/com/itac/bean/ParamsSummary.java 39 Parameter 'summaryId' is not assigned and could be declared final
67810 src/com/itac/bean/ParamsSummary.java 39 publicMethodCommentRequirement Required
67811 src/com/itac/bean/ParamsSummary.java 43 publicMethodCommentRequirement Required
67812 src/com/itac/bean/ParamsSummary.java 47 Parameter 'vehicleId' is not assigned and could be declared final
67813 src/com/itac/bean/ParamsSummary.java 47 publicMethodCommentRequirement Required
67814 src/com/itac/bean/ParamsSummary.java 51 publicMethodCommentRequirement Required
67815 src/com/itac/bean/ParamsSummary.java 55 Parameter 'date' is not assigned and could be declared final
67816 src/com/itac/bean/ParamsSummary.java 55 publicMethodCommentRequirement Required
67817 src/com/itac/bean/ParamsSummary.java 59 publicMethodCommentRequirement Required
67818 src/com/itac/bean/ParamsSummary.java 63 Parameter 'paramStart' is not assigned and could be declared final
67819 src/com/itac/bean/ParamsSummary.java 63 publicMethodCommentRequirement Required
67820 src/com/itac/bean/ParamsSummary.java 67 publicMethodCommentRequirement Required
67821 src/com/itac/bean/ParamsSummary.java 71 Parameter 'paramEnd' is not assigned and could be declared final
67822 src/com/itac/bean/ParamsSummary.java 71 publicMethodCommentRequirement Required
67823 src/com/itac/bean/ReportRef.java 18 Classes implementing Serializable should set a serialVersionUID
67824 src/com/itac/bean/ReportRef.java 20 fieldCommentRequirement Required
67825 src/com/itac/bean/ReportRef.java 21 fieldCommentRequirement Required
67826 src/com/itac/bean/ReportRef.java 22 fieldCommentRequirement Required
67827 src/com/itac/bean/ReportRef.java 23 fieldCommentRequirement Required
67828 src/com/itac/bean/ReportRef.java 25 fieldCommentRequirement Required
67829 src/com/itac/bean/ReportRef.java 27 fieldCommentRequirement Required
67830 src/com/itac/bean/ReportRef.java 28 Avoid excessively long variable names like dataContextMappings
67831 src/com/itac/bean/ReportRef.java 28 fieldCommentRequirement Required
67832 src/com/itac/bean/ReportRef.java 30 fieldCommentRequirement Required
67833 src/com/itac/bean/ReportRef.java 33 Document empty constructor
67834 src/com/itac/bean/ReportRef.java 33 publicMethodCommentRequirement Required
67835 src/com/itac/bean/ReportRef.java 36 Parameter 'description' is not assigned and could be declared final
67836 src/com/itac/bean/ReportRef.java 36 Parameter 'eventCode' is not assigned and could be declared final
67837 src/com/itac/bean/ReportRef.java 36 publicMethodCommentRequirement Required
67838 src/com/itac/bean/ReportRef.java 41 Parameter 'description' is not assigned and could be declared final
67839 src/com/itac/bean/ReportRef.java 41 Parameter 'eventCode' is not assigned and could be declared final
67840 src/com/itac/bean/ReportRef.java 41 Parameter 'msgTxt' is not assigned and could be declared final
67841 src/com/itac/bean/ReportRef.java 41 publicMethodCommentRequirement Required
67842 src/com/itac/bean/ReportRef.java 42 Parameter 'alert' is not assigned and could be declared final
67843 src/com/itac/bean/ReportRef.java 42 Parameter 'alertHistories' is not assigned and could be declared final
67844 src/com/itac/bean/ReportRef.java 43 Avoid excessively long variable names like dataContextMappings
67845 src/com/itac/bean/ReportRef.java 43 Parameter 'dataContextMappings' is not assigned and could be declared final
67846 src/com/itac/bean/ReportRef.java 44 Parameter 'tripParameterses' is not assigned and could be declared final
67847 src/com/itac/bean/ReportRef.java 54 publicMethodCommentRequirement Required
67848 src/com/itac/bean/ReportRef.java 58 Parameter 'eventCode' is not assigned and could be declared final
67849 src/com/itac/bean/ReportRef.java 58 publicMethodCommentRequirement Required
67850 src/com/itac/bean/ReportRef.java 62 publicMethodCommentRequirement Required
67851 src/com/itac/bean/ReportRef.java 66 Parameter 'description' is not assigned and could be declared final
67852 src/com/itac/bean/ReportRef.java 66 publicMethodCommentRequirement Required
67853 src/com/itac/bean/ReportRef.java 70 publicMethodCommentRequirement Required
67854 src/com/itac/bean/ReportRef.java 74 Parameter 'msgTxt' is not assigned and could be declared final
67855 src/com/itac/bean/ReportRef.java 74 publicMethodCommentRequirement Required
67856 src/com/itac/bean/ReportRef.java 78 publicMethodCommentRequirement Required
67857 src/com/itac/bean/ReportRef.java 82 Parameter 'alert' is not assigned and could be declared final
67858 src/com/itac/bean/ReportRef.java 82 publicMethodCommentRequirement Required
67859 src/com/itac/bean/ReportRef.java 86 publicMethodCommentRequirement Required
67860 src/com/itac/bean/ReportRef.java 90 Parameter 'alertHistories' is not assigned and could be declared final
67861 src/com/itac/bean/ReportRef.java 90 publicMethodCommentRequirement Required
67862 src/com/itac/bean/ReportRef.java 94 publicMethodCommentRequirement Required
67863 src/com/itac/bean/ReportRef.java 98 publicMethodCommentRequirement Required
67864 src/com/itac/bean/ReportRef.java 99 Avoid excessively long variable names like dataContextMappings
67865 src/com/itac/bean/ReportRef.java 99 Parameter 'dataContextMappings' is not assigned and could be declared final
67866 src/com/itac/bean/ReportRef.java 103 publicMethodCommentRequirement Required
67867 src/com/itac/bean/ReportRef.java 107 Parameter 'tripParameterses' is not assigned and could be declared final
67868 src/com/itac/bean/ReportRef.java 107 publicMethodCommentRequirement Required
67869 src/com/itac/bean/ReportRef.java 112 publicMethodCommentRequirement Required
67870 src/com/itac/bean/ReportRef.java 116 Parameter 'imagePath' is not assigned and could be declared final
67871 src/com/itac/bean/ReportRef.java 116 publicMethodCommentRequirement Required
67872 src/com/itac/bean/ReportSummary.java 10 Classes implementing Serializable should set a serialVersionUID
67873 src/com/itac/bean/ReportSummary.java 12 fieldCommentRequirement Required
67874 src/com/itac/bean/ReportSummary.java 13 fieldCommentRequirement Required
67875 src/com/itac/bean/ReportSummary.java 14 fieldCommentRequirement Required
67876 src/com/itac/bean/ReportSummary.java 15 fieldCommentRequirement Required
67877 src/com/itac/bean/ReportSummary.java 16 fieldCommentRequirement Required
67878 src/com/itac/bean/ReportSummary.java 17 fieldCommentRequirement Required
67879 src/com/itac/bean/ReportSummary.java 18 fieldCommentRequirement Required
67880 src/com/itac/bean/ReportSummary.java 19 fieldCommentRequirement Required
67881 src/com/itac/bean/ReportSummary.java 20 fieldCommentRequirement Required
67882 src/com/itac/bean/ReportSummary.java 21 fieldCommentRequirement Required
67883 src/com/itac/bean/ReportSummary.java 22 fieldCommentRequirement Required
67884 src/com/itac/bean/ReportSummary.java 23 fieldCommentRequirement Required
67885 src/com/itac/bean/ReportSummary.java 24 fieldCommentRequirement Required
67886 src/com/itac/bean/ReportSummary.java 25 fieldCommentRequirement Required
67887 src/com/itac/bean/ReportSummary.java 26 fieldCommentRequirement Required
67888 src/com/itac/bean/ReportSummary.java 28 Document empty constructor
67889 src/com/itac/bean/ReportSummary.java 28 publicMethodCommentRequirement Required
67890 src/com/itac/bean/ReportSummary.java 31 Avoid long parameter lists.
67891 src/com/itac/bean/ReportSummary.java 31 Parameter 'date' is not assigned and could be declared final
67892 src/com/itac/bean/ReportSummary.java 31 Parameter 'session' is not assigned and could be declared final
67893 src/com/itac/bean/ReportSummary.java 31 Parameter 'tripid' is not assigned and could be declared final
67894 src/com/itac/bean/ReportSummary.java 31 Parameter 'vehicleid' is not assigned and could be declared final
67895 src/com/itac/bean/ReportSummary.java 31 publicMethodCommentRequirement Required
67896 src/com/itac/bean/ReportSummary.java 32 Parameter 'dist0to20' is not assigned and could be declared final
67897 src/com/itac/bean/ReportSummary.java 32 Parameter 'dist20to45' is not assigned and could be declared final
67898 src/com/itac/bean/ReportSummary.java 32 Parameter 'dist45to55' is not assigned and could be declared final
67899 src/com/itac/bean/ReportSummary.java 33 Parameter 'dist55to65' is not assigned and could be declared final
67900 src/com/itac/bean/ReportSummary.java 33 Parameter 'distance' is not assigned and could be declared final
67901 src/com/itac/bean/ReportSummary.java 33 Parameter 'distgrt65' is not assigned and could be declared final
67902 src/com/itac/bean/ReportSummary.java 34 Parameter 'hardbrakes' is not assigned and could be declared final
67903 src/com/itac/bean/ReportSummary.java 34 Parameter 'maxspeed' is not assigned and could be declared final
67904 src/com/itac/bean/ReportSummary.java 49 Avoid long parameter lists.
67905 src/com/itac/bean/ReportSummary.java 49 Parameter 'date' is not assigned and could be declared final
67906 src/com/itac/bean/ReportSummary.java 49 Parameter 'session' is not assigned and could be declared final
67907 src/com/itac/bean/ReportSummary.java 49 Parameter 'tripid' is not assigned and could be declared final
67908 src/com/itac/bean/ReportSummary.java 49 Parameter 'vehicleid' is not assigned and could be declared final
67909 src/com/itac/bean/ReportSummary.java 49 publicMethodCommentRequirement Required
67910 src/com/itac/bean/ReportSummary.java 50 Parameter 'dist0to20' is not assigned and could be declared final
67911 src/com/itac/bean/ReportSummary.java 50 Parameter 'dist20to45' is not assigned and could be declared final
67912 src/com/itac/bean/ReportSummary.java 50 Parameter 'dist45to55' is not assigned and could be declared final
67913 src/com/itac/bean/ReportSummary.java 51 Parameter 'dist55to65' is not assigned and could be declared final
67914 src/com/itac/bean/ReportSummary.java 51 Parameter 'distance' is not assigned and could be declared final
67915 src/com/itac/bean/ReportSummary.java 51 Parameter 'distgrt65' is not assigned and could be declared final
67916 src/com/itac/bean/ReportSummary.java 52 Parameter 'endTime' is not assigned and could be declared final
67917 src/com/itac/bean/ReportSummary.java 52 Parameter 'hardbrakes' is not assigned and could be declared final
67918 src/com/itac/bean/ReportSummary.java 52 Parameter 'maxspeed' is not assigned and could be declared final
67919 src/com/itac/bean/ReportSummary.java 52 Parameter 'startTime' is not assigned and could be declared final
67920 src/com/itac/bean/ReportSummary.java 69 publicMethodCommentRequirement Required
67921 src/com/itac/bean/ReportSummary.java 73 Parameter 'summaryId' is not assigned and could be declared final
67922 src/com/itac/bean/ReportSummary.java 73 publicMethodCommentRequirement Required
67923 src/com/itac/bean/ReportSummary.java 77 publicMethodCommentRequirement Required
67924 src/com/itac/bean/ReportSummary.java 81 Parameter 'vehicleid' is not assigned and could be declared final
67925 src/com/itac/bean/ReportSummary.java 81 publicMethodCommentRequirement Required
67926 src/com/itac/bean/ReportSummary.java 85 publicMethodCommentRequirement Required
67927 src/com/itac/bean/ReportSummary.java 89 Parameter 'tripid' is not assigned and could be declared final
67928 src/com/itac/bean/ReportSummary.java 89 publicMethodCommentRequirement Required
67929 src/com/itac/bean/ReportSummary.java 93 publicMethodCommentRequirement Required
67930 src/com/itac/bean/ReportSummary.java 97 Parameter 'date' is not assigned and could be declared final
67931 src/com/itac/bean/ReportSummary.java 97 publicMethodCommentRequirement Required
67932 src/com/itac/bean/ReportSummary.java 101 publicMethodCommentRequirement Required
67933 src/com/itac/bean/ReportSummary.java 105 Parameter 'session' is not assigned and could be declared final
67934 src/com/itac/bean/ReportSummary.java 105 publicMethodCommentRequirement Required
67935 src/com/itac/bean/ReportSummary.java 109 publicMethodCommentRequirement Required
67936 src/com/itac/bean/ReportSummary.java 113 Parameter 'dist0to20' is not assigned and could be declared final
67937 src/com/itac/bean/ReportSummary.java 113 publicMethodCommentRequirement Required
67938 src/com/itac/bean/ReportSummary.java 117 publicMethodCommentRequirement Required
67939 src/com/itac/bean/ReportSummary.java 121 Parameter 'dist20to45' is not assigned and could be declared final
67940 src/com/itac/bean/ReportSummary.java 121 publicMethodCommentRequirement Required
67941 src/com/itac/bean/ReportSummary.java 125 publicMethodCommentRequirement Required
67942 src/com/itac/bean/ReportSummary.java 129 Parameter 'dist45to55' is not assigned and could be declared final
67943 src/com/itac/bean/ReportSummary.java 129 publicMethodCommentRequirement Required
67944 src/com/itac/bean/ReportSummary.java 133 publicMethodCommentRequirement Required
67945 src/com/itac/bean/ReportSummary.java 137 Parameter 'dist55to65' is not assigned and could be declared final
67946 src/com/itac/bean/ReportSummary.java 137 publicMethodCommentRequirement Required
67947 src/com/itac/bean/ReportSummary.java 141 publicMethodCommentRequirement Required
67948 src/com/itac/bean/ReportSummary.java 145 Parameter 'distgrt65' is not assigned and could be declared final
67949 src/com/itac/bean/ReportSummary.java 145 publicMethodCommentRequirement Required
67950 src/com/itac/bean/ReportSummary.java 149 publicMethodCommentRequirement Required
67951 src/com/itac/bean/ReportSummary.java 153 Parameter 'distance' is not assigned and could be declared final
67952 src/com/itac/bean/ReportSummary.java 153 publicMethodCommentRequirement Required
67953 src/com/itac/bean/ReportSummary.java 157 publicMethodCommentRequirement Required
67954 src/com/itac/bean/ReportSummary.java 161 Parameter 'maxspeed' is not assigned and could be declared final
67955 src/com/itac/bean/ReportSummary.java 161 publicMethodCommentRequirement Required
67956 src/com/itac/bean/ReportSummary.java 165 publicMethodCommentRequirement Required
67957 src/com/itac/bean/ReportSummary.java 169 Parameter 'hardbrakes' is not assigned and could be declared final
67958 src/com/itac/bean/ReportSummary.java 169 publicMethodCommentRequirement Required
67959 src/com/itac/bean/ReportSummary.java 173 publicMethodCommentRequirement Required
67960 src/com/itac/bean/ReportSummary.java 177 Parameter 'startTime' is not assigned and could be declared final
67961 src/com/itac/bean/ReportSummary.java 177 publicMethodCommentRequirement Required
67962 src/com/itac/bean/ReportSummary.java 181 publicMethodCommentRequirement Required
67963 src/com/itac/bean/ReportSummary.java 185 Parameter 'endTime' is not assigned and could be declared final
67964 src/com/itac/bean/ReportSummary.java 185 publicMethodCommentRequirement Required
67965 src/com/itac/bean/RfidHistory.java 10 Classes implementing Serializable should set a serialVersionUID
67966 src/com/itac/bean/RfidHistory.java 12 fieldCommentRequirement Required
67967 src/com/itac/bean/RfidHistory.java 13 fieldCommentRequirement Required
67968 src/com/itac/bean/RfidHistory.java 14 fieldCommentRequirement Required
67969 src/com/itac/bean/RfidHistory.java 15 fieldCommentRequirement Required
67970 src/com/itac/bean/RfidHistory.java 16 fieldCommentRequirement Required
67971 src/com/itac/bean/RfidHistory.java 17 fieldCommentRequirement Required
67972 src/com/itac/bean/RfidHistory.java 18 fieldCommentRequirement Required
67973 src/com/itac/bean/RfidHistory.java 20 Document empty constructor
67974 src/com/itac/bean/RfidHistory.java 20 publicMethodCommentRequirement Required
67975 src/com/itac/bean/RfidHistory.java 23 Parameter 'insertionTime' is not assigned and could be declared final
67976 src/com/itac/bean/RfidHistory.java 23 Parameter 'rfidNo' is not assigned and could be declared final
67977 src/com/itac/bean/RfidHistory.java 23 publicMethodCommentRequirement Required
67978 src/com/itac/bean/RfidHistory.java 28 Parameter 'geofence' is not assigned and could be declared final
67979 src/com/itac/bean/RfidHistory.java 28 Parameter 'tripDetails' is not assigned and could be declared final
67980 src/com/itac/bean/RfidHistory.java 28 publicMethodCommentRequirement Required
67981 src/com/itac/bean/RfidHistory.java 29 Parameter 'insertionTime' is not assigned and could be declared final
67982 src/com/itac/bean/RfidHistory.java 29 Parameter 'rfidNo' is not assigned and could be declared final
67983 src/com/itac/bean/RfidHistory.java 29 Parameter 'session' is not assigned and could be declared final
67984 src/com/itac/bean/RfidHistory.java 29 Parameter 'status' is not assigned and could be declared final
67985 src/com/itac/bean/RfidHistory.java 38 publicMethodCommentRequirement Required
67986 src/com/itac/bean/RfidHistory.java 42 Parameter 'historyId' is not assigned and could be declared final
67987 src/com/itac/bean/RfidHistory.java 42 publicMethodCommentRequirement Required
67988 src/com/itac/bean/RfidHistory.java 46 publicMethodCommentRequirement Required
67989 src/com/itac/bean/RfidHistory.java 50 Parameter 'tripDetails' is not assigned and could be declared final
67990 src/com/itac/bean/RfidHistory.java 50 publicMethodCommentRequirement Required
67991 src/com/itac/bean/RfidHistory.java 54 publicMethodCommentRequirement Required
67992 src/com/itac/bean/RfidHistory.java 58 Parameter 'geofence' is not assigned and could be declared final
67993 src/com/itac/bean/RfidHistory.java 58 publicMethodCommentRequirement Required
67994 src/com/itac/bean/RfidHistory.java 62 publicMethodCommentRequirement Required
67995 src/com/itac/bean/RfidHistory.java 66 Parameter 'insertionTime' is not assigned and could be declared final
67996 src/com/itac/bean/RfidHistory.java 66 publicMethodCommentRequirement Required
67997 src/com/itac/bean/RfidHistory.java 70 publicMethodCommentRequirement Required
67998 src/com/itac/bean/RfidHistory.java 74 Parameter 'session' is not assigned and could be declared final
67999 src/com/itac/bean/RfidHistory.java 74 publicMethodCommentRequirement Required
68000 src/com/itac/bean/RfidHistory.java 78 publicMethodCommentRequirement Required
68001 src/com/itac/bean/RfidHistory.java 82 Parameter 'status' is not assigned and could be declared final
68002 src/com/itac/bean/RfidHistory.java 82 publicMethodCommentRequirement Required
68003 src/com/itac/bean/RfidHistory.java 86 publicMethodCommentRequirement Required
68004 src/com/itac/bean/RfidHistory.java 90 Parameter 'rfidNo' is not assigned and could be declared final
68005 src/com/itac/bean/RfidHistory.java 90 publicMethodCommentRequirement Required
68006 src/com/itac/bean/SmsDetails.java 10 Classes implementing Serializable should set a serialVersionUID
68007 src/com/itac/bean/SmsDetails.java 12 fieldCommentRequirement Required
68008 src/com/itac/bean/SmsDetails.java 13 fieldCommentRequirement Required
68009 src/com/itac/bean/SmsDetails.java 14 fieldCommentRequirement Required
68010 src/com/itac/bean/SmsDetails.java 15 fieldCommentRequirement Required
68011 src/com/itac/bean/SmsDetails.java 16 fieldCommentRequirement Required
68012 src/com/itac/bean/SmsDetails.java 17 fieldCommentRequirement Required
68013 src/com/itac/bean/SmsDetails.java 18 fieldCommentRequirement Required
68014 src/com/itac/bean/SmsDetails.java 19 fieldCommentRequirement Required
68015 src/com/itac/bean/SmsDetails.java 20 fieldCommentRequirement Required
68016 src/com/itac/bean/SmsDetails.java 22 Document empty constructor
68017 src/com/itac/bean/SmsDetails.java 22 publicMethodCommentRequirement Required
68018 src/com/itac/bean/SmsDetails.java 25 Parameter 'mobileNo' is not assigned and could be declared final
68019 src/com/itac/bean/SmsDetails.java 25 Parameter 'packetTime' is not assigned and could be declared final
68020 src/com/itac/bean/SmsDetails.java 25 Parameter 'smsType' is not assigned and could be declared final
68021 src/com/itac/bean/SmsDetails.java 25 publicMethodCommentRequirement Required
68022 src/com/itac/bean/SmsDetails.java 26 Parameter 'msgContent' is not assigned and could be declared final
68023 src/com/itac/bean/SmsDetails.java 26 Parameter 'sentTime' is not assigned and could be declared final
68024 src/com/itac/bean/SmsDetails.java 34 Parameter 'mobileNo' is not assigned and could be declared final
68025 src/com/itac/bean/SmsDetails.java 34 Parameter 'packetTime' is not assigned and could be declared final
68026 src/com/itac/bean/SmsDetails.java 34 Parameter 'smsType' is not assigned and could be declared final
68027 src/com/itac/bean/SmsDetails.java 34 publicMethodCommentRequirement Required
68028 src/com/itac/bean/SmsDetails.java 35 Parameter 'fenceid' is not assigned and could be declared final
68029 src/com/itac/bean/SmsDetails.java 35 Parameter 'msgContent' is not assigned and could be declared final
68030 src/com/itac/bean/SmsDetails.java 35 Parameter 'orgid' is not assigned and could be declared final
68031 src/com/itac/bean/SmsDetails.java 35 Parameter 'tripid' is not assigned and could be declared final
68032 src/com/itac/bean/SmsDetails.java 36 Parameter 'sentTime' is not assigned and could be declared final
68033 src/com/itac/bean/SmsDetails.java 47 publicMethodCommentRequirement Required
68034 src/com/itac/bean/SmsDetails.java 51 Parameter 'smsId' is not assigned and could be declared final
68035 src/com/itac/bean/SmsDetails.java 51 publicMethodCommentRequirement Required
68036 src/com/itac/bean/SmsDetails.java 55 publicMethodCommentRequirement Required
68037 src/com/itac/bean/SmsDetails.java 59 Parameter 'mobileNo' is not assigned and could be declared final
68038 src/com/itac/bean/SmsDetails.java 59 publicMethodCommentRequirement Required
68039 src/com/itac/bean/SmsDetails.java 63 publicMethodCommentRequirement Required
68040 src/com/itac/bean/SmsDetails.java 67 Parameter 'smsType' is not assigned and could be declared final
68041 src/com/itac/bean/SmsDetails.java 67 publicMethodCommentRequirement Required
68042 src/com/itac/bean/SmsDetails.java 71 publicMethodCommentRequirement Required
68043 src/com/itac/bean/SmsDetails.java 75 Parameter 'packetTime' is not assigned and could be declared final
68044 src/com/itac/bean/SmsDetails.java 75 publicMethodCommentRequirement Required
68045 src/com/itac/bean/SmsDetails.java 79 publicMethodCommentRequirement Required
68046 src/com/itac/bean/SmsDetails.java 83 Parameter 'msgContent' is not assigned and could be declared final
68047 src/com/itac/bean/SmsDetails.java 83 publicMethodCommentRequirement Required
68048 src/com/itac/bean/SmsDetails.java 87 publicMethodCommentRequirement Required
68049 src/com/itac/bean/SmsDetails.java 91 Parameter 'orgid' is not assigned and could be declared final
68050 src/com/itac/bean/SmsDetails.java 91 publicMethodCommentRequirement Required
68051 src/com/itac/bean/SmsDetails.java 95 publicMethodCommentRequirement Required
68052 src/com/itac/bean/SmsDetails.java 99 Parameter 'fenceid' is not assigned and could be declared final
68053 src/com/itac/bean/SmsDetails.java 99 publicMethodCommentRequirement Required
68054 src/com/itac/bean/SmsDetails.java 103 publicMethodCommentRequirement Required
68055 src/com/itac/bean/SmsDetails.java 107 Parameter 'tripid' is not assigned and could be declared final
68056 src/com/itac/bean/SmsDetails.java 107 publicMethodCommentRequirement Required
68057 src/com/itac/bean/SmsDetails.java 111 publicMethodCommentRequirement Required
68058 src/com/itac/bean/SmsDetails.java 115 Parameter 'sentTime' is not assigned and could be declared final
68059 src/com/itac/bean/SmsDetails.java 115 publicMethodCommentRequirement Required
68060 src/com/itac/bean/Stopfencemapping.java 8 Classes implementing Serializable should set a serialVersionUID
68061 src/com/itac/bean/Stopfencemapping.java 10 fieldCommentRequirement Required
68062 src/com/itac/bean/Stopfencemapping.java 11 fieldCommentRequirement Required
68063 src/com/itac/bean/Stopfencemapping.java 12 fieldCommentRequirement Required
68064 src/com/itac/bean/Stopfencemapping.java 13 fieldCommentRequirement Required
68065 src/com/itac/bean/Stopfencemapping.java 15 Document empty constructor
68066 src/com/itac/bean/Stopfencemapping.java 15 publicMethodCommentRequirement Required
68067 src/com/itac/bean/Stopfencemapping.java 18 Parameter 'fenceId' is not assigned and could be declared final
68068 src/com/itac/bean/Stopfencemapping.java 18 Parameter 'session' is not assigned and could be declared final
68069 src/com/itac/bean/Stopfencemapping.java 18 Parameter 'stopId' is not assigned and could be declared final
68070 src/com/itac/bean/Stopfencemapping.java 18 publicMethodCommentRequirement Required
68071 src/com/itac/bean/Stopfencemapping.java 24 publicMethodCommentRequirement Required
68072 src/com/itac/bean/Stopfencemapping.java 28 Parameter 'mapId' is not assigned and could be declared final
68073 src/com/itac/bean/Stopfencemapping.java 28 publicMethodCommentRequirement Required
68074 src/com/itac/bean/Stopfencemapping.java 32 publicMethodCommentRequirement Required
68075 src/com/itac/bean/Stopfencemapping.java 36 Parameter 'stopId' is not assigned and could be declared final
68076 src/com/itac/bean/Stopfencemapping.java 36 publicMethodCommentRequirement Required
68077 src/com/itac/bean/Stopfencemapping.java 40 publicMethodCommentRequirement Required
68078 src/com/itac/bean/Stopfencemapping.java 44 Parameter 'fenceId' is not assigned and could be declared final
68079 src/com/itac/bean/Stopfencemapping.java 44 publicMethodCommentRequirement Required
68080 src/com/itac/bean/Stopfencemapping.java 48 publicMethodCommentRequirement Required
68081 src/com/itac/bean/Stopfencemapping.java 52 Parameter 'session' is not assigned and could be declared final
68082 src/com/itac/bean/Stopfencemapping.java 52 publicMethodCommentRequirement Required
68083 src/com/itac/bean/TripAttender.java 8 Classes implementing Serializable should set a serialVersionUID
68084 src/com/itac/bean/TripAttender.java 10 Avoid variables with short names like id
68085 src/com/itac/bean/TripAttender.java 10 fieldCommentRequirement Required
68086 src/com/itac/bean/TripAttender.java 11 fieldCommentRequirement Required
68087 src/com/itac/bean/TripAttender.java 12 fieldCommentRequirement Required
68088 src/com/itac/bean/TripAttender.java 13 fieldCommentRequirement Required
68089 src/com/itac/bean/TripAttender.java 15 Document empty constructor
68090 src/com/itac/bean/TripAttender.java 15 publicMethodCommentRequirement Required
68091 src/com/itac/bean/TripAttender.java 18 Parameter 'mobileNo' is not assigned and could be declared final
68092 src/com/itac/bean/TripAttender.java 18 Parameter 'session' is not assigned and could be declared final
68093 src/com/itac/bean/TripAttender.java 18 Parameter 'tripDetails' is not assigned and could be declared final
68094 src/com/itac/bean/TripAttender.java 18 publicMethodCommentRequirement Required
68095 src/com/itac/bean/TripAttender.java 24 publicMethodCommentRequirement Required
68096 src/com/itac/bean/TripAttender.java 28 Avoid variables with short names like id
68097 src/com/itac/bean/TripAttender.java 28 Parameter 'id' is not assigned and could be declared final
68098 src/com/itac/bean/TripAttender.java 28 publicMethodCommentRequirement Required
68099 src/com/itac/bean/TripAttender.java 32 publicMethodCommentRequirement Required
68100 src/com/itac/bean/TripAttender.java 36 Parameter 'tripDetails' is not assigned and could be declared final
68101 src/com/itac/bean/TripAttender.java 36 publicMethodCommentRequirement Required
68102 src/com/itac/bean/TripAttender.java 40 publicMethodCommentRequirement Required
68103 src/com/itac/bean/TripAttender.java 44 Parameter 'mobileNo' is not assigned and could be declared final
68104 src/com/itac/bean/TripAttender.java 44 publicMethodCommentRequirement Required
68105 src/com/itac/bean/TripAttender.java 48 publicMethodCommentRequirement Required
68106 src/com/itac/bean/TripAttender.java 52 Parameter 'session' is not assigned and could be declared final
68107 src/com/itac/bean/TripAttender.java 52 publicMethodCommentRequirement Required
68108 src/com/itac/bean/TripDetails.java 1 This class has a bunch of public methods and attributes
68109 src/com/itac/bean/TripDetails.java 12 Classes implementing Serializable should set a serialVersionUID
68110 src/com/itac/bean/TripDetails.java 12 Too many fields
68111 src/com/itac/bean/TripDetails.java 14 fieldCommentRequirement Required
68112 src/com/itac/bean/TripDetails.java 15 fieldCommentRequirement Required
68113 src/com/itac/bean/TripDetails.java 16 fieldCommentRequirement Required
68114 src/com/itac/bean/TripDetails.java 17 fieldCommentRequirement Required
68115 src/com/itac/bean/TripDetails.java 18 fieldCommentRequirement Required
68116 src/com/itac/bean/TripDetails.java 19 fieldCommentRequirement Required
68117 src/com/itac/bean/TripDetails.java 20 fieldCommentRequirement Required
68118 src/com/itac/bean/TripDetails.java 21 fieldCommentRequirement Required
68119 src/com/itac/bean/TripDetails.java 22 fieldCommentRequirement Required
68120 src/com/itac/bean/TripDetails.java 23 fieldCommentRequirement Required
68121 src/com/itac/bean/TripDetails.java 24 fieldCommentRequirement Required
68122 src/com/itac/bean/TripDetails.java 25 fieldCommentRequirement Required
68123 src/com/itac/bean/TripDetails.java 26 fieldCommentRequirement Required
68124 src/com/itac/bean/TripDetails.java 27 Avoid excessively long variable names like noConfirmedTravellers
68125 src/com/itac/bean/TripDetails.java 27 fieldCommentRequirement Required
68126 src/com/itac/bean/TripDetails.java 28 fieldCommentRequirement Required
68127 src/com/itac/bean/TripDetails.java 29 fieldCommentRequirement Required
68128 src/com/itac/bean/TripDetails.java 30 fieldCommentRequirement Required
68129 src/com/itac/bean/TripDetails.java 31 fieldCommentRequirement Required
68130 src/com/itac/bean/TripDetails.java 32 fieldCommentRequirement Required
68131 src/com/itac/bean/TripDetails.java 33 fieldCommentRequirement Required
68132 src/com/itac/bean/TripDetails.java 34 fieldCommentRequirement Required
68133 src/com/itac/bean/TripDetails.java 35 fieldCommentRequirement Required
68134 src/com/itac/bean/TripDetails.java 36 fieldCommentRequirement Required
68135 src/com/itac/bean/TripDetails.java 37 fieldCommentRequirement Required
68136 src/com/itac/bean/TripDetails.java 38 fieldCommentRequirement Required
68137 src/com/itac/bean/TripDetails.java 39 fieldCommentRequirement Required
68138 src/com/itac/bean/TripDetails.java 40 fieldCommentRequirement Required
68139 src/com/itac/bean/TripDetails.java 41 fieldCommentRequirement Required
68140 src/com/itac/bean/TripDetails.java 42 fieldCommentRequirement Required
68141 src/com/itac/bean/TripDetails.java 43 fieldCommentRequirement Required
68142 src/com/itac/bean/TripDetails.java 44 fieldCommentRequirement Required
68143 src/com/itac/bean/TripDetails.java 45 fieldCommentRequirement Required
68144 src/com/itac/bean/TripDetails.java 46 fieldCommentRequirement Required
68145 src/com/itac/bean/TripDetails.java 47 fieldCommentRequirement Required
68146 src/com/itac/bean/TripDetails.java 48 fieldCommentRequirement Required
68147 src/com/itac/bean/TripDetails.java 49 fieldCommentRequirement Required
68148 src/com/itac/bean/TripDetails.java 50 fieldCommentRequirement Required
68149 src/com/itac/bean/TripDetails.java 51 fieldCommentRequirement Required
68150 src/com/itac/bean/TripDetails.java 52 fieldCommentRequirement Required
68151 src/com/itac/bean/TripDetails.java 53 fieldCommentRequirement Required
68152 src/com/itac/bean/TripDetails.java 54 fieldCommentRequirement Required
68153 src/com/itac/bean/TripDetails.java 55 fieldCommentRequirement Required
68154 src/com/itac/bean/TripDetails.java 56 Avoid excessively long variable names like frequentTripDetailses
68155 src/com/itac/bean/TripDetails.java 56 fieldCommentRequirement Required
68156 src/com/itac/bean/TripDetails.java 58 fieldCommentRequirement Required
68157 src/com/itac/bean/TripDetails.java 59 fieldCommentRequirement Required
68158 src/com/itac/bean/TripDetails.java 60 fieldCommentRequirement Required
68159 src/com/itac/bean/TripDetails.java 61 fieldCommentRequirement Required
68160 src/com/itac/bean/TripDetails.java 62 fieldCommentRequirement Required
68161 src/com/itac/bean/TripDetails.java 64 fieldCommentRequirement Required
68162 src/com/itac/bean/TripDetails.java 65 fieldCommentRequirement Required
68163 src/com/itac/bean/TripDetails.java 67 Document empty constructor
68164 src/com/itac/bean/TripDetails.java 67 publicMethodCommentRequirement Required
68165 src/com/itac/bean/TripDetails.java 70 Avoid long parameter lists.
68166 src/com/itac/bean/TripDetails.java 70 Parameter 'organization' is not assigned and could be declared final
68167 src/com/itac/bean/TripDetails.java 70 publicMethodCommentRequirement Required
68168 src/com/itac/bean/TripDetails.java 71 Parameter 'costofTrip' is not assigned and could be declared final
68169 src/com/itac/bean/TripDetails.java 71 Parameter 'user' is not assigned and could be declared final
68170 src/com/itac/bean/TripDetails.java 71 Parameter 'vehicleDetails' is not assigned and could be declared final
68171 src/com/itac/bean/TripDetails.java 72 Parameter 'destination' is not assigned and could be declared final
68172 src/com/itac/bean/TripDetails.java 72 Parameter 'distance' is not assigned and could be declared final
68173 src/com/itac/bean/TripDetails.java 72 Parameter 'sourceLocation' is not assigned and could be declared final
68174 src/com/itac/bean/TripDetails.java 73 Parameter 'noSeats' is not assigned and could be declared final
68175 src/com/itac/bean/TripDetails.java 73 Parameter 'route' is not assigned and could be declared final
68176 src/com/itac/bean/TripDetails.java 73 Parameter 'tripDirection' is not assigned and could be declared final
68177 src/com/itac/bean/TripDetails.java 74 Avoid excessively long variable names like noConfirmedTravellers
68178 src/com/itac/bean/TripDetails.java 74 Parameter 'noConfirmedTravellers' is not assigned and could be declared final
68179 src/com/itac/bean/TripDetails.java 74 Parameter 'startdate' is not assigned and could be declared final
68180 src/com/itac/bean/TripDetails.java 74 Parameter 'tripFrequency' is not assigned and could be declared final
68181 src/com/itac/bean/TripDetails.java 75 Parameter 'returnTime' is not assigned and could be declared final
68182 src/com/itac/bean/TripDetails.java 75 Parameter 'returndate' is not assigned and could be declared final
68183 src/com/itac/bean/TripDetails.java 75 Parameter 'startTime' is not assigned and could be declared final
68184 src/com/itac/bean/TripDetails.java 75 Parameter 'via' is not assigned and could be declared final
68185 src/com/itac/bean/TripDetails.java 76 Parameter 'parentId' is not assigned and could be declared final
68186 src/com/itac/bean/TripDetails.java 76 Parameter 'pickupPoints' is not assigned and could be declared final
68187 src/com/itac/bean/TripDetails.java 76 Parameter 'role' is not assigned and could be declared final
68188 src/com/itac/bean/TripDetails.java 76 Parameter 'status' is not assigned and could be declared final
68189 src/com/itac/bean/TripDetails.java 77 Parameter 'startLat' is not assigned and could be declared final
68190 src/com/itac/bean/TripDetails.java 77 Parameter 'stopLong' is not assigned and could be declared final
68191 src/com/itac/bean/TripDetails.java 77 Parameter 'tripDesc' is not assigned and could be declared final
68192 src/com/itac/bean/TripDetails.java 77 Parameter 'tripName' is not assigned and could be declared final
68193 src/com/itac/bean/TripDetails.java 78 Parameter 'monhours' is not assigned and could be declared final
68194 src/com/itac/bean/TripDetails.java 78 Parameter 'monmins' is not assigned and could be declared final
68195 src/com/itac/bean/TripDetails.java 78 Parameter 'startLong' is not assigned and could be declared final
68196 src/com/itac/bean/TripDetails.java 78 Parameter 'stopLat' is not assigned and could be declared final
68197 src/com/itac/bean/TripDetails.java 79 Parameter 'ampm' is not assigned and could be declared final
68198 src/com/itac/bean/TripDetails.java 79 Parameter 'evenhours' is not assigned and could be declared final
68199 src/com/itac/bean/TripDetails.java 79 Parameter 'evenmins' is not assigned and could be declared final
68200 src/com/itac/bean/TripDetails.java 79 Parameter 'monDuration' is not assigned and could be declared final
68201 src/com/itac/bean/TripDetails.java 80 Parameter 'evenDuration' is not assigned and could be declared final
68202 src/com/itac/bean/TripDetails.java 80 Parameter 'monendhours' is not assigned and could be declared final
68203 src/com/itac/bean/TripDetails.java 80 Parameter 'monendmins' is not assigned and could be declared final
68204 src/com/itac/bean/TripDetails.java 81 Parameter 'evenendhours' is not assigned and could be declared final
68205 src/com/itac/bean/TripDetails.java 81 Parameter 'evenendmins' is not assigned and could be declared final
68206 src/com/itac/bean/TripDetails.java 81 Parameter 'hasmorning' is not assigned and could be declared final
68207 src/com/itac/bean/TripDetails.java 82 Parameter 'hasevening' is not assigned and could be declared final
68208 src/com/itac/bean/TripDetails.java 82 Parameter 'rfidHistories' is not assigned and could be declared final
68209 src/com/itac/bean/TripDetails.java 83 Avoid excessively long variable names like frequentTripDetailses
68210 src/com/itac/bean/TripDetails.java 83 Parameter 'frequentTripDetailses' is not assigned and could be declared final
68211 src/com/itac/bean/TripDetails.java 84 Parameter 'alertHistories' is not assigned and could be declared final
68212 src/com/itac/bean/TripDetails.java 85 Parameter 'fenceReports' is not assigned and could be declared final
68213 src/com/itac/bean/TripDetails.java 85 Parameter 'tripReferences' is not assigned and could be declared final
68214 src/com/itac/bean/TripDetails.java 86 Parameter 'tripParameterses' is not assigned and could be declared final
68215 src/com/itac/bean/TripDetails.java 86 Parameter 'usersTripses' is not assigned and could be declared final
68216 src/com/itac/bean/TripDetails.java 87 Parameter 'geofences' is not assigned and could be declared final
68217 src/com/itac/bean/TripDetails.java 87 Parameter 'tripAttenders' is not assigned and could be declared final
68218 src/com/itac/bean/TripDetails.java 139 publicMethodCommentRequirement Required
68219 src/com/itac/bean/TripDetails.java 143 Parameter 'tripid' is not assigned and could be declared final
68220 src/com/itac/bean/TripDetails.java 143 publicMethodCommentRequirement Required
68221 src/com/itac/bean/TripDetails.java 147 publicMethodCommentRequirement Required
68222 src/com/itac/bean/TripDetails.java 151 Parameter 'organization' is not assigned and could be declared final
68223 src/com/itac/bean/TripDetails.java 151 publicMethodCommentRequirement Required
68224 src/com/itac/bean/TripDetails.java 155 publicMethodCommentRequirement Required
68225 src/com/itac/bean/TripDetails.java 159 Parameter 'vehicleDetails' is not assigned and could be declared final
68226 src/com/itac/bean/TripDetails.java 159 publicMethodCommentRequirement Required
68227 src/com/itac/bean/TripDetails.java 163 publicMethodCommentRequirement Required
68228 src/com/itac/bean/TripDetails.java 167 Parameter 'user' is not assigned and could be declared final
68229 src/com/itac/bean/TripDetails.java 167 publicMethodCommentRequirement Required
68230 src/com/itac/bean/TripDetails.java 171 publicMethodCommentRequirement Required
68231 src/com/itac/bean/TripDetails.java 175 Parameter 'costofTrip' is not assigned and could be declared final
68232 src/com/itac/bean/TripDetails.java 175 publicMethodCommentRequirement Required
68233 src/com/itac/bean/TripDetails.java 179 publicMethodCommentRequirement Required
68234 src/com/itac/bean/TripDetails.java 183 Parameter 'sourceLocation' is not assigned and could be declared final
68235 src/com/itac/bean/TripDetails.java 183 publicMethodCommentRequirement Required
68236 src/com/itac/bean/TripDetails.java 187 publicMethodCommentRequirement Required
68237 src/com/itac/bean/TripDetails.java 191 Parameter 'destination' is not assigned and could be declared final
68238 src/com/itac/bean/TripDetails.java 191 publicMethodCommentRequirement Required
68239 src/com/itac/bean/TripDetails.java 195 publicMethodCommentRequirement Required
68240 src/com/itac/bean/TripDetails.java 199 Parameter 'distance' is not assigned and could be declared final
68241 src/com/itac/bean/TripDetails.java 199 publicMethodCommentRequirement Required
68242 src/com/itac/bean/TripDetails.java 203 publicMethodCommentRequirement Required
68243 src/com/itac/bean/TripDetails.java 207 Parameter 'route' is not assigned and could be declared final
68244 src/com/itac/bean/TripDetails.java 207 publicMethodCommentRequirement Required
68245 src/com/itac/bean/TripDetails.java 211 publicMethodCommentRequirement Required
68246 src/com/itac/bean/TripDetails.java 215 Parameter 'tripDirection' is not assigned and could be declared final
68247 src/com/itac/bean/TripDetails.java 215 publicMethodCommentRequirement Required
68248 src/com/itac/bean/TripDetails.java 219 publicMethodCommentRequirement Required
68249 src/com/itac/bean/TripDetails.java 223 Parameter 'noSeats' is not assigned and could be declared final
68250 src/com/itac/bean/TripDetails.java 223 publicMethodCommentRequirement Required
68251 src/com/itac/bean/TripDetails.java 227 publicMethodCommentRequirement Required
68252 src/com/itac/bean/TripDetails.java 231 Parameter 'startdate' is not assigned and could be declared final
68253 src/com/itac/bean/TripDetails.java 231 publicMethodCommentRequirement Required
68254 src/com/itac/bean/TripDetails.java 235 publicMethodCommentRequirement Required
68255 src/com/itac/bean/TripDetails.java 239 Parameter 'tripFrequency' is not assigned and could be declared final
68256 src/com/itac/bean/TripDetails.java 239 publicMethodCommentRequirement Required
68257 src/com/itac/bean/TripDetails.java 243 publicMethodCommentRequirement Required
68258 src/com/itac/bean/TripDetails.java 247 Avoid excessively long variable names like noConfirmedTravellers
68259 src/com/itac/bean/TripDetails.java 247 Parameter 'noConfirmedTravellers' is not assigned and could be declared final
68260 src/com/itac/bean/TripDetails.java 247 publicMethodCommentRequirement Required
68261 src/com/itac/bean/TripDetails.java 251 publicMethodCommentRequirement Required
68262 src/com/itac/bean/TripDetails.java 255 Parameter 'via' is not assigned and could be declared final
68263 src/com/itac/bean/TripDetails.java 255 publicMethodCommentRequirement Required
68264 src/com/itac/bean/TripDetails.java 259 publicMethodCommentRequirement Required
68265 src/com/itac/bean/TripDetails.java 263 Parameter 'returnTime' is not assigned and could be declared final
68266 src/com/itac/bean/TripDetails.java 263 publicMethodCommentRequirement Required
68267 src/com/itac/bean/TripDetails.java 267 publicMethodCommentRequirement Required
68268 src/com/itac/bean/TripDetails.java 271 Parameter 'returndate' is not assigned and could be declared final
68269 src/com/itac/bean/TripDetails.java 271 publicMethodCommentRequirement Required
68270 src/com/itac/bean/TripDetails.java 275 publicMethodCommentRequirement Required
68271 src/com/itac/bean/TripDetails.java 279 Parameter 'startTime' is not assigned and could be declared final
68272 src/com/itac/bean/TripDetails.java 279 publicMethodCommentRequirement Required
68273 src/com/itac/bean/TripDetails.java 283 publicMethodCommentRequirement Required
68274 src/com/itac/bean/TripDetails.java 287 Parameter 'role' is not assigned and could be declared final
68275 src/com/itac/bean/TripDetails.java 287 publicMethodCommentRequirement Required
68276 src/com/itac/bean/TripDetails.java 291 publicMethodCommentRequirement Required
68277 src/com/itac/bean/TripDetails.java 295 Parameter 'status' is not assigned and could be declared final
68278 src/com/itac/bean/TripDetails.java 295 publicMethodCommentRequirement Required
68279 src/com/itac/bean/TripDetails.java 299 publicMethodCommentRequirement Required
68280 src/com/itac/bean/TripDetails.java 303 Parameter 'parentId' is not assigned and could be declared final
68281 src/com/itac/bean/TripDetails.java 303 publicMethodCommentRequirement Required
68282 src/com/itac/bean/TripDetails.java 307 publicMethodCommentRequirement Required
68283 src/com/itac/bean/TripDetails.java 311 Parameter 'pickupPoints' is not assigned and could be declared final
68284 src/com/itac/bean/TripDetails.java 311 publicMethodCommentRequirement Required
68285 src/com/itac/bean/TripDetails.java 315 publicMethodCommentRequirement Required
68286 src/com/itac/bean/TripDetails.java 319 Parameter 'tripName' is not assigned and could be declared final
68287 src/com/itac/bean/TripDetails.java 319 publicMethodCommentRequirement Required
68288 src/com/itac/bean/TripDetails.java 323 publicMethodCommentRequirement Required
68289 src/com/itac/bean/TripDetails.java 327 Parameter 'tripDesc' is not assigned and could be declared final
68290 src/com/itac/bean/TripDetails.java 327 publicMethodCommentRequirement Required
68291 src/com/itac/bean/TripDetails.java 331 publicMethodCommentRequirement Required
68292 src/com/itac/bean/TripDetails.java 335 Parameter 'startLat' is not assigned and could be declared final
68293 src/com/itac/bean/TripDetails.java 335 publicMethodCommentRequirement Required
68294 src/com/itac/bean/TripDetails.java 339 publicMethodCommentRequirement Required
68295 src/com/itac/bean/TripDetails.java 343 Parameter 'stopLong' is not assigned and could be declared final
68296 src/com/itac/bean/TripDetails.java 343 publicMethodCommentRequirement Required
68297 src/com/itac/bean/TripDetails.java 347 publicMethodCommentRequirement Required
68298 src/com/itac/bean/TripDetails.java 351 Parameter 'startLong' is not assigned and could be declared final
68299 src/com/itac/bean/TripDetails.java 351 publicMethodCommentRequirement Required
68300 src/com/itac/bean/TripDetails.java 355 publicMethodCommentRequirement Required
68301 src/com/itac/bean/TripDetails.java 359 Parameter 'stopLat' is not assigned and could be declared final
68302 src/com/itac/bean/TripDetails.java 359 publicMethodCommentRequirement Required
68303 src/com/itac/bean/TripDetails.java 363 publicMethodCommentRequirement Required
68304 src/com/itac/bean/TripDetails.java 367 Parameter 'monhours' is not assigned and could be declared final
68305 src/com/itac/bean/TripDetails.java 367 publicMethodCommentRequirement Required
68306 src/com/itac/bean/TripDetails.java 371 publicMethodCommentRequirement Required
68307 src/com/itac/bean/TripDetails.java 375 Parameter 'monmins' is not assigned and could be declared final
68308 src/com/itac/bean/TripDetails.java 375 publicMethodCommentRequirement Required
68309 src/com/itac/bean/TripDetails.java 379 publicMethodCommentRequirement Required
68310 src/com/itac/bean/TripDetails.java 383 Parameter 'ampm' is not assigned and could be declared final
68311 src/com/itac/bean/TripDetails.java 383 publicMethodCommentRequirement Required
68312 src/com/itac/bean/TripDetails.java 387 publicMethodCommentRequirement Required
68313 src/com/itac/bean/TripDetails.java 391 Parameter 'evenhours' is not assigned and could be declared final
68314 src/com/itac/bean/TripDetails.java 391 publicMethodCommentRequirement Required
68315 src/com/itac/bean/TripDetails.java 395 publicMethodCommentRequirement Required
68316 src/com/itac/bean/TripDetails.java 399 Parameter 'evenmins' is not assigned and could be declared final
68317 src/com/itac/bean/TripDetails.java 399 publicMethodCommentRequirement Required
68318 src/com/itac/bean/TripDetails.java 403 publicMethodCommentRequirement Required
68319 src/com/itac/bean/TripDetails.java 407 Parameter 'monDuration' is not assigned and could be declared final
68320 src/com/itac/bean/TripDetails.java 407 publicMethodCommentRequirement Required
68321 src/com/itac/bean/TripDetails.java 411 publicMethodCommentRequirement Required
68322 src/com/itac/bean/TripDetails.java 415 Parameter 'evenDuration' is not assigned and could be declared final
68323 src/com/itac/bean/TripDetails.java 415 publicMethodCommentRequirement Required
68324 src/com/itac/bean/TripDetails.java 419 publicMethodCommentRequirement Required
68325 src/com/itac/bean/TripDetails.java 423 Parameter 'monendhours' is not assigned and could be declared final
68326 src/com/itac/bean/TripDetails.java 423 publicMethodCommentRequirement Required
68327 src/com/itac/bean/TripDetails.java 427 publicMethodCommentRequirement Required
68328 src/com/itac/bean/TripDetails.java 431 Parameter 'monendmins' is not assigned and could be declared final
68329 src/com/itac/bean/TripDetails.java 431 publicMethodCommentRequirement Required
68330 src/com/itac/bean/TripDetails.java 435 publicMethodCommentRequirement Required
68331 src/com/itac/bean/TripDetails.java 439 Parameter 'evenendhours' is not assigned and could be declared final
68332 src/com/itac/bean/TripDetails.java 439 publicMethodCommentRequirement Required
68333 src/com/itac/bean/TripDetails.java 443 publicMethodCommentRequirement Required
68334 src/com/itac/bean/TripDetails.java 447 Parameter 'evenendmins' is not assigned and could be declared final
68335 src/com/itac/bean/TripDetails.java 447 publicMethodCommentRequirement Required
68336 src/com/itac/bean/TripDetails.java 451 publicMethodCommentRequirement Required
68337 src/com/itac/bean/TripDetails.java 455 Parameter 'hasmorning' is not assigned and could be declared final
68338 src/com/itac/bean/TripDetails.java 455 publicMethodCommentRequirement Required
68339 src/com/itac/bean/TripDetails.java 459 publicMethodCommentRequirement Required
68340 src/com/itac/bean/TripDetails.java 463 Parameter 'hasevening' is not assigned and could be declared final
68341 src/com/itac/bean/TripDetails.java 463 publicMethodCommentRequirement Required
68342 src/com/itac/bean/TripDetails.java 467 publicMethodCommentRequirement Required
68343 src/com/itac/bean/TripDetails.java 471 Parameter 'rfidHistories' is not assigned and could be declared final
68344 src/com/itac/bean/TripDetails.java 471 publicMethodCommentRequirement Required
68345 src/com/itac/bean/TripDetails.java 475 publicMethodCommentRequirement Required
68346 src/com/itac/bean/TripDetails.java 479 publicMethodCommentRequirement Required
68347 src/com/itac/bean/TripDetails.java 480 Avoid excessively long variable names like frequentTripDetailses
68348 src/com/itac/bean/TripDetails.java 480 Parameter 'frequentTripDetailses' is not assigned and could be declared final
68349 src/com/itac/bean/TripDetails.java 484 publicMethodCommentRequirement Required
68350 src/com/itac/bean/TripDetails.java 488 Parameter 'alertHistories' is not assigned and could be declared final
68351 src/com/itac/bean/TripDetails.java 488 publicMethodCommentRequirement Required
68352 src/com/itac/bean/TripDetails.java 492 publicMethodCommentRequirement Required
68353 src/com/itac/bean/TripDetails.java 496 Parameter 'tripReferences' is not assigned and could be declared final
68354 src/com/itac/bean/TripDetails.java 496 publicMethodCommentRequirement Required
68355 src/com/itac/bean/TripDetails.java 500 publicMethodCommentRequirement Required
68356 src/com/itac/bean/TripDetails.java 504 Parameter 'fenceReports' is not assigned and could be declared final
68357 src/com/itac/bean/TripDetails.java 504 publicMethodCommentRequirement Required
68358 src/com/itac/bean/TripDetails.java 508 publicMethodCommentRequirement Required
68359 src/com/itac/bean/TripDetails.java 512 Parameter 'usersTripses' is not assigned and could be declared final
68360 src/com/itac/bean/TripDetails.java 512 publicMethodCommentRequirement Required
68361 src/com/itac/bean/TripDetails.java 516 publicMethodCommentRequirement Required
68362 src/com/itac/bean/TripDetails.java 520 Parameter 'tripParameterses' is not assigned and could be declared final
68363 src/com/itac/bean/TripDetails.java 520 publicMethodCommentRequirement Required
68364 src/com/itac/bean/TripDetails.java 524 publicMethodCommentRequirement Required
68365 src/com/itac/bean/TripDetails.java 528 Parameter 'tripAttenders' is not assigned and could be declared final
68366 src/com/itac/bean/TripDetails.java 528 publicMethodCommentRequirement Required
68367 src/com/itac/bean/TripDetails.java 532 publicMethodCommentRequirement Required
68368 src/com/itac/bean/TripDetails.java 536 Parameter 'geofences' is not assigned and could be declared final
68369 src/com/itac/bean/TripDetails.java 536 publicMethodCommentRequirement Required
68370 src/com/itac/bean/TripDeviation.java 10 Classes implementing Serializable should set a serialVersionUID
68371 src/com/itac/bean/TripDeviation.java 12 fieldCommentRequirement Required
68372 src/com/itac/bean/TripDeviation.java 13 fieldCommentRequirement Required
68373 src/com/itac/bean/TripDeviation.java 14 fieldCommentRequirement Required
68374 src/com/itac/bean/TripDeviation.java 15 fieldCommentRequirement Required
68375 src/com/itac/bean/TripDeviation.java 17 Document empty constructor
68376 src/com/itac/bean/TripDeviation.java 17 publicMethodCommentRequirement Required
68377 src/com/itac/bean/TripDeviation.java 20 Parameter 'isSupportTeamOk' is not assigned and could be declared final
68378 src/com/itac/bean/TripDeviation.java 20 Parameter 'time' is not assigned and could be declared final
68379 src/com/itac/bean/TripDeviation.java 20 publicMethodCommentRequirement Required
68380 src/com/itac/bean/TripDeviation.java 25 Parameter 'isSupportTeamOk' is not assigned and could be declared final
68381 src/com/itac/bean/TripDeviation.java 25 Parameter 'tripReference' is not assigned and could be declared final
68382 src/com/itac/bean/TripDeviation.java 25 publicMethodCommentRequirement Required
68383 src/com/itac/bean/TripDeviation.java 26 Parameter 'time' is not assigned and could be declared final
68384 src/com/itac/bean/TripDeviation.java 32 publicMethodCommentRequirement Required
68385 src/com/itac/bean/TripDeviation.java 36 Parameter 'tripDeviationId' is not assigned and could be declared final
68386 src/com/itac/bean/TripDeviation.java 36 publicMethodCommentRequirement Required
68387 src/com/itac/bean/TripDeviation.java 40 publicMethodCommentRequirement Required
68388 src/com/itac/bean/TripDeviation.java 44 Parameter 'tripReference' is not assigned and could be declared final
68389 src/com/itac/bean/TripDeviation.java 44 publicMethodCommentRequirement Required
68390 src/com/itac/bean/TripDeviation.java 48 publicMethodCommentRequirement Required
68391 src/com/itac/bean/TripDeviation.java 52 Parameter 'isSupportTeamOk' is not assigned and could be declared final
68392 src/com/itac/bean/TripDeviation.java 52 publicMethodCommentRequirement Required
68393 src/com/itac/bean/TripDeviation.java 56 publicMethodCommentRequirement Required
68394 src/com/itac/bean/TripDeviation.java 60 Parameter 'time' is not assigned and could be declared final
68395 src/com/itac/bean/TripDeviation.java 60 publicMethodCommentRequirement Required
68396 src/com/itac/bean/TripMsgParams.java 8 Classes implementing Serializable should set a serialVersionUID
68397 src/com/itac/bean/TripMsgParams.java 10 fieldCommentRequirement Required
68398 src/com/itac/bean/TripMsgParams.java 11 fieldCommentRequirement Required
68399 src/com/itac/bean/TripMsgParams.java 12 fieldCommentRequirement Required
68400 src/com/itac/bean/TripMsgParams.java 13 fieldCommentRequirement Required
68401 src/com/itac/bean/TripMsgParams.java 14 fieldCommentRequirement Required
68402 src/com/itac/bean/TripMsgParams.java 15 fieldCommentRequirement Required
68403 src/com/itac/bean/TripMsgParams.java 17 Document empty constructor
68404 src/com/itac/bean/TripMsgParams.java 17 publicMethodCommentRequirement Required
68405 src/com/itac/bean/TripMsgParams.java 20 Parameter 'tripParameters' is not assigned and could be declared final
68406 src/com/itac/bean/TripMsgParams.java 20 publicMethodCommentRequirement Required
68407 src/com/itac/bean/TripMsgParams.java 24 Parameter 'msgRoute' is not assigned and could be declared final
68408 src/com/itac/bean/TripMsgParams.java 24 Parameter 'tripParameters' is not assigned and could be declared final
68409 src/com/itac/bean/TripMsgParams.java 24 publicMethodCommentRequirement Required
68410 src/com/itac/bean/TripMsgParams.java 25 Parameter 'msgId' is not assigned and could be declared final
68411 src/com/itac/bean/TripMsgParams.java 25 Parameter 'msgLength' is not assigned and could be declared final
68412 src/com/itac/bean/TripMsgParams.java 25 Parameter 'userMsg' is not assigned and could be declared final
68413 src/com/itac/bean/TripMsgParams.java 33 publicMethodCommentRequirement Required
68414 src/com/itac/bean/TripMsgParams.java 37 Parameter 'tripMsgId' is not assigned and could be declared final
68415 src/com/itac/bean/TripMsgParams.java 37 publicMethodCommentRequirement Required
68416 src/com/itac/bean/TripMsgParams.java 41 publicMethodCommentRequirement Required
68417 src/com/itac/bean/TripMsgParams.java 45 Parameter 'tripParameters' is not assigned and could be declared final
68418 src/com/itac/bean/TripMsgParams.java 45 publicMethodCommentRequirement Required
68419 src/com/itac/bean/TripMsgParams.java 49 publicMethodCommentRequirement Required
68420 src/com/itac/bean/TripMsgParams.java 53 Parameter 'msgRoute' is not assigned and could be declared final
68421 src/com/itac/bean/TripMsgParams.java 53 publicMethodCommentRequirement Required
68422 src/com/itac/bean/TripMsgParams.java 57 publicMethodCommentRequirement Required
68423 src/com/itac/bean/TripMsgParams.java 61 Parameter 'msgId' is not assigned and could be declared final
68424 src/com/itac/bean/TripMsgParams.java 61 publicMethodCommentRequirement Required
68425 src/com/itac/bean/TripMsgParams.java 65 publicMethodCommentRequirement Required
68426 src/com/itac/bean/TripMsgParams.java 69 Parameter 'msgLength' is not assigned and could be declared final
68427 src/com/itac/bean/TripMsgParams.java 69 publicMethodCommentRequirement Required
68428 src/com/itac/bean/TripMsgParams.java 73 publicMethodCommentRequirement Required
68429 src/com/itac/bean/TripMsgParams.java 77 Parameter 'userMsg' is not assigned and could be declared final
68430 src/com/itac/bean/TripMsgParams.java 77 publicMethodCommentRequirement Required
68431 src/com/itac/bean/TripParameters.java 12 Classes implementing Serializable should set a serialVersionUID
68432 src/com/itac/bean/TripParameters.java 12 Too many fields
68433 src/com/itac/bean/TripParameters.java 14 fieldCommentRequirement Required
68434 src/com/itac/bean/TripParameters.java 15 fieldCommentRequirement Required
68435 src/com/itac/bean/TripParameters.java 16 fieldCommentRequirement Required
68436 src/com/itac/bean/TripParameters.java 17 fieldCommentRequirement Required
68437 src/com/itac/bean/TripParameters.java 18 fieldCommentRequirement Required
68438 src/com/itac/bean/TripParameters.java 19 fieldCommentRequirement Required
68439 src/com/itac/bean/TripParameters.java 20 fieldCommentRequirement Required
68440 src/com/itac/bean/TripParameters.java 21 fieldCommentRequirement Required
68441 src/com/itac/bean/TripParameters.java 22 fieldCommentRequirement Required
68442 src/com/itac/bean/TripParameters.java 23 fieldCommentRequirement Required
68443 src/com/itac/bean/TripParameters.java 24 fieldCommentRequirement Required
68444 src/com/itac/bean/TripParameters.java 25 fieldCommentRequirement Required
68445 src/com/itac/bean/TripParameters.java 26 fieldCommentRequirement Required
68446 src/com/itac/bean/TripParameters.java 27 fieldCommentRequirement Required
68447 src/com/itac/bean/TripParameters.java 28 fieldCommentRequirement Required
68448 src/com/itac/bean/TripParameters.java 29 fieldCommentRequirement Required
68449 src/com/itac/bean/TripParameters.java 30 fieldCommentRequirement Required
68450 src/com/itac/bean/TripParameters.java 31 fieldCommentRequirement Required
68451 src/com/itac/bean/TripParameters.java 32 fieldCommentRequirement Required
68452 src/com/itac/bean/TripParameters.java 33 fieldCommentRequirement Required
68453 src/com/itac/bean/TripParameters.java 34 fieldCommentRequirement Required
68454 src/com/itac/bean/TripParameters.java 36 Document empty constructor
68455 src/com/itac/bean/TripParameters.java 36 publicMethodCommentRequirement Required
68456 src/com/itac/bean/TripParameters.java 39 Parameter 'creationTime' is not assigned and could be declared final
68457 src/com/itac/bean/TripParameters.java 39 Parameter 'dbinsertTime' is not assigned and could be declared final
68458 src/com/itac/bean/TripParameters.java 39 publicMethodCommentRequirement Required
68459 src/com/itac/bean/TripParameters.java 44 Avoid long parameter lists.
68460 src/com/itac/bean/TripParameters.java 44 Parameter 'tripDetails' is not assigned and could be declared final
68461 src/com/itac/bean/TripParameters.java 44 publicMethodCommentRequirement Required
68462 src/com/itac/bean/TripParameters.java 45 Parameter 'reportRef' is not assigned and could be declared final
68463 src/com/itac/bean/TripParameters.java 45 Parameter 'vehicleDetails' is not assigned and could be declared final
68464 src/com/itac/bean/TripParameters.java 46 Parameter 'heading' is not assigned and could be declared final
68465 src/com/itac/bean/TripParameters.java 46 Parameter 'lattitude' is not assigned and could be declared final
68466 src/com/itac/bean/TripParameters.java 46 Parameter 'longitude' is not assigned and could be declared final
68467 src/com/itac/bean/TripParameters.java 46 Parameter 'speed' is not assigned and could be declared final
68468 src/com/itac/bean/TripParameters.java 47 Parameter 'address' is not assigned and could be declared final
68469 src/com/itac/bean/TripParameters.java 47 Parameter 'altitude' is not assigned and could be declared final
68470 src/com/itac/bean/TripParameters.java 48 Parameter 'fuelContent' is not assigned and could be declared final
68471 src/com/itac/bean/TripParameters.java 49 Parameter 'creationTime' is not assigned and could be declared final
68472 src/com/itac/bean/TripParameters.java 50 Parameter 'batteryStatus' is not assigned and could be declared final
68473 src/com/itac/bean/TripParameters.java 50 Parameter 'dbinsertTime' is not assigned and could be declared final
68474 src/com/itac/bean/TripParameters.java 50 Parameter 'gsmStatus' is not assigned and could be declared final
68475 src/com/itac/bean/TripParameters.java 51 Parameter 'cellId' is not assigned and could be declared final
68476 src/com/itac/bean/TripParameters.java 51 Parameter 'distance' is not assigned and could be declared final
68477 src/com/itac/bean/TripParameters.java 52 Parameter 'fuelHistories' is not assigned and could be declared final
68478 src/com/itac/bean/TripParameters.java 52 Parameter 'tripMsgParamses' is not assigned and could be declared final
68479 src/com/itac/bean/TripParameters.java 53 Parameter 'alertHistories' is not assigned and could be declared final
68480 src/com/itac/bean/TripParameters.java 53 Parameter 'metaFuels' is not assigned and could be declared final
68481 src/com/itac/bean/TripParameters.java 78 publicMethodCommentRequirement Required
68482 src/com/itac/bean/TripParameters.java 82 Parameter 'tripParamid' is not assigned and could be declared final
68483 src/com/itac/bean/TripParameters.java 82 publicMethodCommentRequirement Required
68484 src/com/itac/bean/TripParameters.java 86 publicMethodCommentRequirement Required
68485 src/com/itac/bean/TripParameters.java 90 Parameter 'tripDetails' is not assigned and could be declared final
68486 src/com/itac/bean/TripParameters.java 90 publicMethodCommentRequirement Required
68487 src/com/itac/bean/TripParameters.java 94 publicMethodCommentRequirement Required
68488 src/com/itac/bean/TripParameters.java 98 Parameter 'vehicleDetails' is not assigned and could be declared final
68489 src/com/itac/bean/TripParameters.java 98 publicMethodCommentRequirement Required
68490 src/com/itac/bean/TripParameters.java 102 publicMethodCommentRequirement Required
68491 src/com/itac/bean/TripParameters.java 106 Parameter 'reportRef' is not assigned and could be declared final
68492 src/com/itac/bean/TripParameters.java 106 publicMethodCommentRequirement Required
68493 src/com/itac/bean/TripParameters.java 110 publicMethodCommentRequirement Required
68494 src/com/itac/bean/TripParameters.java 114 Parameter 'lattitude' is not assigned and could be declared final
68495 src/com/itac/bean/TripParameters.java 114 publicMethodCommentRequirement Required
68496 src/com/itac/bean/TripParameters.java 118 publicMethodCommentRequirement Required
68497 src/com/itac/bean/TripParameters.java 122 Parameter 'longitude' is not assigned and could be declared final
68498 src/com/itac/bean/TripParameters.java 122 publicMethodCommentRequirement Required
68499 src/com/itac/bean/TripParameters.java 126 publicMethodCommentRequirement Required
68500 src/com/itac/bean/TripParameters.java 130 Parameter 'speed' is not assigned and could be declared final
68501 src/com/itac/bean/TripParameters.java 130 publicMethodCommentRequirement Required
68502 src/com/itac/bean/TripParameters.java 134 publicMethodCommentRequirement Required
68503 src/com/itac/bean/TripParameters.java 138 Parameter 'heading' is not assigned and could be declared final
68504 src/com/itac/bean/TripParameters.java 138 publicMethodCommentRequirement Required
68505 src/com/itac/bean/TripParameters.java 142 publicMethodCommentRequirement Required
68506 src/com/itac/bean/TripParameters.java 146 Parameter 'altitude' is not assigned and could be declared final
68507 src/com/itac/bean/TripParameters.java 146 publicMethodCommentRequirement Required
68508 src/com/itac/bean/TripParameters.java 150 publicMethodCommentRequirement Required
68509 src/com/itac/bean/TripParameters.java 154 Parameter 'address' is not assigned and could be declared final
68510 src/com/itac/bean/TripParameters.java 154 publicMethodCommentRequirement Required
68511 src/com/itac/bean/TripParameters.java 158 publicMethodCommentRequirement Required
68512 src/com/itac/bean/TripParameters.java 162 Parameter 'fuelContent' is not assigned and could be declared final
68513 src/com/itac/bean/TripParameters.java 162 publicMethodCommentRequirement Required
68514 src/com/itac/bean/TripParameters.java 166 publicMethodCommentRequirement Required
68515 src/com/itac/bean/TripParameters.java 170 Parameter 'creationTime' is not assigned and could be declared final
68516 src/com/itac/bean/TripParameters.java 170 publicMethodCommentRequirement Required
68517 src/com/itac/bean/TripParameters.java 174 publicMethodCommentRequirement Required
68518 src/com/itac/bean/TripParameters.java 178 Parameter 'batteryStatus' is not assigned and could be declared final
68519 src/com/itac/bean/TripParameters.java 178 publicMethodCommentRequirement Required
68520 src/com/itac/bean/TripParameters.java 182 publicMethodCommentRequirement Required
68521 src/com/itac/bean/TripParameters.java 186 Parameter 'dbinsertTime' is not assigned and could be declared final
68522 src/com/itac/bean/TripParameters.java 186 publicMethodCommentRequirement Required
68523 src/com/itac/bean/TripParameters.java 190 publicMethodCommentRequirement Required
68524 src/com/itac/bean/TripParameters.java 194 Parameter 'gsmStatus' is not assigned and could be declared final
68525 src/com/itac/bean/TripParameters.java 194 publicMethodCommentRequirement Required
68526 src/com/itac/bean/TripParameters.java 198 publicMethodCommentRequirement Required
68527 src/com/itac/bean/TripParameters.java 202 Parameter 'cellId' is not assigned and could be declared final
68528 src/com/itac/bean/TripParameters.java 202 publicMethodCommentRequirement Required
68529 src/com/itac/bean/TripParameters.java 206 publicMethodCommentRequirement Required
68530 src/com/itac/bean/TripParameters.java 210 Parameter 'distance' is not assigned and could be declared final
68531 src/com/itac/bean/TripParameters.java 210 publicMethodCommentRequirement Required
68532 src/com/itac/bean/TripParameters.java 214 publicMethodCommentRequirement Required
68533 src/com/itac/bean/TripParameters.java 218 Parameter 'tripMsgParamses' is not assigned and could be declared final
68534 src/com/itac/bean/TripParameters.java 218 publicMethodCommentRequirement Required
68535 src/com/itac/bean/TripParameters.java 222 publicMethodCommentRequirement Required
68536 src/com/itac/bean/TripParameters.java 226 Parameter 'fuelHistories' is not assigned and could be declared final
68537 src/com/itac/bean/TripParameters.java 226 publicMethodCommentRequirement Required
68538 src/com/itac/bean/TripParameters.java 230 publicMethodCommentRequirement Required
68539 src/com/itac/bean/TripParameters.java 234 Parameter 'alertHistories' is not assigned and could be declared final
68540 src/com/itac/bean/TripParameters.java 234 publicMethodCommentRequirement Required
68541 src/com/itac/bean/TripParameters.java 238 publicMethodCommentRequirement Required
68542 src/com/itac/bean/TripParameters.java 242 Parameter 'metaFuels' is not assigned and could be declared final
68543 src/com/itac/bean/TripParameters.java 242 publicMethodCommentRequirement Required
68544 src/com/itac/bean/TripReference.java 12 Classes implementing Serializable should set a serialVersionUID
68545 src/com/itac/bean/TripReference.java 14 fieldCommentRequirement Required
68546 src/com/itac/bean/TripReference.java 15 fieldCommentRequirement Required
68547 src/com/itac/bean/TripReference.java 16 fieldCommentRequirement Required
68548 src/com/itac/bean/TripReference.java 17 fieldCommentRequirement Required
68549 src/com/itac/bean/TripReference.java 18 fieldCommentRequirement Required
68550 src/com/itac/bean/TripReference.java 19 fieldCommentRequirement Required
68551 src/com/itac/bean/TripReference.java 20 fieldCommentRequirement Required
68552 src/com/itac/bean/TripReference.java 21 Avoid excessively long variable names like tripRecurrentLocations
68553 src/com/itac/bean/TripReference.java 21 fieldCommentRequirement Required
68554 src/com/itac/bean/TripReference.java 22 Avoid excessively long variable names like tripTraversalsForTripid
68555 src/com/itac/bean/TripReference.java 22 fieldCommentRequirement Required
68556 src/com/itac/bean/TripReference.java 24 Avoid excessively long variable names like tripTraversalsForTripPointId
68557 src/com/itac/bean/TripReference.java 24 fieldCommentRequirement Required
68558 src/com/itac/bean/TripReference.java 26 fieldCommentRequirement Required
68559 src/com/itac/bean/TripReference.java 28 Document empty constructor
68560 src/com/itac/bean/TripReference.java 28 publicMethodCommentRequirement Required
68561 src/com/itac/bean/TripReference.java 31 Parameter 'tripPointTime' is not assigned and could be declared final
68562 src/com/itac/bean/TripReference.java 31 Parameter 'tripSession' is not assigned and could be declared final
68563 src/com/itac/bean/TripReference.java 31 publicMethodCommentRequirement Required
68564 src/com/itac/bean/TripReference.java 36 Avoid long parameter lists.
68565 src/com/itac/bean/TripReference.java 36 Parameter 'tripDetails' is not assigned and could be declared final
68566 src/com/itac/bean/TripReference.java 36 Parameter 'tripPointName' is not assigned and could be declared final
68567 src/com/itac/bean/TripReference.java 36 publicMethodCommentRequirement Required
68568 src/com/itac/bean/TripReference.java 37 Parameter 'latitude' is not assigned and could be declared final
68569 src/com/itac/bean/TripReference.java 37 Parameter 'longitude' is not assigned and could be declared final
68570 src/com/itac/bean/TripReference.java 37 Parameter 'tripPointTime' is not assigned and could be declared final
68571 src/com/itac/bean/TripReference.java 38 Avoid excessively long variable names like tripRecurrentLocations
68572 src/com/itac/bean/TripReference.java 38 Parameter 'tripRecurrentLocations' is not assigned and could be declared final
68573 src/com/itac/bean/TripReference.java 38 Parameter 'tripSession' is not assigned and could be declared final
68574 src/com/itac/bean/TripReference.java 39 Avoid excessively long variable names like tripTraversalsForTripid
68575 src/com/itac/bean/TripReference.java 39 Parameter 'tripTraversalsForTripid' is not assigned and could be declared final
68576 src/com/itac/bean/TripReference.java 40 Avoid excessively long variable names like tripTraversalsForTripPointId
68577 src/com/itac/bean/TripReference.java 40 Parameter 'tripTraversalsForTripPointId' is not assigned and could be declared final
68578 src/com/itac/bean/TripReference.java 41 Parameter 'tripDeviations' is not assigned and could be declared final
68579 src/com/itac/bean/TripReference.java 54 publicMethodCommentRequirement Required
68580 src/com/itac/bean/TripReference.java 58 Parameter 'tripPointId' is not assigned and could be declared final
68581 src/com/itac/bean/TripReference.java 58 publicMethodCommentRequirement Required
68582 src/com/itac/bean/TripReference.java 62 publicMethodCommentRequirement Required
68583 src/com/itac/bean/TripReference.java 66 Parameter 'tripDetails' is not assigned and could be declared final
68584 src/com/itac/bean/TripReference.java 66 publicMethodCommentRequirement Required
68585 src/com/itac/bean/TripReference.java 70 publicMethodCommentRequirement Required
68586 src/com/itac/bean/TripReference.java 74 Parameter 'tripPointName' is not assigned and could be declared final
68587 src/com/itac/bean/TripReference.java 74 publicMethodCommentRequirement Required
68588 src/com/itac/bean/TripReference.java 78 publicMethodCommentRequirement Required
68589 src/com/itac/bean/TripReference.java 82 Parameter 'latitude' is not assigned and could be declared final
68590 src/com/itac/bean/TripReference.java 82 publicMethodCommentRequirement Required
68591 src/com/itac/bean/TripReference.java 86 publicMethodCommentRequirement Required
68592 src/com/itac/bean/TripReference.java 90 Parameter 'longitude' is not assigned and could be declared final
68593 src/com/itac/bean/TripReference.java 90 publicMethodCommentRequirement Required
68594 src/com/itac/bean/TripReference.java 94 publicMethodCommentRequirement Required
68595 src/com/itac/bean/TripReference.java 98 Parameter 'tripPointTime' is not assigned and could be declared final
68596 src/com/itac/bean/TripReference.java 98 publicMethodCommentRequirement Required
68597 src/com/itac/bean/TripReference.java 102 publicMethodCommentRequirement Required
68598 src/com/itac/bean/TripReference.java 106 Parameter 'tripSession' is not assigned and could be declared final
68599 src/com/itac/bean/TripReference.java 106 publicMethodCommentRequirement Required
68600 src/com/itac/bean/TripReference.java 110 publicMethodCommentRequirement Required
68601 src/com/itac/bean/TripReference.java 114 Avoid excessively long variable names like tripRecurrentLocations
68602 src/com/itac/bean/TripReference.java 114 Parameter 'tripRecurrentLocations' is not assigned and could be declared final
68603 src/com/itac/bean/TripReference.java 114 publicMethodCommentRequirement Required
68604 src/com/itac/bean/TripReference.java 118 publicMethodCommentRequirement Required
68605 src/com/itac/bean/TripReference.java 122 publicMethodCommentRequirement Required
68606 src/com/itac/bean/TripReference.java 123 Avoid excessively long variable names like tripTraversalsForTripid
68607 src/com/itac/bean/TripReference.java 123 Parameter 'tripTraversalsForTripid' is not assigned and could be declared final
68608 src/com/itac/bean/TripReference.java 127 publicMethodCommentRequirement Required
68609 src/com/itac/bean/TripReference.java 131 publicMethodCommentRequirement Required
68610 src/com/itac/bean/TripReference.java 132 Avoid excessively long variable names like tripTraversalsForTripPointId
68611 src/com/itac/bean/TripReference.java 132 Parameter 'tripTraversalsForTripPointId' is not assigned and could be declared final
68612 src/com/itac/bean/TripReference.java 136 publicMethodCommentRequirement Required
68613 src/com/itac/bean/TripReference.java 140 Parameter 'tripDeviations' is not assigned and could be declared final
68614 src/com/itac/bean/TripReference.java 140 publicMethodCommentRequirement Required
68615 src/com/itac/bean/TripTraversal.java 10 Classes implementing Serializable should set a serialVersionUID
68616 src/com/itac/bean/TripTraversal.java 12 fieldCommentRequirement Required
68617 src/com/itac/bean/TripTraversal.java 13 Avoid excessively long variable names like tripReferenceByTripid
68618 src/com/itac/bean/TripTraversal.java 13 fieldCommentRequirement Required
68619 src/com/itac/bean/TripTraversal.java 14 Avoid excessively long variable names like tripReferenceByTripPointId
68620 src/com/itac/bean/TripTraversal.java 14 fieldCommentRequirement Required
68621 src/com/itac/bean/TripTraversal.java 15 fieldCommentRequirement Required
68622 src/com/itac/bean/TripTraversal.java 16 fieldCommentRequirement Required
68623 src/com/itac/bean/TripTraversal.java 17 Avoid excessively long variable names like tripPointTraversalTime
68624 src/com/itac/bean/TripTraversal.java 17 fieldCommentRequirement Required
68625 src/com/itac/bean/TripTraversal.java 19 Document empty constructor
68626 src/com/itac/bean/TripTraversal.java 19 publicMethodCommentRequirement Required
68627 src/com/itac/bean/TripTraversal.java 22 Avoid excessively long variable names like tripPointTraversalTime
68628 src/com/itac/bean/TripTraversal.java 22 Parameter 'tripPointTraversalTime' is not assigned and could be declared final
68629 src/com/itac/bean/TripTraversal.java 22 publicMethodCommentRequirement Required
68630 src/com/itac/bean/TripTraversal.java 26 Avoid excessively long variable names like tripReferenceByTripid
68631 src/com/itac/bean/TripTraversal.java 26 Parameter 'tripReferenceByTripid' is not assigned and could be declared final
68632 src/com/itac/bean/TripTraversal.java 26 publicMethodCommentRequirement Required
68633 src/com/itac/bean/TripTraversal.java 27 Avoid excessively long variable names like tripReferenceByTripPointId
68634 src/com/itac/bean/TripTraversal.java 27 Parameter 'hasTraversed' is not assigned and could be declared final
68635 src/com/itac/bean/TripTraversal.java 27 Parameter 'tripReferenceByTripPointId' is not assigned and could be declared final
68636 src/com/itac/bean/TripTraversal.java 28 Avoid excessively long variable names like tripPointTraversalTime
68637 src/com/itac/bean/TripTraversal.java 28 Parameter 'isSupportTeamOk' is not assigned and could be declared final
68638 src/com/itac/bean/TripTraversal.java 28 Parameter 'tripPointTraversalTime' is not assigned and could be declared final
68639 src/com/itac/bean/TripTraversal.java 36 publicMethodCommentRequirement Required
68640 src/com/itac/bean/TripTraversal.java 40 Parameter 'tripTraversalId' is not assigned and could be declared final
68641 src/com/itac/bean/TripTraversal.java 40 publicMethodCommentRequirement Required
68642 src/com/itac/bean/TripTraversal.java 44 publicMethodCommentRequirement Required
68643 src/com/itac/bean/TripTraversal.java 48 Avoid excessively long variable names like tripReferenceByTripid
68644 src/com/itac/bean/TripTraversal.java 48 Parameter 'tripReferenceByTripid' is not assigned and could be declared final
68645 src/com/itac/bean/TripTraversal.java 48 publicMethodCommentRequirement Required
68646 src/com/itac/bean/TripTraversal.java 52 publicMethodCommentRequirement Required
68647 src/com/itac/bean/TripTraversal.java 56 publicMethodCommentRequirement Required
68648 src/com/itac/bean/TripTraversal.java 57 Avoid excessively long variable names like tripReferenceByTripPointId
68649 src/com/itac/bean/TripTraversal.java 57 Parameter 'tripReferenceByTripPointId' is not assigned and could be declared final
68650 src/com/itac/bean/TripTraversal.java 61 publicMethodCommentRequirement Required
68651 src/com/itac/bean/TripTraversal.java 65 Parameter 'hasTraversed' is not assigned and could be declared final
68652 src/com/itac/bean/TripTraversal.java 65 publicMethodCommentRequirement Required
68653 src/com/itac/bean/TripTraversal.java 69 publicMethodCommentRequirement Required
68654 src/com/itac/bean/TripTraversal.java 73 Parameter 'isSupportTeamOk' is not assigned and could be declared final
68655 src/com/itac/bean/TripTraversal.java 73 publicMethodCommentRequirement Required
68656 src/com/itac/bean/TripTraversal.java 77 publicMethodCommentRequirement Required
68657 src/com/itac/bean/TripTraversal.java 81 Avoid excessively long variable names like tripPointTraversalTime
68658 src/com/itac/bean/TripTraversal.java 81 Parameter 'tripPointTraversalTime' is not assigned and could be declared final
68659 src/com/itac/bean/TripTraversal.java 81 publicMethodCommentRequirement Required
68660 src/com/itac/bean/User.java 1 This class has a bunch of public methods and attributes
68661 src/com/itac/bean/User.java 12 A Classname should have a minimum of five characters
68662 src/com/itac/bean/User.java 12 Classes implementing Serializable should set a serialVersionUID
68663 src/com/itac/bean/User.java 12 Too many fields
68664 src/com/itac/bean/User.java 14 fieldCommentRequirement Required
68665 src/com/itac/bean/User.java 15 fieldCommentRequirement Required
68666 src/com/itac/bean/User.java 16 fieldCommentRequirement Required
68667 src/com/itac/bean/User.java 17 fieldCommentRequirement Required
68668 src/com/itac/bean/User.java 18 fieldCommentRequirement Required
68669 src/com/itac/bean/User.java 19 fieldCommentRequirement Required
68670 src/com/itac/bean/User.java 20 fieldCommentRequirement Required
68671 src/com/itac/bean/User.java 21 fieldCommentRequirement Required
68672 src/com/itac/bean/User.java 22 fieldCommentRequirement Required
68673 src/com/itac/bean/User.java 23 fieldCommentRequirement Required
68674 src/com/itac/bean/User.java 24 Avoid excessively long variable names like passwordModifiedDate
68675 src/com/itac/bean/User.java 24 fieldCommentRequirement Required
68676 src/com/itac/bean/User.java 25 Avoid excessively long variable names like reminderQueryQuestion
68677 src/com/itac/bean/User.java 25 fieldCommentRequirement Required
68678 src/com/itac/bean/User.java 26 Avoid excessively long variable names like reminderQueryAnswer
68679 src/com/itac/bean/User.java 26 fieldCommentRequirement Required
68680 src/com/itac/bean/User.java 27 fieldCommentRequirement Required
68681 src/com/itac/bean/User.java 28 fieldCommentRequirement Required
68682 src/com/itac/bean/User.java 29 fieldCommentRequirement Required
68683 src/com/itac/bean/User.java 30 fieldCommentRequirement Required
68684 src/com/itac/bean/User.java 31 fieldCommentRequirement Required
68685 src/com/itac/bean/User.java 32 fieldCommentRequirement Required
68686 src/com/itac/bean/User.java 33 fieldCommentRequirement Required
68687 src/com/itac/bean/User.java 34 fieldCommentRequirement Required
68688 src/com/itac/bean/User.java 35 fieldCommentRequirement Required
68689 src/com/itac/bean/User.java 36 fieldCommentRequirement Required
68690 src/com/itac/bean/User.java 37 fieldCommentRequirement Required
68691 src/com/itac/bean/User.java 38 fieldCommentRequirement Required
68692 src/com/itac/bean/User.java 39 fieldCommentRequirement Required
68693 src/com/itac/bean/User.java 40 fieldCommentRequirement Required
68694 src/com/itac/bean/User.java 41 fieldCommentRequirement Required
68695 src/com/itac/bean/User.java 42 fieldCommentRequirement Required
68696 src/com/itac/bean/User.java 43 fieldCommentRequirement Required
68697 src/com/itac/bean/User.java 44 Avoid excessively long variable names like lastFailedLoginDate
68698 src/com/itac/bean/User.java 44 fieldCommentRequirement Required
68699 src/com/itac/bean/User.java 45 Avoid excessively long variable names like failedLoginAttempts
68700 src/com/itac/bean/User.java 45 fieldCommentRequirement Required
68701 src/com/itac/bean/User.java 46 fieldCommentRequirement Required
68702 src/com/itac/bean/User.java 47 fieldCommentRequirement Required
68703 src/com/itac/bean/User.java 48 Avoid excessively long variable names like agreedToTermsOfUse
68704 src/com/itac/bean/User.java 48 fieldCommentRequirement Required
68705 src/com/itac/bean/User.java 49 fieldCommentRequirement Required
68706 src/com/itac/bean/User.java 50 Avoid excessively long variable names like socialContributionEquity
68707 src/com/itac/bean/User.java 50 fieldCommentRequirement Required
68708 src/com/itac/bean/User.java 51 Avoid excessively long variable names like socialParticipationEquity
68709 src/com/itac/bean/User.java 51 fieldCommentRequirement Required
68710 src/com/itac/bean/User.java 52 Avoid excessively long variable names like socialPersonalEquity
68711 src/com/itac/bean/User.java 52 fieldCommentRequirement Required
68712 src/com/itac/bean/User.java 53 fieldCommentRequirement Required
68713 src/com/itac/bean/User.java 54 fieldCommentRequirement Required
68714 src/com/itac/bean/User.java 55 fieldCommentRequirement Required
68715 src/com/itac/bean/User.java 56 fieldCommentRequirement Required
68716 src/com/itac/bean/User.java 57 fieldCommentRequirement Required
68717 src/com/itac/bean/User.java 59 fieldCommentRequirement Required
68718 src/com/itac/bean/User.java 60 fieldCommentRequirement Required
68719 src/com/itac/bean/User.java 61 fieldCommentRequirement Required
68720 src/com/itac/bean/User.java 63 Document empty constructor
68721 src/com/itac/bean/User.java 63 publicMethodCommentRequirement Required
68722 src/com/itac/bean/User.java 66 Parameter 'userId' is not assigned and could be declared final
68723 src/com/itac/bean/User.java 66 publicMethodCommentRequirement Required
68724 src/com/itac/bean/User.java 70 Avoid long parameter lists.
68725 src/com/itac/bean/User.java 70 Parameter 'companyId' is not assigned and could be declared final
68726 src/com/itac/bean/User.java 70 Parameter 'createDate' is not assigned and could be declared final
68727 src/com/itac/bean/User.java 70 Parameter 'userId' is not assigned and could be declared final
68728 src/com/itac/bean/User.java 70 Parameter 'uuid' is not assigned and could be declared final
68729 src/com/itac/bean/User.java 70 publicMethodCommentRequirement Required
68730 src/com/itac/bean/User.java 71 Parameter 'contactId' is not assigned and could be declared final
68731 src/com/itac/bean/User.java 71 Parameter 'defaultUser' is not assigned and could be declared final
68732 src/com/itac/bean/User.java 71 Parameter 'modifiedDate' is not assigned and could be declared final
68733 src/com/itac/bean/User.java 72 Parameter 'password' is not assigned and could be declared final
68734 src/com/itac/bean/User.java 72 Parameter 'passwordEncrypted' is not assigned and could be declared final
68735 src/com/itac/bean/User.java 72 Parameter 'passwordReset' is not assigned and could be declared final
68736 src/com/itac/bean/User.java 73 Avoid excessively long variable names like passwordModifiedDate
68737 src/com/itac/bean/User.java 73 Avoid excessively long variable names like reminderQueryQuestion
68738 src/com/itac/bean/User.java 73 Parameter 'passwordModifiedDate' is not assigned and could be declared final
68739 src/com/itac/bean/User.java 73 Parameter 'reminderQueryQuestion' is not assigned and could be declared final
68740 src/com/itac/bean/User.java 74 Avoid excessively long variable names like reminderQueryAnswer
68741 src/com/itac/bean/User.java 74 Parameter 'graceLoginCount' is not assigned and could be declared final
68742 src/com/itac/bean/User.java 74 Parameter 'reminderQueryAnswer' is not assigned and could be declared final
68743 src/com/itac/bean/User.java 75 Parameter 'emailAddress' is not assigned and could be declared final
68744 src/com/itac/bean/User.java 75 Parameter 'openId' is not assigned and could be declared final
68745 src/com/itac/bean/User.java 75 Parameter 'screenName' is not assigned and could be declared final
68746 src/com/itac/bean/User.java 76 Parameter 'languageId' is not assigned and could be declared final
68747 src/com/itac/bean/User.java 76 Parameter 'portraitId' is not assigned and could be declared final
68748 src/com/itac/bean/User.java 76 Parameter 'timeZoneId' is not assigned and could be declared final
68749 src/com/itac/bean/User.java 77 Parameter 'comments' is not assigned and could be declared final
68750 src/com/itac/bean/User.java 77 Parameter 'firstName' is not assigned and could be declared final
68751 src/com/itac/bean/User.java 77 Parameter 'greeting' is not assigned and could be declared final
68752 src/com/itac/bean/User.java 78 Parameter 'jobTitle' is not assigned and could be declared final
68753 src/com/itac/bean/User.java 78 Parameter 'lastName' is not assigned and could be declared final
68754 src/com/itac/bean/User.java 78 Parameter 'middleName' is not assigned and could be declared final
68755 src/com/itac/bean/User.java 79 Parameter 'lastLoginDate' is not assigned and could be declared final
68756 src/com/itac/bean/User.java 79 Parameter 'loginDate' is not assigned and could be declared final
68757 src/com/itac/bean/User.java 79 Parameter 'loginIp' is not assigned and could be declared final
68758 src/com/itac/bean/User.java 80 Avoid excessively long variable names like lastFailedLoginDate
68759 src/com/itac/bean/User.java 80 Parameter 'lastFailedLoginDate' is not assigned and could be declared final
68760 src/com/itac/bean/User.java 80 Parameter 'lastLoginIp' is not assigned and could be declared final
68761 src/com/itac/bean/User.java 81 Avoid excessively long variable names like failedLoginAttempts
68762 src/com/itac/bean/User.java 81 Parameter 'failedLoginAttempts' is not assigned and could be declared final
68763 src/com/itac/bean/User.java 81 Parameter 'lockout' is not assigned and could be declared final
68764 src/com/itac/bean/User.java 81 Parameter 'lockoutDate' is not assigned and could be declared final
68765 src/com/itac/bean/User.java 82 Avoid excessively long variable names like agreedToTermsOfUse
68766 src/com/itac/bean/User.java 82 Parameter 'active' is not assigned and could be declared final
68767 src/com/itac/bean/User.java 82 Parameter 'agreedToTermsOfUse' is not assigned and could be declared final
68768 src/com/itac/bean/User.java 83 Avoid excessively long variable names like socialContributionEquity
68769 src/com/itac/bean/User.java 83 Avoid excessively long variable names like socialParticipationEquity
68770 src/com/itac/bean/User.java 83 Parameter 'socialContributionEquity' is not assigned and could be declared final
68771 src/com/itac/bean/User.java 83 Parameter 'socialParticipationEquity' is not assigned and could be declared final
68772 src/com/itac/bean/User.java 84 Avoid excessively long variable names like socialPersonalEquity
68773 src/com/itac/bean/User.java 84 Parameter 'digest' is not assigned and could be declared final
68774 src/com/itac/bean/User.java 84 Parameter 'facebookId' is not assigned and could be declared final
68775 src/com/itac/bean/User.java 84 Parameter 'socialPersonalEquity' is not assigned and could be declared final
68776 src/com/itac/bean/User.java 85 Parameter 'admissionNo' is not assigned and could be declared final
68777 src/com/itac/bean/User.java 85 Parameter 'tripDetailses' is not assigned and could be declared final
68778 src/com/itac/bean/User.java 86 Parameter 'usersTripses' is not assigned and could be declared final
68779 src/com/itac/bean/User.java 86 Parameter 'vehicleDetailses' is not assigned and could be declared final
68780 src/com/itac/bean/User.java 87 Parameter 'userRfids' is not assigned and could be declared final
68781 src/com/itac/bean/User.java 87 Parameter 'usersGeofences' is not assigned and could be declared final
68782 src/com/itac/bean/User.java 137 publicMethodCommentRequirement Required
68783 src/com/itac/bean/User.java 141 Parameter 'userId' is not assigned and could be declared final
68784 src/com/itac/bean/User.java 141 publicMethodCommentRequirement Required
68785 src/com/itac/bean/User.java 145 publicMethodCommentRequirement Required
68786 src/com/itac/bean/User.java 149 Parameter 'uuid' is not assigned and could be declared final
68787 src/com/itac/bean/User.java 149 publicMethodCommentRequirement Required
68788 src/com/itac/bean/User.java 153 publicMethodCommentRequirement Required
68789 src/com/itac/bean/User.java 157 Parameter 'companyId' is not assigned and could be declared final
68790 src/com/itac/bean/User.java 157 publicMethodCommentRequirement Required
68791 src/com/itac/bean/User.java 161 publicMethodCommentRequirement Required
68792 src/com/itac/bean/User.java 165 Parameter 'createDate' is not assigned and could be declared final
68793 src/com/itac/bean/User.java 165 publicMethodCommentRequirement Required
68794 src/com/itac/bean/User.java 169 publicMethodCommentRequirement Required
68795 src/com/itac/bean/User.java 173 Parameter 'modifiedDate' is not assigned and could be declared final
68796 src/com/itac/bean/User.java 173 publicMethodCommentRequirement Required
68797 src/com/itac/bean/User.java 177 publicMethodCommentRequirement Required
68798 src/com/itac/bean/User.java 181 Parameter 'defaultUser' is not assigned and could be declared final
68799 src/com/itac/bean/User.java 181 publicMethodCommentRequirement Required
68800 src/com/itac/bean/User.java 185 publicMethodCommentRequirement Required
68801 src/com/itac/bean/User.java 189 Parameter 'contactId' is not assigned and could be declared final
68802 src/com/itac/bean/User.java 189 publicMethodCommentRequirement Required
68803 src/com/itac/bean/User.java 193 publicMethodCommentRequirement Required
68804 src/com/itac/bean/User.java 197 Parameter 'password' is not assigned and could be declared final
68805 src/com/itac/bean/User.java 197 publicMethodCommentRequirement Required
68806 src/com/itac/bean/User.java 201 publicMethodCommentRequirement Required
68807 src/com/itac/bean/User.java 205 Parameter 'passwordEncrypted' is not assigned and could be declared final
68808 src/com/itac/bean/User.java 205 publicMethodCommentRequirement Required
68809 src/com/itac/bean/User.java 209 publicMethodCommentRequirement Required
68810 src/com/itac/bean/User.java 213 Parameter 'passwordReset' is not assigned and could be declared final
68811 src/com/itac/bean/User.java 213 publicMethodCommentRequirement Required
68812 src/com/itac/bean/User.java 217 publicMethodCommentRequirement Required
68813 src/com/itac/bean/User.java 221 Avoid excessively long variable names like passwordModifiedDate
68814 src/com/itac/bean/User.java 221 Parameter 'passwordModifiedDate' is not assigned and could be declared final
68815 src/com/itac/bean/User.java 221 publicMethodCommentRequirement Required
68816 src/com/itac/bean/User.java 225 publicMethodCommentRequirement Required
68817 src/com/itac/bean/User.java 229 Avoid excessively long variable names like reminderQueryQuestion
68818 src/com/itac/bean/User.java 229 Parameter 'reminderQueryQuestion' is not assigned and could be declared final
68819 src/com/itac/bean/User.java 229 publicMethodCommentRequirement Required
68820 src/com/itac/bean/User.java 233 publicMethodCommentRequirement Required
68821 src/com/itac/bean/User.java 237 Avoid excessively long variable names like reminderQueryAnswer
68822 src/com/itac/bean/User.java 237 Parameter 'reminderQueryAnswer' is not assigned and could be declared final
68823 src/com/itac/bean/User.java 237 publicMethodCommentRequirement Required
68824 src/com/itac/bean/User.java 241 publicMethodCommentRequirement Required
68825 src/com/itac/bean/User.java 245 Parameter 'graceLoginCount' is not assigned and could be declared final
68826 src/com/itac/bean/User.java 245 publicMethodCommentRequirement Required
68827 src/com/itac/bean/User.java 249 publicMethodCommentRequirement Required
68828 src/com/itac/bean/User.java 253 Parameter 'screenName' is not assigned and could be declared final
68829 src/com/itac/bean/User.java 253 publicMethodCommentRequirement Required
68830 src/com/itac/bean/User.java 257 publicMethodCommentRequirement Required
68831 src/com/itac/bean/User.java 261 Parameter 'emailAddress' is not assigned and could be declared final
68832 src/com/itac/bean/User.java 261 publicMethodCommentRequirement Required
68833 src/com/itac/bean/User.java 265 publicMethodCommentRequirement Required
68834 src/com/itac/bean/User.java 269 Parameter 'openId' is not assigned and could be declared final
68835 src/com/itac/bean/User.java 269 publicMethodCommentRequirement Required
68836 src/com/itac/bean/User.java 273 publicMethodCommentRequirement Required
68837 src/com/itac/bean/User.java 277 Parameter 'portraitId' is not assigned and could be declared final
68838 src/com/itac/bean/User.java 277 publicMethodCommentRequirement Required
68839 src/com/itac/bean/User.java 281 publicMethodCommentRequirement Required
68840 src/com/itac/bean/User.java 285 Parameter 'languageId' is not assigned and could be declared final
68841 src/com/itac/bean/User.java 285 publicMethodCommentRequirement Required
68842 src/com/itac/bean/User.java 289 publicMethodCommentRequirement Required
68843 src/com/itac/bean/User.java 293 Parameter 'timeZoneId' is not assigned and could be declared final
68844 src/com/itac/bean/User.java 293 publicMethodCommentRequirement Required
68845 src/com/itac/bean/User.java 297 publicMethodCommentRequirement Required
68846 src/com/itac/bean/User.java 301 Parameter 'greeting' is not assigned and could be declared final
68847 src/com/itac/bean/User.java 301 publicMethodCommentRequirement Required
68848 src/com/itac/bean/User.java 305 publicMethodCommentRequirement Required
68849 src/com/itac/bean/User.java 309 Parameter 'comments' is not assigned and could be declared final
68850 src/com/itac/bean/User.java 309 publicMethodCommentRequirement Required
68851 src/com/itac/bean/User.java 313 publicMethodCommentRequirement Required
68852 src/com/itac/bean/User.java 317 Parameter 'firstName' is not assigned and could be declared final
68853 src/com/itac/bean/User.java 317 publicMethodCommentRequirement Required
68854 src/com/itac/bean/User.java 321 publicMethodCommentRequirement Required
68855 src/com/itac/bean/User.java 325 Parameter 'middleName' is not assigned and could be declared final
68856 src/com/itac/bean/User.java 325 publicMethodCommentRequirement Required
68857 src/com/itac/bean/User.java 329 publicMethodCommentRequirement Required
68858 src/com/itac/bean/User.java 333 Parameter 'lastName' is not assigned and could be declared final
68859 src/com/itac/bean/User.java 333 publicMethodCommentRequirement Required
68860 src/com/itac/bean/User.java 337 publicMethodCommentRequirement Required
68861 src/com/itac/bean/User.java 341 Parameter 'jobTitle' is not assigned and could be declared final
68862 src/com/itac/bean/User.java 341 publicMethodCommentRequirement Required
68863 src/com/itac/bean/User.java 345 publicMethodCommentRequirement Required
68864 src/com/itac/bean/User.java 349 Parameter 'loginDate' is not assigned and could be declared final
68865 src/com/itac/bean/User.java 349 publicMethodCommentRequirement Required
68866 src/com/itac/bean/User.java 353 publicMethodCommentRequirement Required
68867 src/com/itac/bean/User.java 357 Parameter 'loginIp' is not assigned and could be declared final
68868 src/com/itac/bean/User.java 357 publicMethodCommentRequirement Required
68869 src/com/itac/bean/User.java 361 publicMethodCommentRequirement Required
68870 src/com/itac/bean/User.java 365 Parameter 'lastLoginDate' is not assigned and could be declared final
68871 src/com/itac/bean/User.java 365 publicMethodCommentRequirement Required
68872 src/com/itac/bean/User.java 369 publicMethodCommentRequirement Required
68873 src/com/itac/bean/User.java 373 Parameter 'lastLoginIp' is not assigned and could be declared final
68874 src/com/itac/bean/User.java 373 publicMethodCommentRequirement Required
68875 src/com/itac/bean/User.java 377 publicMethodCommentRequirement Required
68876 src/com/itac/bean/User.java 381 Avoid excessively long variable names like lastFailedLoginDate
68877 src/com/itac/bean/User.java 381 Parameter 'lastFailedLoginDate' is not assigned and could be declared final
68878 src/com/itac/bean/User.java 381 publicMethodCommentRequirement Required
68879 src/com/itac/bean/User.java 385 publicMethodCommentRequirement Required
68880 src/com/itac/bean/User.java 389 Avoid excessively long variable names like failedLoginAttempts
68881 src/com/itac/bean/User.java 389 Parameter 'failedLoginAttempts' is not assigned and could be declared final
68882 src/com/itac/bean/User.java 389 publicMethodCommentRequirement Required
68883 src/com/itac/bean/User.java 393 publicMethodCommentRequirement Required
68884 src/com/itac/bean/User.java 397 Parameter 'lockout' is not assigned and could be declared final
68885 src/com/itac/bean/User.java 397 publicMethodCommentRequirement Required
68886 src/com/itac/bean/User.java 401 publicMethodCommentRequirement Required
68887 src/com/itac/bean/User.java 405 Parameter 'lockoutDate' is not assigned and could be declared final
68888 src/com/itac/bean/User.java 405 publicMethodCommentRequirement Required
68889 src/com/itac/bean/User.java 409 publicMethodCommentRequirement Required
68890 src/com/itac/bean/User.java 413 Avoid excessively long variable names like agreedToTermsOfUse
68891 src/com/itac/bean/User.java 413 Parameter 'agreedToTermsOfUse' is not assigned and could be declared final
68892 src/com/itac/bean/User.java 413 publicMethodCommentRequirement Required
68893 src/com/itac/bean/User.java 417 publicMethodCommentRequirement Required
68894 src/com/itac/bean/User.java 421 Parameter 'active' is not assigned and could be declared final
68895 src/com/itac/bean/User.java 421 publicMethodCommentRequirement Required
68896 src/com/itac/bean/User.java 425 publicMethodCommentRequirement Required
68897 src/com/itac/bean/User.java 429 Avoid excessively long variable names like socialContributionEquity
68898 src/com/itac/bean/User.java 429 Parameter 'socialContributionEquity' is not assigned and could be declared final
68899 src/com/itac/bean/User.java 429 publicMethodCommentRequirement Required
68900 src/com/itac/bean/User.java 433 publicMethodCommentRequirement Required
68901 src/com/itac/bean/User.java 437 Avoid excessively long variable names like socialParticipationEquity
68902 src/com/itac/bean/User.java 437 Parameter 'socialParticipationEquity' is not assigned and could be declared final
68903 src/com/itac/bean/User.java 437 publicMethodCommentRequirement Required
68904 src/com/itac/bean/User.java 441 publicMethodCommentRequirement Required
68905 src/com/itac/bean/User.java 445 Avoid excessively long variable names like socialPersonalEquity
68906 src/com/itac/bean/User.java 445 Parameter 'socialPersonalEquity' is not assigned and could be declared final
68907 src/com/itac/bean/User.java 445 publicMethodCommentRequirement Required
68908 src/com/itac/bean/User.java 449 publicMethodCommentRequirement Required
68909 src/com/itac/bean/User.java 453 Parameter 'facebookId' is not assigned and could be declared final
68910 src/com/itac/bean/User.java 453 publicMethodCommentRequirement Required
68911 src/com/itac/bean/User.java 457 publicMethodCommentRequirement Required
68912 src/com/itac/bean/User.java 461 Parameter 'digest' is not assigned and could be declared final
68913 src/com/itac/bean/User.java 461 publicMethodCommentRequirement Required
68914 src/com/itac/bean/User.java 465 publicMethodCommentRequirement Required
68915 src/com/itac/bean/User.java 469 Parameter 'admissionNo' is not assigned and could be declared final
68916 src/com/itac/bean/User.java 469 publicMethodCommentRequirement Required
68917 src/com/itac/bean/User.java 473 publicMethodCommentRequirement Required
68918 src/com/itac/bean/User.java 477 Parameter 'tripDetailses' is not assigned and could be declared final
68919 src/com/itac/bean/User.java 477 publicMethodCommentRequirement Required
68920 src/com/itac/bean/User.java 481 publicMethodCommentRequirement Required
68921 src/com/itac/bean/User.java 485 Parameter 'vehicleDetailses' is not assigned and could be declared final
68922 src/com/itac/bean/User.java 485 publicMethodCommentRequirement Required
68923 src/com/itac/bean/User.java 489 publicMethodCommentRequirement Required
68924 src/com/itac/bean/User.java 493 Parameter 'usersTripses' is not assigned and could be declared final
68925 src/com/itac/bean/User.java 493 publicMethodCommentRequirement Required
68926 src/com/itac/bean/User.java 497 publicMethodCommentRequirement Required
68927 src/com/itac/bean/User.java 501 Parameter 'usersGeofences' is not assigned and could be declared final
68928 src/com/itac/bean/User.java 501 publicMethodCommentRequirement Required
68929 src/com/itac/bean/User.java 505 publicMethodCommentRequirement Required
68930 src/com/itac/bean/User.java 509 Parameter 'userRfids' is not assigned and could be declared final
68931 src/com/itac/bean/User.java 509 publicMethodCommentRequirement Required
68932 src/com/itac/bean/UserRfid.java 8 Classes implementing Serializable should set a serialVersionUID
68933 src/com/itac/bean/UserRfid.java 10 Avoid variables with short names like id
68934 src/com/itac/bean/UserRfid.java 10 fieldCommentRequirement Required
68935 src/com/itac/bean/UserRfid.java 11 fieldCommentRequirement Required
68936 src/com/itac/bean/UserRfid.java 12 fieldCommentRequirement Required
68937 src/com/itac/bean/UserRfid.java 13 fieldCommentRequirement Required
68938 src/com/itac/bean/UserRfid.java 14 fieldCommentRequirement Required
68939 src/com/itac/bean/UserRfid.java 16 Document empty constructor
68940 src/com/itac/bean/UserRfid.java 16 publicMethodCommentRequirement Required
68941 src/com/itac/bean/UserRfid.java 19 Parameter 'rfidNo' is not assigned and could be declared final
68942 src/com/itac/bean/UserRfid.java 19 Parameter 'status' is not assigned and could be declared final
68943 src/com/itac/bean/UserRfid.java 19 Parameter 'tripSession' is not assigned and could be declared final
68944 src/com/itac/bean/UserRfid.java 19 Parameter 'user' is not assigned and could be declared final
68945 src/com/itac/bean/UserRfid.java 19 publicMethodCommentRequirement Required
68946 src/com/itac/bean/UserRfid.java 26 publicMethodCommentRequirement Required
68947 src/com/itac/bean/UserRfid.java 30 Avoid variables with short names like id
68948 src/com/itac/bean/UserRfid.java 30 Parameter 'id' is not assigned and could be declared final
68949 src/com/itac/bean/UserRfid.java 30 publicMethodCommentRequirement Required
68950 src/com/itac/bean/UserRfid.java 34 publicMethodCommentRequirement Required
68951 src/com/itac/bean/UserRfid.java 38 Parameter 'user' is not assigned and could be declared final
68952 src/com/itac/bean/UserRfid.java 38 publicMethodCommentRequirement Required
68953 src/com/itac/bean/UserRfid.java 42 publicMethodCommentRequirement Required
68954 src/com/itac/bean/UserRfid.java 46 Parameter 'rfidNo' is not assigned and could be declared final
68955 src/com/itac/bean/UserRfid.java 46 publicMethodCommentRequirement Required
68956 src/com/itac/bean/UserRfid.java 50 publicMethodCommentRequirement Required
68957 src/com/itac/bean/UserRfid.java 54 Parameter 'status' is not assigned and could be declared final
68958 src/com/itac/bean/UserRfid.java 54 publicMethodCommentRequirement Required
68959 src/com/itac/bean/UserRfid.java 58 publicMethodCommentRequirement Required
68960 src/com/itac/bean/UserRfid.java 62 Parameter 'tripSession' is not assigned and could be declared final
68961 src/com/itac/bean/UserRfid.java 62 publicMethodCommentRequirement Required
68962 src/com/itac/bean/UsersGeofence.java 8 Classes implementing Serializable should set a serialVersionUID
68963 src/com/itac/bean/UsersGeofence.java 10 fieldCommentRequirement Required
68964 src/com/itac/bean/UsersGeofence.java 11 fieldCommentRequirement Required
68965 src/com/itac/bean/UsersGeofence.java 12 fieldCommentRequirement Required
68966 src/com/itac/bean/UsersGeofence.java 13 fieldCommentRequirement Required
68967 src/com/itac/bean/UsersGeofence.java 14 fieldCommentRequirement Required
68968 src/com/itac/bean/UsersGeofence.java 16 Document empty constructor
68969 src/com/itac/bean/UsersGeofence.java 16 publicMethodCommentRequirement Required
68970 src/com/itac/bean/UsersGeofence.java 19 Parameter 'geofence' is not assigned and could be declared final
68971 src/com/itac/bean/UsersGeofence.java 19 Parameter 'mobileNo' is not assigned and could be declared final
68972 src/com/itac/bean/UsersGeofence.java 19 Parameter 'user' is not assigned and could be declared final
68973 src/com/itac/bean/UsersGeofence.java 19 publicMethodCommentRequirement Required
68974 src/com/itac/bean/UsersGeofence.java 25 Parameter 'geofence' is not assigned and could be declared final
68975 src/com/itac/bean/UsersGeofence.java 25 Parameter 'mobileNo' is not assigned and could be declared final
68976 src/com/itac/bean/UsersGeofence.java 25 Parameter 'user' is not assigned and could be declared final
68977 src/com/itac/bean/UsersGeofence.java 25 publicMethodCommentRequirement Required
68978 src/com/itac/bean/UsersGeofence.java 26 Parameter 'intrSession' is not assigned and could be declared final
68979 src/com/itac/bean/UsersGeofence.java 33 publicMethodCommentRequirement Required
68980 src/com/itac/bean/UsersGeofence.java 37 Parameter 'usersGeoId' is not assigned and could be declared final
68981 src/com/itac/bean/UsersGeofence.java 37 publicMethodCommentRequirement Required
68982 src/com/itac/bean/UsersGeofence.java 41 publicMethodCommentRequirement Required
68983 src/com/itac/bean/UsersGeofence.java 45 Parameter 'geofence' is not assigned and could be declared final
68984 src/com/itac/bean/UsersGeofence.java 45 publicMethodCommentRequirement Required
68985 src/com/itac/bean/UsersGeofence.java 49 publicMethodCommentRequirement Required
68986 src/com/itac/bean/UsersGeofence.java 53 Parameter 'user' is not assigned and could be declared final
68987 src/com/itac/bean/UsersGeofence.java 53 publicMethodCommentRequirement Required
68988 src/com/itac/bean/UsersGeofence.java 57 publicMethodCommentRequirement Required
68989 src/com/itac/bean/UsersGeofence.java 61 Parameter 'mobileNo' is not assigned and could be declared final
68990 src/com/itac/bean/UsersGeofence.java 61 publicMethodCommentRequirement Required
68991 src/com/itac/bean/UsersGeofence.java 65 publicMethodCommentRequirement Required
68992 src/com/itac/bean/UsersGeofence.java 69 Parameter 'intrSession' is not assigned and could be declared final
68993 src/com/itac/bean/UsersGeofence.java 69 publicMethodCommentRequirement Required
68994 src/com/itac/bean/UsersOrgs.java 8 Classes implementing Serializable should set a serialVersionUID
68995 src/com/itac/bean/UsersOrgs.java 10 Avoid variables with short names like id
68996 src/com/itac/bean/UsersOrgs.java 10 fieldCommentRequirement Required
68997 src/com/itac/bean/UsersOrgs.java 12 Document empty constructor
68998 src/com/itac/bean/UsersOrgs.java 12 publicMethodCommentRequirement Required
68999 src/com/itac/bean/UsersOrgs.java 15 Avoid variables with short names like id
69000 src/com/itac/bean/UsersOrgs.java 15 Parameter 'id' is not assigned and could be declared final
69001 src/com/itac/bean/UsersOrgs.java 15 publicMethodCommentRequirement Required
69002 src/com/itac/bean/UsersOrgs.java 19 publicMethodCommentRequirement Required
69003 src/com/itac/bean/UsersOrgs.java 23 Avoid variables with short names like id
69004 src/com/itac/bean/UsersOrgs.java 23 Parameter 'id' is not assigned and could be declared final
69005 src/com/itac/bean/UsersOrgs.java 23 publicMethodCommentRequirement Required
69006 src/com/itac/bean/UsersOrgsId.java 8 Classes implementing Serializable should set a serialVersionUID
69007 src/com/itac/bean/UsersOrgsId.java 10 fieldCommentRequirement Required
69008 src/com/itac/bean/UsersOrgsId.java 11 fieldCommentRequirement Required
69009 src/com/itac/bean/UsersOrgsId.java 13 Document empty constructor
69010 src/com/itac/bean/UsersOrgsId.java 13 publicMethodCommentRequirement Required
69011 src/com/itac/bean/UsersOrgsId.java 16 Parameter 'organizationId' is not assigned and could be declared final
69012 src/com/itac/bean/UsersOrgsId.java 16 Parameter 'userId' is not assigned and could be declared final
69013 src/com/itac/bean/UsersOrgsId.java 16 publicMethodCommentRequirement Required
69014 src/com/itac/bean/UsersOrgsId.java 21 publicMethodCommentRequirement Required
69015 src/com/itac/bean/UsersOrgsId.java 25 Parameter 'userId' is not assigned and could be declared final
69016 src/com/itac/bean/UsersOrgsId.java 25 publicMethodCommentRequirement Required
69017 src/com/itac/bean/UsersOrgsId.java 29 publicMethodCommentRequirement Required
69018 src/com/itac/bean/UsersOrgsId.java 33 Parameter 'organizationId' is not assigned and could be declared final
69019 src/com/itac/bean/UsersOrgsId.java 33 publicMethodCommentRequirement Required
69020 src/com/itac/bean/UsersOrgsId.java 37 Parameter 'other' is not assigned and could be declared final
69021 src/com/itac/bean/UsersOrgsId.java 37 publicMethodCommentRequirement Required
69022 src/com/itac/bean/UsersOrgsId.java 38 Avoid using if statements without curly braces
69023 src/com/itac/bean/UsersOrgsId.java 38 Useless parentheses.
69024 src/com/itac/bean/UsersOrgsId.java 39 A method should have only one exit point, and that should be the last statement in the method
69025 src/com/itac/bean/UsersOrgsId.java 40 Avoid using if statements without curly braces
69026 src/com/itac/bean/UsersOrgsId.java 40 Useless parentheses.
69027 src/com/itac/bean/UsersOrgsId.java 41 A method should have only one exit point, and that should be the last statement in the method
69028 src/com/itac/bean/UsersOrgsId.java 42 Avoid using if statements without curly braces
69029 src/com/itac/bean/UsersOrgsId.java 43 A method should have only one exit point, and that should be the last statement in the method
69030 src/com/itac/bean/UsersOrgsId.java 44 Local variable 'castOther' could be declared final
69031 src/com/itac/bean/UsersOrgsId.java 46 Potential violation of Law of Demeter (method chain calls)
69032 src/com/itac/bean/UsersOrgsId.java 46 Potential violation of Law of Demeter (object not created locally)
69033 src/com/itac/bean/UsersOrgsId.java 46 Potential violation of Law of Demeter (object not created locally)
69034 src/com/itac/bean/UsersOrgsId.java 46 Useless parentheses.
69035 src/com/itac/bean/UsersOrgsId.java 47 Potential violation of Law of Demeter (method chain calls)
69036 src/com/itac/bean/UsersOrgsId.java 47 Potential violation of Law of Demeter (object not created locally)
69037 src/com/itac/bean/UsersOrgsId.java 47 Potential violation of Law of Demeter (object not created locally)
69038 src/com/itac/bean/UsersOrgsId.java 47 Useless parentheses.
69039 src/com/itac/bean/UsersOrgsId.java 50 publicMethodCommentRequirement Required
69040 src/com/itac/bean/UsersOrgsId.java 51 Found 'DD'-anomaly for variable 'result' (lines '51'-'53').
69041 src/com/itac/bean/UsersTrips.java 8 Classes implementing Serializable should set a serialVersionUID
69042 src/com/itac/bean/UsersTrips.java 10 fieldCommentRequirement Required
69043 src/com/itac/bean/UsersTrips.java 11 fieldCommentRequirement Required
69044 src/com/itac/bean/UsersTrips.java 12 fieldCommentRequirement Required
69045 src/com/itac/bean/UsersTrips.java 14 Document empty constructor
69046 src/com/itac/bean/UsersTrips.java 14 publicMethodCommentRequirement Required
69047 src/com/itac/bean/UsersTrips.java 17 Parameter 'tripDetails' is not assigned and could be declared final
69048 src/com/itac/bean/UsersTrips.java 17 Parameter 'user' is not assigned and could be declared final
69049 src/com/itac/bean/UsersTrips.java 17 publicMethodCommentRequirement Required
69050 src/com/itac/bean/UsersTrips.java 22 publicMethodCommentRequirement Required
69051 src/com/itac/bean/UsersTrips.java 26 Parameter 'usersTripsId' is not assigned and could be declared final
69052 src/com/itac/bean/UsersTrips.java 26 publicMethodCommentRequirement Required
69053 src/com/itac/bean/UsersTrips.java 30 publicMethodCommentRequirement Required
69054 src/com/itac/bean/UsersTrips.java 34 Parameter 'tripDetails' is not assigned and could be declared final
69055 src/com/itac/bean/UsersTrips.java 34 publicMethodCommentRequirement Required
69056 src/com/itac/bean/UsersTrips.java 38 publicMethodCommentRequirement Required
69057 src/com/itac/bean/UsersTrips.java 42 Parameter 'user' is not assigned and could be declared final
69058 src/com/itac/bean/UsersTrips.java 42 publicMethodCommentRequirement Required
69059 src/com/itac/bean/VehicleDetails.java 1 This class has a bunch of public methods and attributes
69060 src/com/itac/bean/VehicleDetails.java 11 Classes implementing Serializable should set a serialVersionUID
69061 src/com/itac/bean/VehicleDetails.java 11 Too many fields
69062 src/com/itac/bean/VehicleDetails.java 13 fieldCommentRequirement Required
69063 src/com/itac/bean/VehicleDetails.java 14 fieldCommentRequirement Required
69064 src/com/itac/bean/VehicleDetails.java 15 fieldCommentRequirement Required
69065 src/com/itac/bean/VehicleDetails.java 16 fieldCommentRequirement Required
69066 src/com/itac/bean/VehicleDetails.java 17 fieldCommentRequirement Required
69067 src/com/itac/bean/VehicleDetails.java 18 fieldCommentRequirement Required
69068 src/com/itac/bean/VehicleDetails.java 19 fieldCommentRequirement Required
69069 src/com/itac/bean/VehicleDetails.java 20 fieldCommentRequirement Required
69070 src/com/itac/bean/VehicleDetails.java 21 fieldCommentRequirement Required
69071 src/com/itac/bean/VehicleDetails.java 22 fieldCommentRequirement Required
69072 src/com/itac/bean/VehicleDetails.java 23 fieldCommentRequirement Required
69073 src/com/itac/bean/VehicleDetails.java 24 fieldCommentRequirement Required
69074 src/com/itac/bean/VehicleDetails.java 25 fieldCommentRequirement Required
69075 src/com/itac/bean/VehicleDetails.java 26 fieldCommentRequirement Required
69076 src/com/itac/bean/VehicleDetails.java 27 fieldCommentRequirement Required
69077 src/com/itac/bean/VehicleDetails.java 28 fieldCommentRequirement Required
69078 src/com/itac/bean/VehicleDetails.java 29 fieldCommentRequirement Required
69079 src/com/itac/bean/VehicleDetails.java 30 fieldCommentRequirement Required
69080 src/com/itac/bean/VehicleDetails.java 31 fieldCommentRequirement Required
69081 src/com/itac/bean/VehicleDetails.java 32 fieldCommentRequirement Required
69082 src/com/itac/bean/VehicleDetails.java 33 fieldCommentRequirement Required
69083 src/com/itac/bean/VehicleDetails.java 34 fieldCommentRequirement Required
69084 src/com/itac/bean/VehicleDetails.java 35 fieldCommentRequirement Required
69085 src/com/itac/bean/VehicleDetails.java 36 fieldCommentRequirement Required
69086 src/com/itac/bean/VehicleDetails.java 37 fieldCommentRequirement Required
69087 src/com/itac/bean/VehicleDetails.java 38 fieldCommentRequirement Required
69088 src/com/itac/bean/VehicleDetails.java 41 Document empty constructor
69089 src/com/itac/bean/VehicleDetails.java 41 publicMethodCommentRequirement Required
69090 src/com/itac/bean/VehicleDetails.java 44 Parameter 'regNo' is not assigned and could be declared final
69091 src/com/itac/bean/VehicleDetails.java 44 publicMethodCommentRequirement Required
69092 src/com/itac/bean/VehicleDetails.java 48 Avoid long parameter lists.
69093 src/com/itac/bean/VehicleDetails.java 48 Parameter 'device' is not assigned and could be declared final
69094 src/com/itac/bean/VehicleDetails.java 48 Parameter 'organization' is not assigned and could be declared final
69095 src/com/itac/bean/VehicleDetails.java 48 Parameter 'user' is not assigned and could be declared final
69096 src/com/itac/bean/VehicleDetails.java 48 publicMethodCommentRequirement Required
69097 src/com/itac/bean/VehicleDetails.java 49 Parameter 'musicStatus' is not assigned and could be declared final
69098 src/com/itac/bean/VehicleDetails.java 49 Parameter 'totalSeats' is not assigned and could be declared final
69099 src/com/itac/bean/VehicleDetails.java 49 Parameter 'vehicleGroup' is not assigned and could be declared final
69100 src/com/itac/bean/VehicleDetails.java 50 Parameter 'acStatus' is not assigned and could be declared final
69101 src/com/itac/bean/VehicleDetails.java 50 Parameter 'carMileage' is not assigned and could be declared final
69102 src/com/itac/bean/VehicleDetails.java 50 Parameter 'carType' is not assigned and could be declared final
69103 src/com/itac/bean/VehicleDetails.java 51 Parameter 'amFmStatus' is not assigned and could be declared final
69104 src/com/itac/bean/VehicleDetails.java 51 Parameter 'cdDvdStatus' is not assigned and could be declared final
69105 src/com/itac/bean/VehicleDetails.java 51 Parameter 'vehicleName' is not assigned and could be declared final
69106 src/com/itac/bean/VehicleDetails.java 52 Parameter 'color' is not assigned and could be declared final
69107 src/com/itac/bean/VehicleDetails.java 52 Parameter 'companyName' is not assigned and could be declared final
69108 src/com/itac/bean/VehicleDetails.java 52 Parameter 'imeiNumber' is not assigned and could be declared final
69109 src/com/itac/bean/VehicleDetails.java 52 Parameter 'regNo' is not assigned and could be declared final
69110 src/com/itac/bean/VehicleDetails.java 53 Parameter 'resetDistance' is not assigned and could be declared final
69111 src/com/itac/bean/VehicleDetails.java 53 Parameter 'runningStatus' is not assigned and could be declared final
69112 src/com/itac/bean/VehicleDetails.java 53 Parameter 'useStatus' is not assigned and could be declared final
69113 src/com/itac/bean/VehicleDetails.java 54 Parameter 'metaFuels' is not assigned and could be declared final
69114 src/com/itac/bean/VehicleDetails.java 54 Parameter 'tripDetailses' is not assigned and could be declared final
69115 src/com/itac/bean/VehicleDetails.java 55 Parameter 'geovehicleMaps' is not assigned and could be declared final
69116 src/com/itac/bean/VehicleDetails.java 56 Parameter 'alertHistories' is not assigned and could be declared final
69117 src/com/itac/bean/VehicleDetails.java 56 Parameter 'fuelHistories' is not assigned and could be declared final
69118 src/com/itac/bean/VehicleDetails.java 57 Parameter 'tripParameterses' is not assigned and could be declared final
69119 src/com/itac/bean/VehicleDetails.java 85 publicMethodCommentRequirement Required
69120 src/com/itac/bean/VehicleDetails.java 89 Parameter 'vehicleId' is not assigned and could be declared final
69121 src/com/itac/bean/VehicleDetails.java 89 publicMethodCommentRequirement Required
69122 src/com/itac/bean/VehicleDetails.java 93 publicMethodCommentRequirement Required
69123 src/com/itac/bean/VehicleDetails.java 97 Parameter 'organization' is not assigned and could be declared final
69124 src/com/itac/bean/VehicleDetails.java 97 publicMethodCommentRequirement Required
69125 src/com/itac/bean/VehicleDetails.java 101 publicMethodCommentRequirement Required
69126 src/com/itac/bean/VehicleDetails.java 105 Parameter 'device' is not assigned and could be declared final
69127 src/com/itac/bean/VehicleDetails.java 105 publicMethodCommentRequirement Required
69128 src/com/itac/bean/VehicleDetails.java 109 publicMethodCommentRequirement Required
69129 src/com/itac/bean/VehicleDetails.java 113 Parameter 'user' is not assigned and could be declared final
69130 src/com/itac/bean/VehicleDetails.java 113 publicMethodCommentRequirement Required
69131 src/com/itac/bean/VehicleDetails.java 117 publicMethodCommentRequirement Required
69132 src/com/itac/bean/VehicleDetails.java 121 Parameter 'vehicleGroup' is not assigned and could be declared final
69133 src/com/itac/bean/VehicleDetails.java 121 publicMethodCommentRequirement Required
69134 src/com/itac/bean/VehicleDetails.java 125 publicMethodCommentRequirement Required
69135 src/com/itac/bean/VehicleDetails.java 129 Parameter 'totalSeats' is not assigned and could be declared final
69136 src/com/itac/bean/VehicleDetails.java 129 publicMethodCommentRequirement Required
69137 src/com/itac/bean/VehicleDetails.java 133 publicMethodCommentRequirement Required
69138 src/com/itac/bean/VehicleDetails.java 137 Parameter 'musicStatus' is not assigned and could be declared final
69139 src/com/itac/bean/VehicleDetails.java 137 publicMethodCommentRequirement Required
69140 src/com/itac/bean/VehicleDetails.java 141 publicMethodCommentRequirement Required
69141 src/com/itac/bean/VehicleDetails.java 145 Parameter 'carMileage' is not assigned and could be declared final
69142 src/com/itac/bean/VehicleDetails.java 145 publicMethodCommentRequirement Required
69143 src/com/itac/bean/VehicleDetails.java 149 publicMethodCommentRequirement Required
69144 src/com/itac/bean/VehicleDetails.java 153 Parameter 'carType' is not assigned and could be declared final
69145 src/com/itac/bean/VehicleDetails.java 153 publicMethodCommentRequirement Required
69146 src/com/itac/bean/VehicleDetails.java 157 publicMethodCommentRequirement Required
69147 src/com/itac/bean/VehicleDetails.java 161 Parameter 'acStatus' is not assigned and could be declared final
69148 src/com/itac/bean/VehicleDetails.java 161 publicMethodCommentRequirement Required
69149 src/com/itac/bean/VehicleDetails.java 165 publicMethodCommentRequirement Required
69150 src/com/itac/bean/VehicleDetails.java 169 Parameter 'cdDvdStatus' is not assigned and could be declared final
69151 src/com/itac/bean/VehicleDetails.java 169 publicMethodCommentRequirement Required
69152 src/com/itac/bean/VehicleDetails.java 173 publicMethodCommentRequirement Required
69153 src/com/itac/bean/VehicleDetails.java 177 Parameter 'amFmStatus' is not assigned and could be declared final
69154 src/com/itac/bean/VehicleDetails.java 177 publicMethodCommentRequirement Required
69155 src/com/itac/bean/VehicleDetails.java 181 publicMethodCommentRequirement Required
69156 src/com/itac/bean/VehicleDetails.java 185 Parameter 'vehicleName' is not assigned and could be declared final
69157 src/com/itac/bean/VehicleDetails.java 185 publicMethodCommentRequirement Required
69158 src/com/itac/bean/VehicleDetails.java 189 publicMethodCommentRequirement Required
69159 src/com/itac/bean/VehicleDetails.java 193 Parameter 'imeiNumber' is not assigned and could be declared final
69160 src/com/itac/bean/VehicleDetails.java 193 publicMethodCommentRequirement Required
69161 src/com/itac/bean/VehicleDetails.java 197 publicMethodCommentRequirement Required
69162 src/com/itac/bean/VehicleDetails.java 201 Parameter 'color' is not assigned and could be declared final
69163 src/com/itac/bean/VehicleDetails.java 201 publicMethodCommentRequirement Required
69164 src/com/itac/bean/VehicleDetails.java 205 publicMethodCommentRequirement Required
69165 src/com/itac/bean/VehicleDetails.java 209 Parameter 'regNo' is not assigned and could be declared final
69166 src/com/itac/bean/VehicleDetails.java 209 publicMethodCommentRequirement Required
69167 src/com/itac/bean/VehicleDetails.java 213 publicMethodCommentRequirement Required
69168 src/com/itac/bean/VehicleDetails.java 217 Parameter 'companyName' is not assigned and could be declared final
69169 src/com/itac/bean/VehicleDetails.java 217 publicMethodCommentRequirement Required
69170 src/com/itac/bean/VehicleDetails.java 221 publicMethodCommentRequirement Required
69171 src/com/itac/bean/VehicleDetails.java 225 Parameter 'runningStatus' is not assigned and could be declared final
69172 src/com/itac/bean/VehicleDetails.java 225 publicMethodCommentRequirement Required
69173 src/com/itac/bean/VehicleDetails.java 229 publicMethodCommentRequirement Required
69174 src/com/itac/bean/VehicleDetails.java 233 Parameter 'useStatus' is not assigned and could be declared final
69175 src/com/itac/bean/VehicleDetails.java 233 publicMethodCommentRequirement Required
69176 src/com/itac/bean/VehicleDetails.java 237 publicMethodCommentRequirement Required
69177 src/com/itac/bean/VehicleDetails.java 241 Parameter 'resetDistance' is not assigned and could be declared final
69178 src/com/itac/bean/VehicleDetails.java 241 publicMethodCommentRequirement Required
69179 src/com/itac/bean/VehicleDetails.java 245 publicMethodCommentRequirement Required
69180 src/com/itac/bean/VehicleDetails.java 249 Parameter 'metaFuels' is not assigned and could be declared final
69181 src/com/itac/bean/VehicleDetails.java 249 publicMethodCommentRequirement Required
69182 src/com/itac/bean/VehicleDetails.java 253 publicMethodCommentRequirement Required
69183 src/com/itac/bean/VehicleDetails.java 257 Parameter 'tripDetailses' is not assigned and could be declared final
69184 src/com/itac/bean/VehicleDetails.java 257 publicMethodCommentRequirement Required
69185 src/com/itac/bean/VehicleDetails.java 261 publicMethodCommentRequirement Required
69186 src/com/itac/bean/VehicleDetails.java 265 Parameter 'geovehicleMaps' is not assigned and could be declared final
69187 src/com/itac/bean/VehicleDetails.java 265 publicMethodCommentRequirement Required
69188 src/com/itac/bean/VehicleDetails.java 269 publicMethodCommentRequirement Required
69189 src/com/itac/bean/VehicleDetails.java 273 Parameter 'alertHistories' is not assigned and could be declared final
69190 src/com/itac/bean/VehicleDetails.java 273 publicMethodCommentRequirement Required
69191 src/com/itac/bean/VehicleDetails.java 277 publicMethodCommentRequirement Required
69192 src/com/itac/bean/VehicleDetails.java 281 Parameter 'fuelHistories' is not assigned and could be declared final
69193 src/com/itac/bean/VehicleDetails.java 281 publicMethodCommentRequirement Required
69194 src/com/itac/bean/VehicleDetails.java 285 publicMethodCommentRequirement Required
69195 src/com/itac/bean/VehicleDetails.java 289 Parameter 'tripParameterses' is not assigned and could be declared final
69196 src/com/itac/bean/VehicleDetails.java 289 publicMethodCommentRequirement Required
69197 src/com/itac/bean/VehicleGroup.java 11 Classes implementing Serializable should set a serialVersionUID
69198 src/com/itac/bean/VehicleGroup.java 13 fieldCommentRequirement Required
69199 src/com/itac/bean/VehicleGroup.java 14 fieldCommentRequirement Required
69200 src/com/itac/bean/VehicleGroup.java 15 fieldCommentRequirement Required
69201 src/com/itac/bean/VehicleGroup.java 16 fieldCommentRequirement Required
69202 src/com/itac/bean/VehicleGroup.java 17 fieldCommentRequirement Required
69203 src/com/itac/bean/VehicleGroup.java 20 Document empty constructor
69204 src/com/itac/bean/VehicleGroup.java 20 publicMethodCommentRequirement Required
69205 src/com/itac/bean/VehicleGroup.java 23 Parameter 'vehicleDesc' is not assigned and could be declared final
69206 src/com/itac/bean/VehicleGroup.java 23 Parameter 'vehicleGroupName' is not assigned and could be declared final
69207 src/com/itac/bean/VehicleGroup.java 23 publicMethodCommentRequirement Required
69208 src/com/itac/bean/VehicleGroup.java 24 Parameter 'vehicleDetailses' is not assigned and could be declared final
69209 src/com/itac/bean/VehicleGroup.java 24 Parameter 'vehiclePurpose' is not assigned and could be declared final
69210 src/com/itac/bean/VehicleGroup.java 31 publicMethodCommentRequirement Required
69211 src/com/itac/bean/VehicleGroup.java 35 Parameter 'vehicleGroupid' is not assigned and could be declared final
69212 src/com/itac/bean/VehicleGroup.java 35 publicMethodCommentRequirement Required
69213 src/com/itac/bean/VehicleGroup.java 39 publicMethodCommentRequirement Required
69214 src/com/itac/bean/VehicleGroup.java 43 Parameter 'vehicleGroupName' is not assigned and could be declared final
69215 src/com/itac/bean/VehicleGroup.java 43 publicMethodCommentRequirement Required
69216 src/com/itac/bean/VehicleGroup.java 47 publicMethodCommentRequirement Required
69217 src/com/itac/bean/VehicleGroup.java 51 Parameter 'vehicleDesc' is not assigned and could be declared final
69218 src/com/itac/bean/VehicleGroup.java 51 publicMethodCommentRequirement Required
69219 src/com/itac/bean/VehicleGroup.java 55 publicMethodCommentRequirement Required
69220 src/com/itac/bean/VehicleGroup.java 59 Parameter 'vehiclePurpose' is not assigned and could be declared final
69221 src/com/itac/bean/VehicleGroup.java 59 publicMethodCommentRequirement Required
69222 src/com/itac/bean/VehicleGroup.java 63 publicMethodCommentRequirement Required
69223 src/com/itac/bean/VehicleGroup.java 67 Parameter 'vehicleDetailses' is not assigned and could be declared final
69224 src/com/itac/bean/VehicleGroup.java 67 publicMethodCommentRequirement Required
69225 src/com/itac/bean/VehicleType.java 11 Classes implementing Serializable should set a serialVersionUID
69226 src/com/itac/bean/VehicleType.java 13 fieldCommentRequirement Required
69227 src/com/itac/bean/VehicleType.java 14 fieldCommentRequirement Required
69228 src/com/itac/bean/VehicleType.java 15 fieldCommentRequirement Required
69229 src/com/itac/bean/VehicleType.java 16 fieldCommentRequirement Required
69230 src/com/itac/bean/VehicleType.java 17 fieldCommentRequirement Required
69231 src/com/itac/bean/VehicleType.java 18 fieldCommentRequirement Required
69232 src/com/itac/bean/VehicleType.java 19 fieldCommentRequirement Required
69233 src/com/itac/bean/VehicleType.java 22 Document empty constructor
69234 src/com/itac/bean/VehicleType.java 22 publicMethodCommentRequirement Required
69235 src/com/itac/bean/VehicleType.java 25 Parameter 'valueOrder' is not assigned and could be declared final
69236 src/com/itac/bean/VehicleType.java 25 publicMethodCommentRequirement Required
69237 src/com/itac/bean/VehicleType.java 29 Parameter 'fullVolt' is not assigned and could be declared final
69238 src/com/itac/bean/VehicleType.java 29 Parameter 'tankCapacity' is not assigned and could be declared final
69239 src/com/itac/bean/VehicleType.java 29 Parameter 'typeName' is not assigned and could be declared final
69240 src/com/itac/bean/VehicleType.java 29 publicMethodCommentRequirement Required
69241 src/com/itac/bean/VehicleType.java 30 Parameter 'emptyVolt' is not assigned and could be declared final
69242 src/com/itac/bean/VehicleType.java 30 Parameter 'valueOrder' is not assigned and could be declared final
69243 src/com/itac/bean/VehicleType.java 31 Parameter 'fuelCalibrations' is not assigned and could be declared final
69244 src/com/itac/bean/VehicleType.java 40 publicMethodCommentRequirement Required
69245 src/com/itac/bean/VehicleType.java 44 Parameter 'typeId' is not assigned and could be declared final
69246 src/com/itac/bean/VehicleType.java 44 publicMethodCommentRequirement Required
69247 src/com/itac/bean/VehicleType.java 48 publicMethodCommentRequirement Required
69248 src/com/itac/bean/VehicleType.java 52 Parameter 'typeName' is not assigned and could be declared final
69249 src/com/itac/bean/VehicleType.java 52 publicMethodCommentRequirement Required
69250 src/com/itac/bean/VehicleType.java 56 publicMethodCommentRequirement Required
69251 src/com/itac/bean/VehicleType.java 60 Parameter 'tankCapacity' is not assigned and could be declared final
69252 src/com/itac/bean/VehicleType.java 60 publicMethodCommentRequirement Required
69253 src/com/itac/bean/VehicleType.java 64 publicMethodCommentRequirement Required
69254 src/com/itac/bean/VehicleType.java 68 Parameter 'fullVolt' is not assigned and could be declared final
69255 src/com/itac/bean/VehicleType.java 68 publicMethodCommentRequirement Required
69256 src/com/itac/bean/VehicleType.java 72 publicMethodCommentRequirement Required
69257 src/com/itac/bean/VehicleType.java 76 Parameter 'emptyVolt' is not assigned and could be declared final
69258 src/com/itac/bean/VehicleType.java 76 publicMethodCommentRequirement Required
69259 src/com/itac/bean/VehicleType.java 80 publicMethodCommentRequirement Required
69260 src/com/itac/bean/VehicleType.java 84 Parameter 'valueOrder' is not assigned and could be declared final
69261 src/com/itac/bean/VehicleType.java 84 publicMethodCommentRequirement Required
69262 src/com/itac/bean/VehicleType.java 88 publicMethodCommentRequirement Required
69263 src/com/itac/bean/VehicleType.java 92 Parameter 'fuelCalibrations' is not assigned and could be declared final
69264 src/com/itac/bean/VehicleType.java 92 publicMethodCommentRequirement Required
69265 src/com/itac/dao/FuelDAO.java 8 headerCommentRequirement Required
69266 src/com/itac/dao/FuelDAO.java 9 Avoid modifiers which are implied by the context
69267 src/com/itac/dao/FuelDAO.java 9 publicMethodCommentRequirement Required
69268 src/com/itac/dao/FuelDAO.java 10 Avoid modifiers which are implied by the context
69269 src/com/itac/dao/FuelDAO.java 10 publicMethodCommentRequirement Required
69270 src/com/itac/dao/OfflineInfoDAO.java 5 Each class should declare at least one constructor
69271 src/com/itac/dao/OfflineInfoDAO.java 5 headerCommentRequirement Required
69272 src/com/itac/dao/VehicleDAO.java 5 headerCommentRequirement Required
69273 src/com/itac/dao/VehicleDAO.java 6 Avoid modifiers which are implied by the context
69274 src/com/itac/dao/VehicleDAO.java 6 publicMethodCommentRequirement Required
69275 src/com/itac/dao/VehicleDetailsDAO.java 9 Avoid unused imports such as 'com.itac.utils.LoggerStackTraceUtil'
69276 src/com/itac/dao/VehicleDetailsDAO.java 11 Comment is too large: Too many lines
69277 src/com/itac/dao/VehicleDetailsDAO.java 23 This class has too many methods, consider refactoring it.
69278 src/com/itac/dao/VehicleDetailsDAO.java 24 The Logger variable declaration does not contain the static and final modifiers
69279 src/com/itac/dao/VehicleDetailsDAO.java 24 fieldCommentRequirement Required
69280 src/com/itac/dao/VehicleDetailsDAO.java 27 fieldCommentRequirement Required
69281 src/com/itac/dao/VehicleDetailsDAO.java 28 fieldCommentRequirement Required
69282 src/com/itac/dao/VehicleDetailsDAO.java 29 fieldCommentRequirement Required
69283 src/com/itac/dao/VehicleDetailsDAO.java 30 fieldCommentRequirement Required
69284 src/com/itac/dao/VehicleDetailsDAO.java 31 fieldCommentRequirement Required
69285 src/com/itac/dao/VehicleDetailsDAO.java 32 fieldCommentRequirement Required
69286 src/com/itac/dao/VehicleDetailsDAO.java 33 fieldCommentRequirement Required
69287 src/com/itac/dao/VehicleDetailsDAO.java 34 fieldCommentRequirement Required
69288 src/com/itac/dao/VehicleDetailsDAO.java 35 fieldCommentRequirement Required
69289 src/com/itac/dao/VehicleDetailsDAO.java 36 fieldCommentRequirement Required
69290 src/com/itac/dao/VehicleDetailsDAO.java 37 fieldCommentRequirement Required
69291 src/com/itac/dao/VehicleDetailsDAO.java 38 fieldCommentRequirement Required
69292 src/com/itac/dao/VehicleDetailsDAO.java 40 Parameter 'transientInstance' is not assigned and could be declared final
69293 src/com/itac/dao/VehicleDetailsDAO.java 40 publicMethodCommentRequirement Required
69294 src/com/itac/dao/VehicleDetailsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
69295 src/com/itac/dao/VehicleDetailsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69296 src/com/itac/dao/VehicleDetailsDAO.java 44 There is log block not surrounded by if
69297 src/com/itac/dao/VehicleDetailsDAO.java 49 Avoid excessively long variable names like persistentInstance
69298 src/com/itac/dao/VehicleDetailsDAO.java 49 Parameter 'persistentInstance' is not assigned and could be declared final
69299 src/com/itac/dao/VehicleDetailsDAO.java 49 publicMethodCommentRequirement Required
69300 src/com/itac/dao/VehicleDetailsDAO.java 51 Potential violation of Law of Demeter (method chain calls)
69301 src/com/itac/dao/VehicleDetailsDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69302 src/com/itac/dao/VehicleDetailsDAO.java 53 There is log block not surrounded by if
69303 src/com/itac/dao/VehicleDetailsDAO.java 58 Avoid variables with short names like id
69304 src/com/itac/dao/VehicleDetailsDAO.java 58 Parameter 'id' is not assigned and could be declared final
69305 src/com/itac/dao/VehicleDetailsDAO.java 58 publicMethodCommentRequirement Required
69306 src/com/itac/dao/VehicleDetailsDAO.java 61 Local variable 'instance' could be declared final
69307 src/com/itac/dao/VehicleDetailsDAO.java 61 Potential violation of Law of Demeter (method chain calls)
69308 src/com/itac/dao/VehicleDetailsDAO.java 64 Avoid catching NullPointerException; consider removing the cause of the NPE.
69309 src/com/itac/dao/VehicleDetailsDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69310 src/com/itac/dao/VehicleDetailsDAO.java 65 There is log block not surrounded by if
69311 src/com/itac/dao/VehicleDetailsDAO.java 67 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69312 src/com/itac/dao/VehicleDetailsDAO.java 68 There is log block not surrounded by if
69313 src/com/itac/dao/VehicleDetailsDAO.java 73 Parameter 'instance' is not assigned and could be declared final
69314 src/com/itac/dao/VehicleDetailsDAO.java 73 publicMethodCommentRequirement Required
69315 src/com/itac/dao/VehicleDetailsDAO.java 75 Local variable 'results' could be declared final
69316 src/com/itac/dao/VehicleDetailsDAO.java 75 Potential violation of Law of Demeter (method chain calls)
69317 src/com/itac/dao/VehicleDetailsDAO.java 75 Potential violation of Law of Demeter (method chain calls)
69318 src/com/itac/dao/VehicleDetailsDAO.java 75 Potential violation of Law of Demeter (method chain calls)
69319 src/com/itac/dao/VehicleDetailsDAO.java 78 There is log block not surrounded by if
69320 src/com/itac/dao/VehicleDetailsDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69321 src/com/itac/dao/VehicleDetailsDAO.java 79 Potential violation of Law of Demeter (object not created locally)
69322 src/com/itac/dao/VehicleDetailsDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69323 src/com/itac/dao/VehicleDetailsDAO.java 82 There is log block not surrounded by if
69324 src/com/itac/dao/VehicleDetailsDAO.java 87 Parameter 'propertyName' is not assigned and could be declared final
69325 src/com/itac/dao/VehicleDetailsDAO.java 87 Parameter 'value' is not assigned and could be declared final
69326 src/com/itac/dao/VehicleDetailsDAO.java 87 publicMethodCommentRequirement Required
69327 src/com/itac/dao/VehicleDetailsDAO.java 88 There is log block not surrounded by if
69328 src/com/itac/dao/VehicleDetailsDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69329 src/com/itac/dao/VehicleDetailsDAO.java 91 Local variable 'queryString' could be declared final
69330 src/com/itac/dao/VehicleDetailsDAO.java 93 Local variable 'queryObject' could be declared final
69331 src/com/itac/dao/VehicleDetailsDAO.java 93 Potential violation of Law of Demeter (method chain calls)
69332 src/com/itac/dao/VehicleDetailsDAO.java 94 Potential violation of Law of Demeter (object not created locally)
69333 src/com/itac/dao/VehicleDetailsDAO.java 95 Potential violation of Law of Demeter (object not created locally)
69334 src/com/itac/dao/VehicleDetailsDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69335 src/com/itac/dao/VehicleDetailsDAO.java 97 There is log block not surrounded by if
69336 src/com/itac/dao/VehicleDetailsDAO.java 102 Parameter 'totalSeats' is not assigned and could be declared final
69337 src/com/itac/dao/VehicleDetailsDAO.java 102 publicMethodCommentRequirement Required
69338 src/com/itac/dao/VehicleDetailsDAO.java 106 Parameter 'musicStatus' is not assigned and could be declared final
69339 src/com/itac/dao/VehicleDetailsDAO.java 106 publicMethodCommentRequirement Required
69340 src/com/itac/dao/VehicleDetailsDAO.java 110 Parameter 'carMileage' is not assigned and could be declared final
69341 src/com/itac/dao/VehicleDetailsDAO.java 110 publicMethodCommentRequirement Required
69342 src/com/itac/dao/VehicleDetailsDAO.java 114 Parameter 'carType' is not assigned and could be declared final
69343 src/com/itac/dao/VehicleDetailsDAO.java 114 publicMethodCommentRequirement Required
69344 src/com/itac/dao/VehicleDetailsDAO.java 118 Parameter 'acStatus' is not assigned and could be declared final
69345 src/com/itac/dao/VehicleDetailsDAO.java 118 publicMethodCommentRequirement Required
69346 src/com/itac/dao/VehicleDetailsDAO.java 122 Parameter 'cdDvdStatus' is not assigned and could be declared final
69347 src/com/itac/dao/VehicleDetailsDAO.java 122 publicMethodCommentRequirement Required
69348 src/com/itac/dao/VehicleDetailsDAO.java 126 Parameter 'amFmStatus' is not assigned and could be declared final
69349 src/com/itac/dao/VehicleDetailsDAO.java 126 publicMethodCommentRequirement Required
69350 src/com/itac/dao/VehicleDetailsDAO.java 130 Parameter 'vehicleName' is not assigned and could be declared final
69351 src/com/itac/dao/VehicleDetailsDAO.java 130 publicMethodCommentRequirement Required
69352 src/com/itac/dao/VehicleDetailsDAO.java 134 Parameter 'imeiNumber' is not assigned and could be declared final
69353 src/com/itac/dao/VehicleDetailsDAO.java 134 publicMethodCommentRequirement Required
69354 src/com/itac/dao/VehicleDetailsDAO.java 138 Parameter 'color' is not assigned and could be declared final
69355 src/com/itac/dao/VehicleDetailsDAO.java 138 publicMethodCommentRequirement Required
69356 src/com/itac/dao/VehicleDetailsDAO.java 142 Parameter 'regNo' is not assigned and could be declared final
69357 src/com/itac/dao/VehicleDetailsDAO.java 142 publicMethodCommentRequirement Required
69358 src/com/itac/dao/VehicleDetailsDAO.java 146 Parameter 'companyName' is not assigned and could be declared final
69359 src/com/itac/dao/VehicleDetailsDAO.java 146 publicMethodCommentRequirement Required
69360 src/com/itac/dao/VehicleDetailsDAO.java 150 Parameter 'first' is not assigned and could be declared final
69361 src/com/itac/dao/VehicleDetailsDAO.java 150 Parameter 'last' is not assigned and could be declared final
69362 src/com/itac/dao/VehicleDetailsDAO.java 150 publicMethodCommentRequirement Required
69363 src/com/itac/dao/VehicleDetailsDAO.java 151 There is log block not surrounded by if
69364 src/com/itac/dao/VehicleDetailsDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69365 src/com/itac/dao/VehicleDetailsDAO.java 153 Local variable 'queryString' could be declared final
69366 src/com/itac/dao/VehicleDetailsDAO.java 154 Local variable 'queryObject' could be declared final
69367 src/com/itac/dao/VehicleDetailsDAO.java 154 Potential violation of Law of Demeter (method chain calls)
69368 src/com/itac/dao/VehicleDetailsDAO.java 155 Potential violation of Law of Demeter (object not created locally)
69369 src/com/itac/dao/VehicleDetailsDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69370 src/com/itac/dao/VehicleDetailsDAO.java 157 There is log block not surrounded by if
69371 src/com/itac/dao/VehicleDetailsDAO.java 162 Parameter 'detachedInstance' is not assigned and could be declared final
69372 src/com/itac/dao/VehicleDetailsDAO.java 162 publicMethodCommentRequirement Required
69373 src/com/itac/dao/VehicleDetailsDAO.java 163 There is log block not surrounded by if
69374 src/com/itac/dao/VehicleDetailsDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69375 src/com/itac/dao/VehicleDetailsDAO.java 165 Local variable 'result' could be declared final
69376 src/com/itac/dao/VehicleDetailsDAO.java 165 Potential violation of Law of Demeter (method chain calls)
69377 src/com/itac/dao/VehicleDetailsDAO.java 167 There is log block not surrounded by if
69378 src/com/itac/dao/VehicleDetailsDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69379 src/com/itac/dao/VehicleDetailsDAO.java 169 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69380 src/com/itac/dao/VehicleDetailsDAO.java 170 There is log block not surrounded by if
69381 src/com/itac/dao/VehicleDetailsDAO.java 175 Parameter 'instance' is not assigned and could be declared final
69382 src/com/itac/dao/VehicleDetailsDAO.java 175 publicMethodCommentRequirement Required
69383 src/com/itac/dao/VehicleDetailsDAO.java 176 There is log block not surrounded by if
69384 src/com/itac/dao/VehicleDetailsDAO.java 176 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69385 src/com/itac/dao/VehicleDetailsDAO.java 178 Potential violation of Law of Demeter (method chain calls)
69386 src/com/itac/dao/VehicleDetailsDAO.java 179 There is log block not surrounded by if
69387 src/com/itac/dao/VehicleDetailsDAO.java 179 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69388 src/com/itac/dao/VehicleDetailsDAO.java 180 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69389 src/com/itac/dao/VehicleDetailsDAO.java 181 There is log block not surrounded by if
69390 src/com/itac/dao/VehicleDetailsDAO.java 186 Parameter 'instance' is not assigned and could be declared final
69391 src/com/itac/dao/VehicleDetailsDAO.java 186 publicMethodCommentRequirement Required
69392 src/com/itac/dao/VehicleDetailsDAO.java 187 There is log block not surrounded by if
69393 src/com/itac/dao/VehicleDetailsDAO.java 187 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69394 src/com/itac/dao/VehicleDetailsDAO.java 189 Potential violation of Law of Demeter (method chain calls)
69395 src/com/itac/dao/VehicleDetailsDAO.java 190 There is log block not surrounded by if
69396 src/com/itac/dao/VehicleDetailsDAO.java 190 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69397 src/com/itac/dao/VehicleDetailsDAO.java 191 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69398 src/com/itac/dao/VehicleDetailsDAO.java 192 There is log block not surrounded by if
69399 src/com/itac/dao/VehicleProcessDAO.java 13 Avoid unused imports such as 'org.hibernate.Query'
69400 src/com/itac/dao/VehicleProcessDAO.java 15 Avoid unused imports such as 'com.itac.dao.VehicleDetailsDAO'
69401 src/com/itac/dao/VehicleProcessDAO.java 15 No need to import a type that lives in the same package
69402 src/com/itac/dao/VehicleProcessDAO.java 22 headerCommentRequirement Required
69403 src/com/itac/dao/VehicleProcessDAO.java 23 The Logger variable declaration does not contain the static and final modifiers
69404 src/com/itac/dao/VehicleProcessDAO.java 23 Use explicit scoping instead of the default package private level
69405 src/com/itac/dao/VehicleProcessDAO.java 23 fieldCommentRequirement Required
69406 src/com/itac/dao/VehicleProcessDAO.java 25 Avoid unused private fields such as 'vehicle'.
69407 src/com/itac/dao/VehicleProcessDAO.java 25 fieldCommentRequirement Required
69408 src/com/itac/dao/VehicleProcessDAO.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
69409 src/com/itac/dao/VehicleProcessDAO.java 27 Use explicit scoping instead of the default package private level
69410 src/com/itac/dao/VehicleProcessDAO.java 27 fieldCommentRequirement Required
69411 src/com/itac/dao/VehicleProcessDAO.java 32 Parameter 'vehicleid' is not assigned and could be declared final
69412 src/com/itac/dao/VehicleProcessDAO.java 32 publicMethodCommentRequirement Required
69413 src/com/itac/dao/VehicleProcessDAO.java 35 Found 'DD'-anomaly for variable 'vehicle' (lines '35'-'42').
69414 src/com/itac/dao/VehicleProcessDAO.java 39 Local variable 'qry' could be declared final
69415 src/com/itac/dao/VehicleProcessDAO.java 42 Potential violation of Law of Demeter (object not created locally)
69416 src/com/itac/dao/VehicleProcessDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69417 src/com/itac/dao/VehicleProcessDAO.java 46 Avoid printStackTrace(); use a logger call instead.
69418 src/com/itac/dao/VehicleProcessDAO.java 46 Potential violation of Law of Demeter (object not created locally)
69419 src/com/itac/dao/VehicleProcessDAO.java 53 Parameter 'vehicleId' is not assigned and could be declared final
69420 src/com/itac/dao/VehicleProcessDAO.java 53 publicMethodCommentRequirement Required
69421 src/com/itac/dao/VehicleProcessDAO.java 56 Found 'DD'-anomaly for variable 'tripList' (lines '56'-'72').
69422 src/com/itac/dao/VehicleProcessDAO.java 57 Found 'DD'-anomaly for variable 'paramIdList' (lines '57'-'63').
69423 src/com/itac/dao/VehicleProcessDAO.java 58 Avoid declaring a variable if it is unreferenced before a possible exit point.
69424 src/com/itac/dao/VehicleProcessDAO.java 58 Avoid unused local variables such as 'tripInfo'.
69425 src/com/itac/dao/VehicleProcessDAO.java 58 Found 'DU'-anomaly for variable 'tripInfo' (lines '58'-'89').
69426 src/com/itac/dao/VehicleProcessDAO.java 58 Local variable 'tripInfo' could be declared final
69427 src/com/itac/dao/VehicleProcessDAO.java 63 Potential violation of Law of Demeter (method chain calls)
69428 src/com/itac/dao/VehicleProcessDAO.java 63 Potential violation of Law of Demeter (method chain calls)
69429 src/com/itac/dao/VehicleProcessDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69430 src/com/itac/dao/VehicleProcessDAO.java 71 Avoid using if statements without curly braces
69431 src/com/itac/dao/VehicleProcessDAO.java 72 Potential violation of Law of Demeter (method chain calls)
69432 src/com/itac/dao/VehicleProcessDAO.java 72 Potential violation of Law of Demeter (method chain calls)
69433 src/com/itac/dao/VehicleProcessDAO.java 76 Avoid using Literals in Conditional Statements
69434 src/com/itac/dao/VehicleProcessDAO.java 76 Potential violation of Law of Demeter (method chain calls)
69435 src/com/itac/dao/VehicleProcessDAO.java 76 Potential violation of Law of Demeter (object not created locally)
69436 src/com/itac/dao/VehicleProcessDAO.java 78 Potential violation of Law of Demeter (method chain calls)
69437 src/com/itac/dao/VehicleProcessDAO.java 78 Potential violation of Law of Demeter (object not created locally)
69438 src/com/itac/dao/VehicleProcessDAO.java 80 A method should have only one exit point, and that should be the last statement in the method
69439 src/com/itac/dao/VehicleProcessDAO.java 80 Potential violation of Law of Demeter (object not created locally)
69440 src/com/itac/dao/VehicleProcessDAO.java 84 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69441 src/com/itac/dao/VehicleProcessDAO.java 85 There is log block not surrounded by if
69442 src/com/itac/dao/VehicleProcessDAO.java 92 Parameter 'vehicleId' is not assigned and could be declared final
69443 src/com/itac/dao/VehicleProcessDAO.java 92 publicMethodCommentRequirement Required
69444 src/com/itac/dao/VehicleProcessDAO.java 95 Found 'DD'-anomaly for variable 'headingvalue' (lines '95'-'103').
69445 src/com/itac/dao/VehicleProcessDAO.java 98 Local variable 'query' could be declared final
69446 src/com/itac/dao/VehicleProcessDAO.java 100 Local variable 'heading' could be declared final
69447 src/com/itac/dao/VehicleProcessDAO.java 103 Potential violation of Law of Demeter (object not created locally)
69448 src/com/itac/dao/VehicleProcessDAO.java 109 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69449 src/com/itac/dao/VehicleProcessDAO.java 110 There is log block not surrounded by if
69450 src/com/itac/dao/VehicleTypeDAO.java 4 Avoid unused imports such as 'java.util.Set'
69451 src/com/itac/dao/VehicleTypeDAO.java 14 Comment is too large: Too many lines
69452 src/com/itac/dao/VehicleTypeDAO.java 27 Logger should be defined private static final and have the correct class
69453 src/com/itac/dao/VehicleTypeDAO.java 27 Variables that are final and static should be all capitals, 'log' is not all capitals.
69454 src/com/itac/dao/VehicleTypeDAO.java 27 fieldCommentRequirement Required
69455 src/com/itac/dao/VehicleTypeDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
69456 src/com/itac/dao/VehicleTypeDAO.java 29 publicMethodCommentRequirement Required
69457 src/com/itac/dao/VehicleTypeDAO.java 30 There is log block not surrounded by if
69458 src/com/itac/dao/VehicleTypeDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69459 src/com/itac/dao/VehicleTypeDAO.java 32 Potential violation of Law of Demeter (method chain calls)
69460 src/com/itac/dao/VehicleTypeDAO.java 33 There is log block not surrounded by if
69461 src/com/itac/dao/VehicleTypeDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69462 src/com/itac/dao/VehicleTypeDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69463 src/com/itac/dao/VehicleTypeDAO.java 35 There is log block not surrounded by if
69464 src/com/itac/dao/VehicleTypeDAO.java 40 Avoid excessively long variable names like persistentInstance
69465 src/com/itac/dao/VehicleTypeDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
69466 src/com/itac/dao/VehicleTypeDAO.java 40 publicMethodCommentRequirement Required
69467 src/com/itac/dao/VehicleTypeDAO.java 41 There is log block not surrounded by if
69468 src/com/itac/dao/VehicleTypeDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69469 src/com/itac/dao/VehicleTypeDAO.java 43 Potential violation of Law of Demeter (method chain calls)
69470 src/com/itac/dao/VehicleTypeDAO.java 44 There is log block not surrounded by if
69471 src/com/itac/dao/VehicleTypeDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69472 src/com/itac/dao/VehicleTypeDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69473 src/com/itac/dao/VehicleTypeDAO.java 46 There is log block not surrounded by if
69474 src/com/itac/dao/VehicleTypeDAO.java 51 Avoid variables with short names like id
69475 src/com/itac/dao/VehicleTypeDAO.java 51 Parameter 'id' is not assigned and could be declared final
69476 src/com/itac/dao/VehicleTypeDAO.java 51 publicMethodCommentRequirement Required
69477 src/com/itac/dao/VehicleTypeDAO.java 53 Local variable 'instance' could be declared final
69478 src/com/itac/dao/VehicleTypeDAO.java 53 Potential violation of Law of Demeter (method chain calls)
69479 src/com/itac/dao/VehicleTypeDAO.java 57 A catch statement that catches an exception only to rethrow it should be avoided.
69480 src/com/itac/dao/VehicleTypeDAO.java 57 Avoid catching NullPointerException; consider removing the cause of the NPE.
69481 src/com/itac/dao/VehicleTypeDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69482 src/com/itac/dao/VehicleTypeDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69483 src/com/itac/dao/VehicleTypeDAO.java 62 There is log block not surrounded by if
69484 src/com/itac/dao/VehicleTypeDAO.java 67 Parameter 'instance' is not assigned and could be declared final
69485 src/com/itac/dao/VehicleTypeDAO.java 67 publicMethodCommentRequirement Required
69486 src/com/itac/dao/VehicleTypeDAO.java 68 There is log block not surrounded by if
69487 src/com/itac/dao/VehicleTypeDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69488 src/com/itac/dao/VehicleTypeDAO.java 70 Local variable 'results' could be declared final
69489 src/com/itac/dao/VehicleTypeDAO.java 70 Potential violation of Law of Demeter (method chain calls)
69490 src/com/itac/dao/VehicleTypeDAO.java 70 Potential violation of Law of Demeter (method chain calls)
69491 src/com/itac/dao/VehicleTypeDAO.java 70 Potential violation of Law of Demeter (method chain calls)
69492 src/com/itac/dao/VehicleTypeDAO.java 73 There is log block not surrounded by if
69493 src/com/itac/dao/VehicleTypeDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69494 src/com/itac/dao/VehicleTypeDAO.java 74 Potential violation of Law of Demeter (object not created locally)
69495 src/com/itac/dao/VehicleTypeDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69496 src/com/itac/dao/VehicleTypeDAO.java 77 There is log block not surrounded by if
69497 src/com/itac/dao/VehicleTypeDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
69498 src/com/itac/dao/VehicleTypeDAO.java 82 Parameter 'value' is not assigned and could be declared final
69499 src/com/itac/dao/VehicleTypeDAO.java 82 publicMethodCommentRequirement Required
69500 src/com/itac/dao/VehicleTypeDAO.java 83 There is log block not surrounded by if
69501 src/com/itac/dao/VehicleTypeDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69502 src/com/itac/dao/VehicleTypeDAO.java 86 Local variable 'queryString' could be declared final
69503 src/com/itac/dao/VehicleTypeDAO.java 88 Local variable 'queryObject' could be declared final
69504 src/com/itac/dao/VehicleTypeDAO.java 88 Potential violation of Law of Demeter (method chain calls)
69505 src/com/itac/dao/VehicleTypeDAO.java 89 Potential violation of Law of Demeter (object not created locally)
69506 src/com/itac/dao/VehicleTypeDAO.java 90 Potential violation of Law of Demeter (object not created locally)
69507 src/com/itac/dao/VehicleTypeDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69508 src/com/itac/dao/VehicleTypeDAO.java 92 There is log block not surrounded by if
69509 src/com/itac/dao/VehicleTypeDAO.java 97 Parameter 'first' is not assigned and could be declared final
69510 src/com/itac/dao/VehicleTypeDAO.java 97 Parameter 'last' is not assigned and could be declared final
69511 src/com/itac/dao/VehicleTypeDAO.java 97 publicMethodCommentRequirement Required
69512 src/com/itac/dao/VehicleTypeDAO.java 98 There is log block not surrounded by if
69513 src/com/itac/dao/VehicleTypeDAO.java 98 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69514 src/com/itac/dao/VehicleTypeDAO.java 100 Local variable 'queryString' could be declared final
69515 src/com/itac/dao/VehicleTypeDAO.java 101 Local variable 'queryObject' could be declared final
69516 src/com/itac/dao/VehicleTypeDAO.java 101 Potential violation of Law of Demeter (method chain calls)
69517 src/com/itac/dao/VehicleTypeDAO.java 102 Potential violation of Law of Demeter (object not created locally)
69518 src/com/itac/dao/VehicleTypeDAO.java 103 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69519 src/com/itac/dao/VehicleTypeDAO.java 104 There is log block not surrounded by if
69520 src/com/itac/dao/VehicleTypeDAO.java 109 Parameter 'detachedInstance' is not assigned and could be declared final
69521 src/com/itac/dao/VehicleTypeDAO.java 109 publicMethodCommentRequirement Required
69522 src/com/itac/dao/VehicleTypeDAO.java 110 There is log block not surrounded by if
69523 src/com/itac/dao/VehicleTypeDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69524 src/com/itac/dao/VehicleTypeDAO.java 112 Local variable 'result' could be declared final
69525 src/com/itac/dao/VehicleTypeDAO.java 112 Potential violation of Law of Demeter (method chain calls)
69526 src/com/itac/dao/VehicleTypeDAO.java 114 There is log block not surrounded by if
69527 src/com/itac/dao/VehicleTypeDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69528 src/com/itac/dao/VehicleTypeDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69529 src/com/itac/dao/VehicleTypeDAO.java 117 There is log block not surrounded by if
69530 src/com/itac/dao/VehicleTypeDAO.java 122 Parameter 'instance' is not assigned and could be declared final
69531 src/com/itac/dao/VehicleTypeDAO.java 122 publicMethodCommentRequirement Required
69532 src/com/itac/dao/VehicleTypeDAO.java 123 There is log block not surrounded by if
69533 src/com/itac/dao/VehicleTypeDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69534 src/com/itac/dao/VehicleTypeDAO.java 125 Potential violation of Law of Demeter (method chain calls)
69535 src/com/itac/dao/VehicleTypeDAO.java 126 There is log block not surrounded by if
69536 src/com/itac/dao/VehicleTypeDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69537 src/com/itac/dao/VehicleTypeDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69538 src/com/itac/dao/VehicleTypeDAO.java 128 There is log block not surrounded by if
69539 src/com/itac/dao/VehicleTypeDAO.java 133 Parameter 'instance' is not assigned and could be declared final
69540 src/com/itac/dao/VehicleTypeDAO.java 133 publicMethodCommentRequirement Required
69541 src/com/itac/dao/VehicleTypeDAO.java 134 There is log block not surrounded by if
69542 src/com/itac/dao/VehicleTypeDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69543 src/com/itac/dao/VehicleTypeDAO.java 136 Potential violation of Law of Demeter (method chain calls)
69544 src/com/itac/dao/VehicleTypeDAO.java 137 There is log block not surrounded by if
69545 src/com/itac/dao/VehicleTypeDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69546 src/com/itac/dao/VehicleTypeDAO.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69547 src/com/itac/dao/VehicleTypeDAO.java 139 There is log block not surrounded by if
69548 src/com/itac/daoImpl/FuelDAOImpl.java 1 Package name contains upper case characters
69549 src/com/itac/daoImpl/FuelDAOImpl.java 6 Comment is too large: Line too long
69550 src/com/itac/daoImpl/FuelDAOImpl.java 18 headerCommentRequirement Required
69551 src/com/itac/daoImpl/FuelDAOImpl.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
69552 src/com/itac/daoImpl/FuelDAOImpl.java 21 Use explicit scoping instead of the default package private level
69553 src/com/itac/daoImpl/FuelDAOImpl.java 21 fieldCommentRequirement Required
69554 src/com/itac/daoImpl/FuelDAOImpl.java 25 Parameter 'fuelHistory' is not assigned and could be declared final
69555 src/com/itac/daoImpl/FuelDAOImpl.java 25 publicMethodCommentRequirement Required
69556 src/com/itac/daoImpl/FuelDAOImpl.java 28 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69557 src/com/itac/daoImpl/FuelDAOImpl.java 29 Avoid printStackTrace(); use a logger call instead.
69558 src/com/itac/daoImpl/FuelDAOImpl.java 33 Parameter 'metaRefuel' is not assigned and could be declared final
69559 src/com/itac/daoImpl/FuelDAOImpl.java 33 publicMethodCommentRequirement Required
69560 src/com/itac/daoImpl/FuelDAOImpl.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69561 src/com/itac/daoImpl/FuelDAOImpl.java 37 Avoid printStackTrace(); use a logger call instead.
69562 src/com/itac/daoImpl/VehicleDAOImpl.java 1 Package name contains upper case characters
69563 src/com/itac/daoImpl/VehicleDAOImpl.java 6 Comment is too large: Line too long
69564 src/com/itac/daoImpl/VehicleDAOImpl.java 21 headerCommentRequirement Required
69565 src/com/itac/daoImpl/VehicleDAOImpl.java 23 Found non-transient, non-static member. Please mark as transient or provide accessors.
69566 src/com/itac/daoImpl/VehicleDAOImpl.java 23 Use explicit scoping instead of the default package private level
69567 src/com/itac/daoImpl/VehicleDAOImpl.java 23 fieldCommentRequirement Required
69568 src/com/itac/daoImpl/VehicleDAOImpl.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
69569 src/com/itac/daoImpl/VehicleDAOImpl.java 25 Use explicit scoping instead of the default package private level
69570 src/com/itac/daoImpl/VehicleDAOImpl.java 25 fieldCommentRequirement Required
69571 src/com/itac/daoImpl/VehicleDAOImpl.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
69572 src/com/itac/daoImpl/VehicleDAOImpl.java 26 Use explicit scoping instead of the default package private level
69573 src/com/itac/daoImpl/VehicleDAOImpl.java 26 fieldCommentRequirement Required
69574 src/com/itac/daoImpl/VehicleDAOImpl.java 27 Found 'UR'-anomaly for variable 'organization' (lines '27'-'35').
69575 src/com/itac/daoImpl/VehicleDAOImpl.java 27 Parameter 'orgId' is not assigned and could be declared final
69576 src/com/itac/daoImpl/VehicleDAOImpl.java 27 publicMethodCommentRequirement Required
69577 src/com/itac/daoImpl/VehicleDAOImpl.java 29 Local variable 'organizationQuery' could be declared final
69578 src/com/itac/daoImpl/VehicleDAOImpl.java 31 Local variable 'vehList' could be declared final
69579 src/com/itac/daoImpl/VehicleDAOImpl.java 32 Avoid declaring a variable if it is unreferenced before a possible exit point.
69580 src/com/itac/daoImpl/VehicleDAOImpl.java 32 Avoid unused local variables such as 'iterator'.
69581 src/com/itac/daoImpl/VehicleDAOImpl.java 32 Found 'DU'-anomaly for variable 'iterator' (lines '32'-'45').
69582 src/com/itac/daoImpl/VehicleDAOImpl.java 32 Local variable 'iterator' could be declared final
69583 src/com/itac/daoImpl/VehicleDAOImpl.java 32 Potential violation of Law of Demeter (object not created locally)
69584 src/com/itac/daoImpl/VehicleDAOImpl.java 33 Local variable 'organization' could be declared final
69585 src/com/itac/daoImpl/VehicleDAOImpl.java 35 Local variable 'vehicleDetails' could be declared final
69586 src/com/itac/daoImpl/VehicleDAOImpl.java 35 Potential violation of Law of Demeter (object not created locally)
69587 src/com/itac/daoImpl/VehicleDAOImpl.java 36 Local variable 'vehicleIterator' could be declared final
69588 src/com/itac/daoImpl/VehicleDAOImpl.java 36 Potential violation of Law of Demeter (object not created locally)
69589 src/com/itac/distancehandler/DateVO.java 11 Avoid using redundant field initializer for 'date'
69590 src/com/itac/distancehandler/DateVO.java 11 fieldCommentRequirement Required
69591 src/com/itac/distancehandler/DateVO.java 12 Avoid using redundant field initializer for 'inTripDist'
69592 src/com/itac/distancehandler/DateVO.java 12 fieldCommentRequirement Required
69593 src/com/itac/distancehandler/DateVO.java 13 Avoid using redundant field initializer for 'outTripDist'
69594 src/com/itac/distancehandler/DateVO.java 13 fieldCommentRequirement Required
69595 src/com/itac/distancehandler/DateVO.java 15 Avoid using redundant field initializer for 'lastLat'
69596 src/com/itac/distancehandler/DateVO.java 15 fieldCommentRequirement Required
69597 src/com/itac/distancehandler/DateVO.java 17 Avoid using redundant field initializer for 'lastLong'
69598 src/com/itac/distancehandler/DateVO.java 17 fieldCommentRequirement Required
69599 src/com/itac/distancehandler/DateVO.java 20 Use explicit scoping instead of the default package private level
69600 src/com/itac/distancehandler/DateVO.java 20 fieldCommentRequirement Required
69601 src/com/itac/distancehandler/DateVO.java 32 Parameter 'date' is not assigned and could be declared final
69602 src/com/itac/distancehandler/DateVO.java 44 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
69603 src/com/itac/distancehandler/DateVO.java 44 Parameter 'inTripDist' is not assigned and could be declared final
69604 src/com/itac/distancehandler/DateVO.java 56 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
69605 src/com/itac/distancehandler/DateVO.java 56 Parameter 'outTripDist' is not assigned and could be declared final
69606 src/com/itac/distancehandler/DateVO.java 72 Parameter 'lastLat' is not assigned and could be declared final
69607 src/com/itac/distancehandler/DateVO.java 87 Parameter 'lastLong' is not assigned and could be declared final
69608 src/com/itac/distancehandler/DateVO.java 92 publicMethodCommentRequirement Required
69609 src/com/itac/distancehandler/DateVO.java 98 Parameter 'tripsLst' is not assigned and could be declared final
69610 src/com/itac/distancehandler/DistanceHelper.java 6 Comment is too large: Line too long
69611 src/com/itac/distancehandler/DistanceHelper.java 27 The class 'DistanceHelper' has a Cyclomatic Complexity of 10 (Highest = 12).
69612 src/com/itac/distancehandler/DistanceHelper.java 27 headerCommentRequirement Required
69613 src/com/itac/distancehandler/DistanceHelper.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
69614 src/com/itac/distancehandler/DistanceHelper.java 28 Private field 'log' could be made final; it is only initialized in the declaration or constructor.
69615 src/com/itac/distancehandler/DistanceHelper.java 28 The Logger variable declaration does not contain the static and final modifiers
69616 src/com/itac/distancehandler/DistanceHelper.java 28 fieldCommentRequirement Required
69617 src/com/itac/distancehandler/DistanceHelper.java 30 Found non-transient, non-static member. Please mark as transient or provide accessors.
69618 src/com/itac/distancehandler/DistanceHelper.java 30 Use explicit scoping instead of the default package private level
69619 src/com/itac/distancehandler/DistanceHelper.java 30 fieldCommentRequirement Required
69620 src/com/itac/distancehandler/DistanceHelper.java 33 Avoid really long methods.
69621 src/com/itac/distancehandler/DistanceHelper.java 33 Found 'UR'-anomaly for variable 'params' (lines '33'-'106').
69622 src/com/itac/distancehandler/DistanceHelper.java 33 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
69623 src/com/itac/distancehandler/DistanceHelper.java 33 Parameter 'vehicle_id' is not assigned and could be declared final
69624 src/com/itac/distancehandler/DistanceHelper.java 33 The method 'getDistParams' has a Cyclomatic Complexity of 12.
69625 src/com/itac/distancehandler/DistanceHelper.java 33 publicMethodCommentRequirement Required
69626 src/com/itac/distancehandler/DistanceHelper.java 34 Parameter 'fromDate' is not assigned and could be declared final
69627 src/com/itac/distancehandler/DistanceHelper.java 34 Parameter 'isDist' is not assigned and could be declared final
69628 src/com/itac/distancehandler/DistanceHelper.java 34 Parameter 'toDate' is not assigned and could be declared final
69629 src/com/itac/distancehandler/DistanceHelper.java 34 Parameter 'veh' is not assigned and could be declared final
69630 src/com/itac/distancehandler/DistanceHelper.java 37 Local variable 'tripParams' could be declared final
69631 src/com/itac/distancehandler/DistanceHelper.java 38 Local variable 'tripListDTO' could be declared final
69632 src/com/itac/distancehandler/DistanceHelper.java 39 Found 'DD'-anomaly for variable 'distDTO' (lines '39'-'115').
69633 src/com/itac/distancehandler/DistanceHelper.java 39 Found 'DD'-anomaly for variable 'distDTO' (lines '39'-'136').
69634 src/com/itac/distancehandler/DistanceHelper.java 39 Found 'DD'-anomaly for variable 'distDTO' (lines '39'-'142').
69635 src/com/itac/distancehandler/DistanceHelper.java 40 Avoid declaring a variable if it is unreferenced before a possible exit point.
69636 src/com/itac/distancehandler/DistanceHelper.java 40 Avoid unused local variables such as 'sess'.
69637 src/com/itac/distancehandler/DistanceHelper.java 40 Local variable 'sess' could be declared final
69638 src/com/itac/distancehandler/DistanceHelper.java 41 Found 'DD'-anomaly for variable 'filter' (lines '41'-'56').
69639 src/com/itac/distancehandler/DistanceHelper.java 44 Found 'DD'-anomaly for variable 'paramsQuery' (lines '44'-'61').
69640 src/com/itac/distancehandler/DistanceHelper.java 44 Found 'DD'-anomaly for variable 'paramsQuery' (lines '44'-'70').
69641 src/com/itac/distancehandler/DistanceHelper.java 48 When instantiating a SimpleDateFormat object, specify a Locale
69642 src/com/itac/distancehandler/DistanceHelper.java 50 Local variable 'whereQry' could be declared final
69643 src/com/itac/distancehandler/DistanceHelper.java 55 Avoid using if statements without curly braces
69644 src/com/itac/distancehandler/DistanceHelper.java 58 Avoid if (x != y) ..; else ..;
69645 src/com/itac/distancehandler/DistanceHelper.java 58 Avoid using Literals in Conditional Statements
69646 src/com/itac/distancehandler/DistanceHelper.java 58 Use equals() to compare strings instead of '==' or '!='
69647 src/com/itac/distancehandler/DistanceHelper.java 75 Local variable 'paramlist' could be declared final
69648 src/com/itac/distancehandler/DistanceHelper.java 76 Local variable 'paramiter' could be declared final
69649 src/com/itac/distancehandler/DistanceHelper.java 78 Local variable 'rows' could be declared final
69650 src/com/itac/distancehandler/DistanceHelper.java 79 Avoid instantiating new objects inside loops
69651 src/com/itac/distancehandler/DistanceHelper.java 79 Local variable 'distdto' could be declared final
69652 src/com/itac/distancehandler/DistanceHelper.java 80 Potential violation of Law of Demeter (method chain calls)
69653 src/com/itac/distancehandler/DistanceHelper.java 81 Potential violation of Law of Demeter (method chain calls)
69654 src/com/itac/distancehandler/DistanceHelper.java 82 Potential violation of Law of Demeter (method chain calls)
69655 src/com/itac/distancehandler/DistanceHelper.java 83 Potential violation of Law of Demeter (method chain calls)
69656 src/com/itac/distancehandler/DistanceHelper.java 84 Potential violation of Law of Demeter (method chain calls)
69657 src/com/itac/distancehandler/DistanceHelper.java 85 Potential violation of Law of Demeter (method chain calls)
69658 src/com/itac/distancehandler/DistanceHelper.java 86 Avoid if (x != y) ..; else ..;
69659 src/com/itac/distancehandler/DistanceHelper.java 87 Potential violation of Law of Demeter (method chain calls)
69660 src/com/itac/distancehandler/DistanceHelper.java 97 Avoid unused local variables such as 'k'.
69661 src/com/itac/distancehandler/DistanceHelper.java 97 Avoid variables with short names like k
69662 src/com/itac/distancehandler/DistanceHelper.java 97 Found 'DD'-anomaly for variable 'k' (lines '97'-'126').
69663 src/com/itac/distancehandler/DistanceHelper.java 97 Found 'DU'-anomaly for variable 'k' (lines '97'-'156').
69664 src/com/itac/distancehandler/DistanceHelper.java 100 Avoid if (x != y) ..; else ..;
69665 src/com/itac/distancehandler/DistanceHelper.java 102 Local variable 'params' could be declared final
69666 src/com/itac/distancehandler/DistanceHelper.java 108 Avoid if (x != y) ..; else ..;
69667 src/com/itac/distancehandler/DistanceHelper.java 108 Potential violation of Law of Demeter (method chain calls)
69668 src/com/itac/distancehandler/DistanceHelper.java 115 Avoid instantiating new objects inside loops
69669 src/com/itac/distancehandler/DistanceHelper.java 115 Potential violation of Law of Demeter (method chain calls)
69670 src/com/itac/distancehandler/DistanceHelper.java 116 Potential violation of Law of Demeter (method chain calls)
69671 src/com/itac/distancehandler/DistanceHelper.java 124 There is log block not surrounded by if
69672 src/com/itac/distancehandler/DistanceHelper.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69673 src/com/itac/distancehandler/DistanceHelper.java 126 Found 'DD'-anomaly for variable 'k' (lines '126'-'126').
69674 src/com/itac/distancehandler/DistanceHelper.java 126 Found 'DU'-anomaly for variable 'k' (lines '126'-'156').
69675 src/com/itac/distancehandler/DistanceHelper.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69676 src/com/itac/distancehandler/DistanceHelper.java 130 There is log block not surrounded by if
69677 src/com/itac/distancehandler/DistanceHelper.java 131 Avoid printStackTrace(); use a logger call instead.
69678 src/com/itac/distancehandler/DistanceHelper.java 135 There is log block not surrounded by if
69679 src/com/itac/distancehandler/DistanceHelper.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69680 src/com/itac/distancehandler/DistanceHelper.java 140 Avoid catching NullPointerException; consider removing the cause of the NPE.
69681 src/com/itac/distancehandler/DistanceHelper.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69682 src/com/itac/distancehandler/DistanceHelper.java 145 Avoid printStackTrace(); use a logger call instead.
69683 src/com/itac/distancehandler/DistanceHelper.java 146 There is log block not surrounded by if
69684 src/com/itac/distancehandler/DistanceHelper.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69685 src/com/itac/distancehandler/DistanceHelper.java 149 Avoid printStackTrace(); use a logger call instead.
69686 src/com/itac/distancehandler/DistanceHelper.java 158 Avoid variables with short names like to
69687 src/com/itac/distancehandler/DistanceHelper.java 158 Avoid variables with short names like v
69688 src/com/itac/distancehandler/DistanceHelper.java 158 Found 'UR'-anomaly for variable 'packet' (lines '158'-'230').
69689 src/com/itac/distancehandler/DistanceHelper.java 158 Method names should not start with capital letters
69690 src/com/itac/distancehandler/DistanceHelper.java 158 Parameter 'from' is not assigned and could be declared final
69691 src/com/itac/distancehandler/DistanceHelper.java 158 Parameter 'isSql' is not assigned and could be declared final
69692 src/com/itac/distancehandler/DistanceHelper.java 158 Parameter 'to' is not assigned and could be declared final
69693 src/com/itac/distancehandler/DistanceHelper.java 158 Parameter 'v' is not assigned and could be declared final
69694 src/com/itac/distancehandler/DistanceHelper.java 158 The method 'ParamStartEndDate' has a Cyclomatic Complexity of 11.
69695 src/com/itac/distancehandler/DistanceHelper.java 158 publicMethodCommentRequirement Required
69696 src/com/itac/distancehandler/DistanceHelper.java 159 Local variable 'vehicleid' could be declared final
69697 src/com/itac/distancehandler/DistanceHelper.java 160 Use one line for each declaration, it enhances code readability.
69698 src/com/itac/distancehandler/DistanceHelper.java 164 Avoid variables with short names like r
69699 src/com/itac/distancehandler/DistanceHelper.java 164 Found 'DD'-anomaly for variable 'r' (lines '164'-'224').
69700 src/com/itac/distancehandler/DistanceHelper.java 164 Found 'DU'-anomaly for variable 'r' (lines '164'-'252').
69701 src/com/itac/distancehandler/DistanceHelper.java 165 Use one line for each declaration, it enhances code readability.
69702 src/com/itac/distancehandler/DistanceHelper.java 165 Variables should start with a lowercase character, 'ParamEnd' starts with uppercase character.
69703 src/com/itac/distancehandler/DistanceHelper.java 165 Variables should start with a lowercase character, 'ParamStart' starts with uppercase character.
69704 src/com/itac/distancehandler/DistanceHelper.java 167 Avoid variables with short names like p
69705 src/com/itac/distancehandler/DistanceHelper.java 167 Found 'DD'-anomaly for variable 'p' (lines '167'-'221').
69706 src/com/itac/distancehandler/DistanceHelper.java 167 Found 'DU'-anomaly for variable 'p' (lines '167'-'252').
69707 src/com/itac/distancehandler/DistanceHelper.java 168 Avoid variables with short names like q
69708 src/com/itac/distancehandler/DistanceHelper.java 168 Found 'DD'-anomaly for variable 'q' (lines '168'-'223').
69709 src/com/itac/distancehandler/DistanceHelper.java 168 Found 'DU'-anomaly for variable 'q' (lines '168'-'252').
69710 src/com/itac/distancehandler/DistanceHelper.java 169 Avoid variables with short names like o
69711 src/com/itac/distancehandler/DistanceHelper.java 169 Found 'DD'-anomaly for variable 'o' (lines '169'-'222').
69712 src/com/itac/distancehandler/DistanceHelper.java 169 Found 'DU'-anomaly for variable 'o' (lines '169'-'252').
69713 src/com/itac/distancehandler/DistanceHelper.java 174 Avoid declaring a variable if it is unreferenced before a possible exit point.
69714 src/com/itac/distancehandler/DistanceHelper.java 174 Avoid unused local variables such as 'i'.
69715 src/com/itac/distancehandler/DistanceHelper.java 174 Avoid unused local variables such as 'y'.
69716 src/com/itac/distancehandler/DistanceHelper.java 174 Avoid variables with short names like h
69717 src/com/itac/distancehandler/DistanceHelper.java 174 Avoid variables with short names like i
69718 src/com/itac/distancehandler/DistanceHelper.java 174 Avoid variables with short names like y
69719 src/com/itac/distancehandler/DistanceHelper.java 174 Found 'DU'-anomaly for variable 'h' (lines '174'-'252').
69720 src/com/itac/distancehandler/DistanceHelper.java 174 Found 'DU'-anomaly for variable 'i' (lines '174'-'252').
69721 src/com/itac/distancehandler/DistanceHelper.java 174 Found 'DU'-anomaly for variable 'y' (lines '174'-'252').
69722 src/com/itac/distancehandler/DistanceHelper.java 174 Local variable 'i' could be declared final
69723 src/com/itac/distancehandler/DistanceHelper.java 174 Local variable 'y' could be declared final
69724 src/com/itac/distancehandler/DistanceHelper.java 174 Use one line for each declaration, it enhances code readability.
69725 src/com/itac/distancehandler/DistanceHelper.java 175 Avoid variables with short names like d
69726 src/com/itac/distancehandler/DistanceHelper.java 175 Avoid variables with short names like f
69727 src/com/itac/distancehandler/DistanceHelper.java 175 Found 'DD'-anomaly for variable 'd' (lines '175'-'234').
69728 src/com/itac/distancehandler/DistanceHelper.java 175 Found 'DD'-anomaly for variable 'f' (lines '175'-'187').
69729 src/com/itac/distancehandler/DistanceHelper.java 175 Use one line for each declaration, it enhances code readability.
69730 src/com/itac/distancehandler/DistanceHelper.java 176 Found 'DD'-anomaly for variable 'query' (lines '176'-'194').
69731 src/com/itac/distancehandler/DistanceHelper.java 177 Found 'DD'-anomaly for variable 'query1' (lines '177'-'183').
69732 src/com/itac/distancehandler/DistanceHelper.java 178 Local variable 'dateformatter' could be declared final
69733 src/com/itac/distancehandler/DistanceHelper.java 178 When instantiating a SimpleDateFormat object, specify a Locale
69734 src/com/itac/distancehandler/DistanceHelper.java 180 Local variable 'qry' could be declared final
69735 src/com/itac/distancehandler/DistanceHelper.java 181 Potential violation of Law of Demeter (object not created locally)
69736 src/com/itac/distancehandler/DistanceHelper.java 185 Potential violation of Law of Demeter (object not created locally)
69737 src/com/itac/distancehandler/DistanceHelper.java 185 Potential violation of Law of Demeter (object not created locally)
69738 src/com/itac/distancehandler/DistanceHelper.java 185 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
69739 src/com/itac/distancehandler/DistanceHelper.java 190 Local variable 'qry1' could be declared final
69740 src/com/itac/distancehandler/DistanceHelper.java 191 Potential violation of Law of Demeter (object not created locally)
69741 src/com/itac/distancehandler/DistanceHelper.java 192 Potential violation of Law of Demeter (object not created locally)
69742 src/com/itac/distancehandler/DistanceHelper.java 196 Found 'DD'-anomaly for variable 'packet1' (lines '196'-'209').
69743 src/com/itac/distancehandler/DistanceHelper.java 196 Found 'DU'-anomaly for variable 'packet1' (lines '196'-'252').
69744 src/com/itac/distancehandler/DistanceHelper.java 197 Potential violation of Law of Demeter (object not created locally)
69745 src/com/itac/distancehandler/DistanceHelper.java 197 Potential violation of Law of Demeter (object not created locally)
69746 src/com/itac/distancehandler/DistanceHelper.java 197 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
69747 src/com/itac/distancehandler/DistanceHelper.java 199 Local variable 'qry2' could be declared final
69748 src/com/itac/distancehandler/DistanceHelper.java 206 Local variable 'queryiter' could be declared final
69749 src/com/itac/distancehandler/DistanceHelper.java 206 Potential violation of Law of Demeter (object not created locally)
69750 src/com/itac/distancehandler/DistanceHelper.java 208 Local variable 'rows' could be declared final
69751 src/com/itac/distancehandler/DistanceHelper.java 209 Avoid instantiating new objects inside loops
69752 src/com/itac/distancehandler/DistanceHelper.java 209 Found 'DD'-anomaly for variable 'packet1' (lines '209'-'209').
69753 src/com/itac/distancehandler/DistanceHelper.java 209 Found 'DU'-anomaly for variable 'packet1' (lines '209'-'252').
69754 src/com/itac/distancehandler/DistanceHelper.java 213 Avoid using Literals in Conditional Statements
69755 src/com/itac/distancehandler/DistanceHelper.java 213 Potential violation of Law of Demeter (object not created locally)
69756 src/com/itac/distancehandler/DistanceHelper.java 213 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
69757 src/com/itac/distancehandler/DistanceHelper.java 214 Assigning an Object to null is a code smell. Consider refactoring.
69758 src/com/itac/distancehandler/DistanceHelper.java 215 Assigning an Object to null is a code smell. Consider refactoring.
69759 src/com/itac/distancehandler/DistanceHelper.java 215 Found 'DD'-anomaly for variable 'ParamEnd' (lines '215'-'242').
69760 src/com/itac/distancehandler/DistanceHelper.java 217 Potential violation of Law of Demeter (method chain calls)
69761 src/com/itac/distancehandler/DistanceHelper.java 217 Potential violation of Law of Demeter (object not created locally)
69762 src/com/itac/distancehandler/DistanceHelper.java 218 Assigning an Object to null is a code smell. Consider refactoring.
69763 src/com/itac/distancehandler/DistanceHelper.java 218 Found 'DD'-anomaly for variable 'ParamEnd' (lines '218'-'242').
69764 src/com/itac/distancehandler/DistanceHelper.java 221 Found 'DD'-anomaly for variable 'p' (lines '221'-'230').
69765 src/com/itac/distancehandler/DistanceHelper.java 221 Potential violation of Law of Demeter (object not created locally)
69766 src/com/itac/distancehandler/DistanceHelper.java 222 Potential violation of Law of Demeter (object not created locally)
69767 src/com/itac/distancehandler/DistanceHelper.java 223 Potential violation of Law of Demeter (object not created locally)
69768 src/com/itac/distancehandler/DistanceHelper.java 225 Avoid unused local variables such as 'w'.
69769 src/com/itac/distancehandler/DistanceHelper.java 225 Avoid variables with short names like w
69770 src/com/itac/distancehandler/DistanceHelper.java 225 Found 'DU'-anomaly for variable 'w' (lines '225'-'252').
69771 src/com/itac/distancehandler/DistanceHelper.java 225 Local variable 'w' could be declared final
69772 src/com/itac/distancehandler/DistanceHelper.java 228 Local variable 'packet' could be declared final
69773 src/com/itac/distancehandler/DistanceHelper.java 229 Avoid unused local variables such as 'dbdate'.
69774 src/com/itac/distancehandler/DistanceHelper.java 229 Local variable 'dbdate' could be declared final
69775 src/com/itac/distancehandler/DistanceHelper.java 230 Found 'DD'-anomaly for variable 'p' (lines '230'-'230').
69776 src/com/itac/distancehandler/DistanceHelper.java 230 Potential violation of Law of Demeter (method chain calls)
69777 src/com/itac/distancehandler/DistanceHelper.java 230 Potential violation of Law of Demeter (object not created locally)
69778 src/com/itac/distancehandler/DistanceHelper.java 231 Found 'DD'-anomaly for variable 'o' (lines '231'-'231').
69779 src/com/itac/distancehandler/DistanceHelper.java 231 Potential violation of Law of Demeter (method chain calls)
69780 src/com/itac/distancehandler/DistanceHelper.java 231 Potential violation of Law of Demeter (object not created locally)
69781 src/com/itac/distancehandler/DistanceHelper.java 232 Found 'DD'-anomaly for variable 'q' (lines '232'-'232').
69782 src/com/itac/distancehandler/DistanceHelper.java 232 Found 'DU'-anomaly for variable 'q' (lines '232'-'252').
69783 src/com/itac/distancehandler/DistanceHelper.java 232 Potential violation of Law of Demeter (method chain calls)
69784 src/com/itac/distancehandler/DistanceHelper.java 232 Potential violation of Law of Demeter (object not created locally)
69785 src/com/itac/distancehandler/DistanceHelper.java 233 Found 'DU'-anomaly for variable 'h' (lines '233'-'252').
69786 src/com/itac/distancehandler/DistanceHelper.java 234 Found 'DD'-anomaly for variable 'd' (lines '234'-'234').
69787 src/com/itac/distancehandler/DistanceHelper.java 237 Found 'DD'-anomaly for variable 'ParamEnd' (lines '237'-'242').
69788 src/com/itac/distancehandler/DistanceHelper.java 242 Assigning an Object to null is a code smell. Consider refactoring.
69789 src/com/itac/distancehandler/DistanceHelper.java 245 A method should have only one exit point, and that should be the last statement in the method
69790 src/com/itac/distancehandler/DistanceHelper.java 248 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69791 src/com/itac/distancehandler/DistanceHelper.java 249 There is log block not surrounded by if
69792 src/com/itac/distancehandler/DistanceHelper.java 254 Method names should not start with capital letters
69793 src/com/itac/distancehandler/DistanceHelper.java 254 Parameter 'creatmend' is not assigned and could be declared final
69794 src/com/itac/distancehandler/DistanceHelper.java 254 Parameter 'creatmsta' is not assigned and could be declared final
69795 src/com/itac/distancehandler/DistanceHelper.java 254 Parameter 'vehicleid' is not assigned and could be declared final
69796 src/com/itac/distancehandler/DistanceHelper.java 254 Rather than using a lot of String arguments, consider using a container object for those values.
69797 src/com/itac/distancehandler/DistanceHelper.java 254 publicMethodCommentRequirement Required
69798 src/com/itac/distancehandler/DistanceHelper.java 255 Parameter 'end' is not assigned and could be declared final
69799 src/com/itac/distancehandler/DistanceHelper.java 255 Parameter 'isSql' is not assigned and could be declared final
69800 src/com/itac/distancehandler/DistanceHelper.java 255 Parameter 'start' is not assigned and could be declared final
69801 src/com/itac/distancehandler/DistanceHelper.java 257 Avoid variables with short names like x
69802 src/com/itac/distancehandler/DistanceHelper.java 257 Local variable 'x' could be declared final
69803 src/com/itac/distancehandler/DistanceHelper.java 258 Avoid variables with short names like d
69804 src/com/itac/distancehandler/DistanceHelper.java 258 Found 'DU'-anomaly for variable 'd' (lines '258'-'288').
69805 src/com/itac/distancehandler/DistanceHelper.java 258 Local variable 'd' could be declared final
69806 src/com/itac/distancehandler/DistanceHelper.java 259 Avoid variables with short names like d1
69807 src/com/itac/distancehandler/DistanceHelper.java 259 Found 'DU'-anomaly for variable 'd1' (lines '259'-'288').
69808 src/com/itac/distancehandler/DistanceHelper.java 259 Local variable 'd1' could be declared final
69809 src/com/itac/distancehandler/DistanceHelper.java 260 Local variable 'sta' could be declared final
69810 src/com/itac/distancehandler/DistanceHelper.java 261 Avoid variables with short names like en
69811 src/com/itac/distancehandler/DistanceHelper.java 261 Local variable 'en' could be declared final
69812 src/com/itac/distancehandler/DistanceHelper.java 262 Avoid variables with short names like a
69813 src/com/itac/distancehandler/DistanceHelper.java 262 Found 'DD'-anomaly for variable 'a' (lines '262'-'272').
69814 src/com/itac/distancehandler/DistanceHelper.java 262 Found 'DD'-anomaly for variable 'a' (lines '262'-'275').
69815 src/com/itac/distancehandler/DistanceHelper.java 262 Found 'DD'-anomaly for variable 'a' (lines '262'-'278').
69816 src/com/itac/distancehandler/DistanceHelper.java 263 Found 'DD'-anomaly for variable 'vehicle' (lines '263'-'267').
69817 src/com/itac/distancehandler/DistanceHelper.java 264 Found 'DD'-anomaly for variable 'param' (lines '264'-'268').
69818 src/com/itac/distancehandler/DistanceHelper.java 264 Found 'DU'-anomaly for variable 'param' (lines '264'-'288').
69819 src/com/itac/distancehandler/DistanceHelper.java 265 Found 'DD'-anomaly for variable 'time' (lines '265'-'269').
69820 src/com/itac/distancehandler/DistanceHelper.java 265 Found 'DU'-anomaly for variable 'time' (lines '265'-'288').
69821 src/com/itac/distancehandler/DistanceHelper.java 268 Found 'DU'-anomaly for variable 'param' (lines '268'-'288').
69822 src/com/itac/distancehandler/DistanceHelper.java 269 Found 'DU'-anomaly for variable 'time' (lines '269'-'288').
69823 src/com/itac/distancehandler/DistanceHelper.java 271 Avoid if (x != y) ..; else ..;
69824 src/com/itac/distancehandler/DistanceHelper.java 282 A method should have only one exit point, and that should be the last statement in the method
69825 src/com/itac/distancehandler/DistanceHelper.java 283 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69826 src/com/itac/distancehandler/DistanceHelper.java 285 There is log block not surrounded by if
69827 src/com/itac/distancehandler/IReports.java 8 Avoid modifiers which are implied by the context
69828 src/com/itac/distancehandler/IReports.java 8 publicMethodCommentRequirement Required
69829 src/com/itac/distancehandler/LiveDistanceReport.java 1 Possible God class (WMC=106, ATFD=120, TCC=0.03571428571428571)
69830 src/com/itac/distancehandler/LiveDistanceReport.java 25 The class 'LiveDistanceReport' has a Cyclomatic Complexity of 14 (Highest = 58).
69831 src/com/itac/distancehandler/LiveDistanceReport.java 27 Avoid unused private fields such as 'organizationId'.
69832 src/com/itac/distancehandler/LiveDistanceReport.java 27 Avoid using redundant field initializer for 'organizationId'
69833 src/com/itac/distancehandler/LiveDistanceReport.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
69834 src/com/itac/distancehandler/LiveDistanceReport.java 27 Perhaps 'organizationId' could be replaced by a local variable.
69835 src/com/itac/distancehandler/LiveDistanceReport.java 27 fieldCommentRequirement Required
69836 src/com/itac/distancehandler/LiveDistanceReport.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
69837 src/com/itac/distancehandler/LiveDistanceReport.java 28 Perhaps 'vehicleId' could be replaced by a local variable.
69838 src/com/itac/distancehandler/LiveDistanceReport.java 28 fieldCommentRequirement Required
69839 src/com/itac/distancehandler/LiveDistanceReport.java 29 Found non-transient, non-static member. Please mark as transient or provide accessors.
69840 src/com/itac/distancehandler/LiveDistanceReport.java 29 Perhaps 'toDate' could be replaced by a local variable.
69841 src/com/itac/distancehandler/LiveDistanceReport.java 29 fieldCommentRequirement Required
69842 src/com/itac/distancehandler/LiveDistanceReport.java 30 Found non-transient, non-static member. Please mark as transient or provide accessors.
69843 src/com/itac/distancehandler/LiveDistanceReport.java 30 Perhaps 'fromDate' could be replaced by a local variable.
69844 src/com/itac/distancehandler/LiveDistanceReport.java 30 fieldCommentRequirement Required
69845 src/com/itac/distancehandler/LiveDistanceReport.java 31 The Logger variable declaration does not contain the static and final modifiers
69846 src/com/itac/distancehandler/LiveDistanceReport.java 31 fieldCommentRequirement Required
69847 src/com/itac/distancehandler/LiveDistanceReport.java 32 Found non-transient, non-static member. Please mark as transient or provide accessors.
69848 src/com/itac/distancehandler/LiveDistanceReport.java 32 Perhaps 'dataList' could be replaced by a local variable.
69849 src/com/itac/distancehandler/LiveDistanceReport.java 32 fieldCommentRequirement Required
69850 src/com/itac/distancehandler/LiveDistanceReport.java 33 Avoid unused private fields such as 'vehicles'.
69851 src/com/itac/distancehandler/LiveDistanceReport.java 33 fieldCommentRequirement Required
69852 src/com/itac/distancehandler/LiveDistanceReport.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
69853 src/com/itac/distancehandler/LiveDistanceReport.java 34 Perhaps 'vehDAO' could be replaced by a local variable.
69854 src/com/itac/distancehandler/LiveDistanceReport.java 34 fieldCommentRequirement Required
69855 src/com/itac/distancehandler/LiveDistanceReport.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
69856 src/com/itac/distancehandler/LiveDistanceReport.java 35 Perhaps 'distanceHelper' could be replaced by a local variable.
69857 src/com/itac/distancehandler/LiveDistanceReport.java 35 fieldCommentRequirement Required
69858 src/com/itac/distancehandler/LiveDistanceReport.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
69859 src/com/itac/distancehandler/LiveDistanceReport.java 37 Use explicit scoping instead of the default package private level
69860 src/com/itac/distancehandler/LiveDistanceReport.java 37 fieldCommentRequirement Required
69861 src/com/itac/distancehandler/LiveDistanceReport.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
69862 src/com/itac/distancehandler/LiveDistanceReport.java 39 Use explicit scoping instead of the default package private level
69863 src/com/itac/distancehandler/LiveDistanceReport.java 39 When instantiating a SimpleDateFormat object, specify a Locale
69864 src/com/itac/distancehandler/LiveDistanceReport.java 39 fieldCommentRequirement Required
69865 src/com/itac/distancehandler/LiveDistanceReport.java 44 Found 'UR'-anomaly for variable 'date' (lines '44'-'105').
69866 src/com/itac/distancehandler/LiveDistanceReport.java 44 Found 'UR'-anomaly for variable 'day' (lines '44'-'82').
69867 src/com/itac/distancehandler/LiveDistanceReport.java 44 Parameter 'reportInputs' is not assigned and could be declared final
69868 src/com/itac/distancehandler/LiveDistanceReport.java 44 The method 'getReports' has a Cyclomatic Complexity of 13.
69869 src/com/itac/distancehandler/LiveDistanceReport.java 45 Found 'DD'-anomaly for variable 'objTripVO' (lines '45'-'118').
69870 src/com/itac/distancehandler/LiveDistanceReport.java 45 Found 'DD'-anomaly for variable 'objTripVO' (lines '45'-'70').
69871 src/com/itac/distancehandler/LiveDistanceReport.java 47 Found 'DD'-anomaly for variable 'tripListAll' (lines '47'-'113').
69872 src/com/itac/distancehandler/LiveDistanceReport.java 47 Found 'DD'-anomaly for variable 'tripListAll' (lines '47'-'85').
69873 src/com/itac/distancehandler/LiveDistanceReport.java 47 Found 'DU'-anomaly for variable 'tripListAll' (lines '47'-'140').
69874 src/com/itac/distancehandler/LiveDistanceReport.java 48 Found 'DD'-anomaly for variable 'endofDay' (lines '48'-'82').
69875 src/com/itac/distancehandler/LiveDistanceReport.java 48 Found 'DD'-anomaly for variable 'startofDay' (lines '48'-'83').
69876 src/com/itac/distancehandler/LiveDistanceReport.java 48 Found 'DU'-anomaly for variable 'endofDay' (lines '48'-'140').
69877 src/com/itac/distancehandler/LiveDistanceReport.java 48 Found 'DU'-anomaly for variable 'startofDay' (lines '48'-'140').
69878 src/com/itac/distancehandler/LiveDistanceReport.java 48 Use one line for each declaration, it enhances code readability.
69879 src/com/itac/distancehandler/LiveDistanceReport.java 55 Potential violation of Law of Demeter (method chain calls)
69880 src/com/itac/distancehandler/LiveDistanceReport.java 55 Potential violation of Law of Demeter (method chain calls)
69881 src/com/itac/distancehandler/LiveDistanceReport.java 56 Potential violation of Law of Demeter (method chain calls)
69882 src/com/itac/distancehandler/LiveDistanceReport.java 59 Found 'DU'-anomaly for variable 'All' (lines '59'-'140').
69883 src/com/itac/distancehandler/LiveDistanceReport.java 59 Local variable 'All' could be declared final
69884 src/com/itac/distancehandler/LiveDistanceReport.java 59 Variables should start with a lowercase character, 'All' starts with uppercase character.
69885 src/com/itac/distancehandler/LiveDistanceReport.java 62 Local variable 'reportSummaryQry' could be declared final
69886 src/com/itac/distancehandler/LiveDistanceReport.java 66 Local variable 'report' could be declared final
69887 src/com/itac/distancehandler/LiveDistanceReport.java 69 Potential violation of Law of Demeter (object not created locally)
69888 src/com/itac/distancehandler/LiveDistanceReport.java 69 Potential violation of Law of Demeter (object not created locally)
69889 src/com/itac/distancehandler/LiveDistanceReport.java 69 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
69890 src/com/itac/distancehandler/LiveDistanceReport.java 70 Potential violation of Law of Demeter (method chain calls)
69891 src/com/itac/distancehandler/LiveDistanceReport.java 70 Potential violation of Law of Demeter (object not created locally)
69892 src/com/itac/distancehandler/LiveDistanceReport.java 71 Potential violation of Law of Demeter (method chain calls)
69893 src/com/itac/distancehandler/LiveDistanceReport.java 71 Potential violation of Law of Demeter (object not created locally)
69894 src/com/itac/distancehandler/LiveDistanceReport.java 74 Found 'DD'-anomaly for variable 'objTripVO1' (lines '74'-'90').
69895 src/com/itac/distancehandler/LiveDistanceReport.java 74 Found 'DU'-anomaly for variable 'objTripVO1' (lines '74'-'140').
69896 src/com/itac/distancehandler/LiveDistanceReport.java 76 Local variable 'NotFoundList' could be declared final
69897 src/com/itac/distancehandler/LiveDistanceReport.java 76 Variables should start with a lowercase character, 'NotFoundList' starts with uppercase character.
69898 src/com/itac/distancehandler/LiveDistanceReport.java 79 Avoid using Literals in Conditional Statements
69899 src/com/itac/distancehandler/LiveDistanceReport.java 79 Potential violation of Law of Demeter (object not created locally)
69900 src/com/itac/distancehandler/LiveDistanceReport.java 79 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
69901 src/com/itac/distancehandler/LiveDistanceReport.java 80 Local variable 'day' could be declared final
69902 src/com/itac/distancehandler/LiveDistanceReport.java 86 Potential violation of Law of Demeter (object not created locally)
69903 src/com/itac/distancehandler/LiveDistanceReport.java 89 Avoid using Literals in Conditional Statements
69904 src/com/itac/distancehandler/LiveDistanceReport.java 89 Potential violation of Law of Demeter (object not created locally)
69905 src/com/itac/distancehandler/LiveDistanceReport.java 89 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
69906 src/com/itac/distancehandler/LiveDistanceReport.java 91 Potential violation of Law of Demeter (object not created locally)
69907 src/com/itac/distancehandler/LiveDistanceReport.java 103 Avoid using if statements without curly braces
69908 src/com/itac/distancehandler/LiveDistanceReport.java 104 Local variable 'date' could be declared final
69909 src/com/itac/distancehandler/LiveDistanceReport.java 104 Potential violation of Law of Demeter (object not created locally)
69910 src/com/itac/distancehandler/LiveDistanceReport.java 105 Potential violation of Law of Demeter (method chain calls)
69911 src/com/itac/distancehandler/LiveDistanceReport.java 114 Potential violation of Law of Demeter (object not created locally)
69912 src/com/itac/distancehandler/LiveDistanceReport.java 117 Avoid using Literals in Conditional Statements
69913 src/com/itac/distancehandler/LiveDistanceReport.java 117 Potential violation of Law of Demeter (object not created locally)
69914 src/com/itac/distancehandler/LiveDistanceReport.java 117 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
69915 src/com/itac/distancehandler/LiveDistanceReport.java 119 Potential violation of Law of Demeter (object not created locally)
69916 src/com/itac/distancehandler/LiveDistanceReport.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69917 src/com/itac/distancehandler/LiveDistanceReport.java 132 Avoid printStackTrace(); use a logger call instead.
69918 src/com/itac/distancehandler/LiveDistanceReport.java 132 Potential violation of Law of Demeter (object not created locally)
69919 src/com/itac/distancehandler/LiveDistanceReport.java 133 There is log block not surrounded by if
69920 src/com/itac/distancehandler/LiveDistanceReport.java 136 Avoid using Literals in Conditional Statements
69921 src/com/itac/distancehandler/LiveDistanceReport.java 136 Avoid using if statements without curly braces
69922 src/com/itac/distancehandler/LiveDistanceReport.java 136 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
69923 src/com/itac/distancehandler/LiveDistanceReport.java 137 Assigning an Object to null is a code smell. Consider refactoring.
69924 src/com/itac/distancehandler/LiveDistanceReport.java 142 Avoid unused method parameters such as 'vehicleId'.
69925 src/com/itac/distancehandler/LiveDistanceReport.java 142 Found 'UR'-anomaly for variable 'reportSummary' (lines '142'-'158').
69926 src/com/itac/distancehandler/LiveDistanceReport.java 142 Method names should not start with capital letters
69927 src/com/itac/distancehandler/LiveDistanceReport.java 142 Parameter 'veh' is not assigned and could be declared final
69928 src/com/itac/distancehandler/LiveDistanceReport.java 142 Parameter 'vehicleId' is not assigned and could be declared final
69929 src/com/itac/distancehandler/LiveDistanceReport.java 142 The method 'GetDistanceSummary' has a Cyclomatic Complexity of 14.
69930 src/com/itac/distancehandler/LiveDistanceReport.java 143 Parameter 'All' is not assigned and could be declared final
69931 src/com/itac/distancehandler/LiveDistanceReport.java 143 Parameter 'orgName' is not assigned and could be declared final
69932 src/com/itac/distancehandler/LiveDistanceReport.java 143 Parameter 'report' is not assigned and could be declared final
69933 src/com/itac/distancehandler/LiveDistanceReport.java 143 Variables should start with a lowercase character, 'All' starts with uppercase character.
69934 src/com/itac/distancehandler/LiveDistanceReport.java 144 Found 'DU'-anomaly for variable 'lastDate' (lines '144'-'238').
69935 src/com/itac/distancehandler/LiveDistanceReport.java 144 Found 'DU'-anomaly for variable 'lastTrip' (lines '144'-'238').
69936 src/com/itac/distancehandler/LiveDistanceReport.java 144 Use one line for each declaration, it enhances code readability.
69937 src/com/itac/distancehandler/LiveDistanceReport.java 145 Local variable 'trip' could be declared final
69938 src/com/itac/distancehandler/LiveDistanceReport.java 146 Found 'DD'-anomaly for variable 'datevo' (lines '146'-'195').
69939 src/com/itac/distancehandler/LiveDistanceReport.java 146 Found 'DD'-anomaly for variable 'datevo' (lines '146'-'204').
69940 src/com/itac/distancehandler/LiveDistanceReport.java 147 Found 'DD'-anomaly for variable 'tripdistance' (lines '147'-'166').
69941 src/com/itac/distancehandler/LiveDistanceReport.java 147 Found 'DD'-anomaly for variable 'tripdistance' (lines '147'-'185').
69942 src/com/itac/distancehandler/LiveDistanceReport.java 147 Found 'DD'-anomaly for variable 'tripdistance' (lines '147'-'210').
69943 src/com/itac/distancehandler/LiveDistanceReport.java 147 Found 'DU'-anomaly for variable 'tripdistance' (lines '147'-'238').
69944 src/com/itac/distancehandler/LiveDistanceReport.java 148 Found 'DD'-anomaly for variable 'tripList' (lines '148'-'198').
69945 src/com/itac/distancehandler/LiveDistanceReport.java 150 Found 'DD'-anomaly for variable 'tripDetails' (lines '150'-'159').
69946 src/com/itac/distancehandler/LiveDistanceReport.java 150 Found 'DU'-anomaly for variable 'tripDetails' (lines '150'-'238').
69947 src/com/itac/distancehandler/LiveDistanceReport.java 151 Found 'DU'-anomaly for variable 'count' (lines '151'-'238').
69948 src/com/itac/distancehandler/LiveDistanceReport.java 154 Potential violation of Law of Demeter (object not created locally)
69949 src/com/itac/distancehandler/LiveDistanceReport.java 155 Potential violation of Law of Demeter (object not created locally)
69950 src/com/itac/distancehandler/LiveDistanceReport.java 156 Local variable 'reportSummary' could be declared final
69951 src/com/itac/distancehandler/LiveDistanceReport.java 157 Local variable 'tripidqry' could be declared final
69952 src/com/itac/distancehandler/LiveDistanceReport.java 158 Potential violation of Law of Demeter (object not created locally)
69953 src/com/itac/distancehandler/LiveDistanceReport.java 161 Avoid if (x != y) ..; else ..;
69954 src/com/itac/distancehandler/LiveDistanceReport.java 162 Potential violation of Law of Demeter (object not created locally)
69955 src/com/itac/distancehandler/LiveDistanceReport.java 162 Potential violation of Law of Demeter (object not created locally)
69956 src/com/itac/distancehandler/LiveDistanceReport.java 163 Local variable 'tripDist' could be declared final
69957 src/com/itac/distancehandler/LiveDistanceReport.java 163 Potential violation of Law of Demeter (method chain calls)
69958 src/com/itac/distancehandler/LiveDistanceReport.java 163 Potential violation of Law of Demeter (method chain calls)
69959 src/com/itac/distancehandler/LiveDistanceReport.java 163 Potential violation of Law of Demeter (object not created locally)
69960 src/com/itac/distancehandler/LiveDistanceReport.java 166 Avoid instantiating new objects inside loops
69961 src/com/itac/distancehandler/LiveDistanceReport.java 167 Potential violation of Law of Demeter (method chain calls)
69962 src/com/itac/distancehandler/LiveDistanceReport.java 167 Potential violation of Law of Demeter (method chain calls)
69963 src/com/itac/distancehandler/LiveDistanceReport.java 167 Potential violation of Law of Demeter (object not created locally)
69964 src/com/itac/distancehandler/LiveDistanceReport.java 168 The String literal "default" appears 8 times in this file; the first occurrence is on line 168
69965 src/com/itac/distancehandler/LiveDistanceReport.java 169 Avoid using if...else statements without curly braces
69966 src/com/itac/distancehandler/LiveDistanceReport.java 169 Potential violation of Law of Demeter (object not created locally)
69967 src/com/itac/distancehandler/LiveDistanceReport.java 169 The String literal "Non Trip" appears 4 times in this file; the first occurrence is on line 169
69968 src/com/itac/distancehandler/LiveDistanceReport.java 171 Avoid using if...else statements without curly braces
69969 src/com/itac/distancehandler/LiveDistanceReport.java 171 Potential violation of Law of Demeter (method chain calls)
69970 src/com/itac/distancehandler/LiveDistanceReport.java 171 Potential violation of Law of Demeter (method chain calls)
69971 src/com/itac/distancehandler/LiveDistanceReport.java 171 Potential violation of Law of Demeter (object not created locally)
69972 src/com/itac/distancehandler/LiveDistanceReport.java 171 Potential violation of Law of Demeter (object not created locally)
69973 src/com/itac/distancehandler/LiveDistanceReport.java 173 Potential violation of Law of Demeter (object not created locally)
69974 src/com/itac/distancehandler/LiveDistanceReport.java 173 Potential violation of Law of Demeter (object not created locally)
69975 src/com/itac/distancehandler/LiveDistanceReport.java 175 Potential violation of Law of Demeter (object not created locally)
69976 src/com/itac/distancehandler/LiveDistanceReport.java 177 Potential violation of Law of Demeter (object not created locally)
69977 src/com/itac/distancehandler/LiveDistanceReport.java 177 Potential violation of Law of Demeter (object not created locally)
69978 src/com/itac/distancehandler/LiveDistanceReport.java 178 Potential violation of Law of Demeter (object not created locally)
69979 src/com/itac/distancehandler/LiveDistanceReport.java 181 Avoid using Literals in Conditional Statements
69980 src/com/itac/distancehandler/LiveDistanceReport.java 181 Use equals() to compare strings instead of '==' or '!='
69981 src/com/itac/distancehandler/LiveDistanceReport.java 182 Potential violation of Law of Demeter (object not created locally)
69982 src/com/itac/distancehandler/LiveDistanceReport.java 183 Potential violation of Law of Demeter (object not created locally)
69983 src/com/itac/distancehandler/LiveDistanceReport.java 185 Avoid instantiating new objects inside loops
69984 src/com/itac/distancehandler/LiveDistanceReport.java 186 Potential violation of Law of Demeter (method chain calls)
69985 src/com/itac/distancehandler/LiveDistanceReport.java 186 Potential violation of Law of Demeter (method chain calls)
69986 src/com/itac/distancehandler/LiveDistanceReport.java 186 Potential violation of Law of Demeter (object not created locally)
69987 src/com/itac/distancehandler/LiveDistanceReport.java 188 Avoid using if...else statements without curly braces
69988 src/com/itac/distancehandler/LiveDistanceReport.java 188 Potential violation of Law of Demeter (object not created locally)
69989 src/com/itac/distancehandler/LiveDistanceReport.java 190 Avoid using if...else statements without curly braces
69990 src/com/itac/distancehandler/LiveDistanceReport.java 190 Potential violation of Law of Demeter (method chain calls)
69991 src/com/itac/distancehandler/LiveDistanceReport.java 190 Potential violation of Law of Demeter (method chain calls)
69992 src/com/itac/distancehandler/LiveDistanceReport.java 190 Potential violation of Law of Demeter (object not created locally)
69993 src/com/itac/distancehandler/LiveDistanceReport.java 190 Potential violation of Law of Demeter (object not created locally)
69994 src/com/itac/distancehandler/LiveDistanceReport.java 192 Potential violation of Law of Demeter (object not created locally)
69995 src/com/itac/distancehandler/LiveDistanceReport.java 192 Potential violation of Law of Demeter (object not created locally)
69996 src/com/itac/distancehandler/LiveDistanceReport.java 195 Avoid instantiating new objects inside loops
69997 src/com/itac/distancehandler/LiveDistanceReport.java 196 Potential violation of Law of Demeter (object not created locally)
69998 src/com/itac/distancehandler/LiveDistanceReport.java 196 Potential violation of Law of Demeter (object not created locally)
69999 src/com/itac/distancehandler/LiveDistanceReport.java 198 Avoid instantiating new objects inside loops
70000 src/com/itac/distancehandler/LiveDistanceReport.java 199 Potential violation of Law of Demeter (object not created locally)
70001 src/com/itac/distancehandler/LiveDistanceReport.java 201 Found 'DU'-anomaly for variable 'lastDate' (lines '201'-'238').
70002 src/com/itac/distancehandler/LiveDistanceReport.java 201 Potential violation of Law of Demeter (object not created locally)
70003 src/com/itac/distancehandler/LiveDistanceReport.java 203 Avoid using Literals in Conditional Statements
70004 src/com/itac/distancehandler/LiveDistanceReport.java 203 Avoid using if statements without curly braces
70005 src/com/itac/distancehandler/LiveDistanceReport.java 204 Avoid instantiating new objects inside loops
70006 src/com/itac/distancehandler/LiveDistanceReport.java 204 Found 'DD'-anomaly for variable 'datevo' (lines '204'-'195').
70007 src/com/itac/distancehandler/LiveDistanceReport.java 204 Found 'DD'-anomaly for variable 'datevo' (lines '204'-'204').
70008 src/com/itac/distancehandler/LiveDistanceReport.java 205 Avoid if (x != y) ..; else ..;
70009 src/com/itac/distancehandler/LiveDistanceReport.java 205 Potential violation of Law of Demeter (method chain calls)
70010 src/com/itac/distancehandler/LiveDistanceReport.java 205 Potential violation of Law of Demeter (method chain calls)
70011 src/com/itac/distancehandler/LiveDistanceReport.java 205 Potential violation of Law of Demeter (object not created locally)
70012 src/com/itac/distancehandler/LiveDistanceReport.java 205 Potential violation of Law of Demeter (object not created locally)
70013 src/com/itac/distancehandler/LiveDistanceReport.java 206 Avoid using Literals in Conditional Statements
70014 src/com/itac/distancehandler/LiveDistanceReport.java 207 Potential violation of Law of Demeter (object not created locally)
70015 src/com/itac/distancehandler/LiveDistanceReport.java 210 Avoid instantiating new objects inside loops
70016 src/com/itac/distancehandler/LiveDistanceReport.java 211 Potential violation of Law of Demeter (method chain calls)
70017 src/com/itac/distancehandler/LiveDistanceReport.java 211 Potential violation of Law of Demeter (method chain calls)
70018 src/com/itac/distancehandler/LiveDistanceReport.java 211 Potential violation of Law of Demeter (object not created locally)
70019 src/com/itac/distancehandler/LiveDistanceReport.java 213 Avoid using if...else statements without curly braces
70020 src/com/itac/distancehandler/LiveDistanceReport.java 213 Potential violation of Law of Demeter (object not created locally)
70021 src/com/itac/distancehandler/LiveDistanceReport.java 215 Avoid using if...else statements without curly braces
70022 src/com/itac/distancehandler/LiveDistanceReport.java 215 Potential violation of Law of Demeter (method chain calls)
70023 src/com/itac/distancehandler/LiveDistanceReport.java 215 Potential violation of Law of Demeter (method chain calls)
70024 src/com/itac/distancehandler/LiveDistanceReport.java 215 Potential violation of Law of Demeter (object not created locally)
70025 src/com/itac/distancehandler/LiveDistanceReport.java 215 Potential violation of Law of Demeter (object not created locally)
70026 src/com/itac/distancehandler/LiveDistanceReport.java 217 Potential violation of Law of Demeter (object not created locally)
70027 src/com/itac/distancehandler/LiveDistanceReport.java 217 Potential violation of Law of Demeter (object not created locally)
70028 src/com/itac/distancehandler/LiveDistanceReport.java 219 Potential violation of Law of Demeter (object not created locally)
70029 src/com/itac/distancehandler/LiveDistanceReport.java 219 Potential violation of Law of Demeter (object not created locally)
70030 src/com/itac/distancehandler/LiveDistanceReport.java 220 Potential violation of Law of Demeter (object not created locally)
70031 src/com/itac/distancehandler/LiveDistanceReport.java 222 Found 'DU'-anomaly for variable 'lastTrip' (lines '222'-'238').
70032 src/com/itac/distancehandler/LiveDistanceReport.java 222 Potential violation of Law of Demeter (method chain calls)
70033 src/com/itac/distancehandler/LiveDistanceReport.java 222 Potential violation of Law of Demeter (object not created locally)
70034 src/com/itac/distancehandler/LiveDistanceReport.java 223 Found 'DU'-anomaly for variable 'count' (lines '223'-'238').
70035 src/com/itac/distancehandler/LiveDistanceReport.java 229 Potential violation of Law of Demeter (object not created locally)
70036 src/com/itac/distancehandler/LiveDistanceReport.java 232 Potential violation of Law of Demeter (object not created locally)
70037 src/com/itac/distancehandler/LiveDistanceReport.java 233 Potential violation of Law of Demeter (object not created locally)
70038 src/com/itac/distancehandler/LiveDistanceReport.java 234 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70039 src/com/itac/distancehandler/LiveDistanceReport.java 235 There is log block not surrounded by if
70040 src/com/itac/distancehandler/LiveDistanceReport.java 240 Found 'UR'-anomaly for variable 'tripDist' (lines '240'-'244').
70041 src/com/itac/distancehandler/LiveDistanceReport.java 240 Method names should not start with capital letters
70042 src/com/itac/distancehandler/LiveDistanceReport.java 240 Parameter 'tripName' is not assigned and could be declared final
70043 src/com/itac/distancehandler/LiveDistanceReport.java 241 Parameter 'tripList' is not assigned and could be declared final
70044 src/com/itac/distancehandler/LiveDistanceReport.java 242 Avoid using Literals in Conditional Statements
70045 src/com/itac/distancehandler/LiveDistanceReport.java 242 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
70046 src/com/itac/distancehandler/LiveDistanceReport.java 243 Local variable 'tripDist' could be declared final
70047 src/com/itac/distancehandler/LiveDistanceReport.java 244 Avoid using if statements without curly braces
70048 src/com/itac/distancehandler/LiveDistanceReport.java 244 Potential violation of Law of Demeter (method chain calls)
70049 src/com/itac/distancehandler/LiveDistanceReport.java 245 A method should have only one exit point, and that should be the last statement in the method
70050 src/com/itac/distancehandler/LiveDistanceReport.java 251 Found 'UR'-anomaly for variable 'reportSummary' (lines '251'-'264').
70051 src/com/itac/distancehandler/LiveDistanceReport.java 251 Method names should not start with capital letters
70052 src/com/itac/distancehandler/LiveDistanceReport.java 251 Parameter 'report' is not assigned and could be declared final
70053 src/com/itac/distancehandler/LiveDistanceReport.java 252 Parameter 'fromDate' is not assigned and could be declared final
70054 src/com/itac/distancehandler/LiveDistanceReport.java 252 Parameter 'toDate' is not assigned and could be declared final
70055 src/com/itac/distancehandler/LiveDistanceReport.java 253 Local variable 'NotFoundList' could be declared final
70056 src/com/itac/distancehandler/LiveDistanceReport.java 253 Variables should start with a lowercase character, 'NotFoundList' starts with uppercase character.
70057 src/com/itac/distancehandler/LiveDistanceReport.java 254 Found 'DD'-anomaly for variable 'isDateFound' (lines '254'-'262').
70058 src/com/itac/distancehandler/LiveDistanceReport.java 254 Found 'DU'-anomaly for variable 'isDateFound' (lines '254'-'279').
70059 src/com/itac/distancehandler/LiveDistanceReport.java 256 Local variable 'Fromcal' could be declared final
70060 src/com/itac/distancehandler/LiveDistanceReport.java 256 Variables should start with a lowercase character, 'Fromcal' starts with uppercase character.
70061 src/com/itac/distancehandler/LiveDistanceReport.java 257 Local variable 'Tocal' could be declared final
70062 src/com/itac/distancehandler/LiveDistanceReport.java 257 Variables should start with a lowercase character, 'Tocal' starts with uppercase character.
70063 src/com/itac/distancehandler/LiveDistanceReport.java 258 Potential violation of Law of Demeter (object not created locally)
70064 src/com/itac/distancehandler/LiveDistanceReport.java 259 Potential violation of Law of Demeter (object not created locally)
70065 src/com/itac/distancehandler/LiveDistanceReport.java 261 Potential violation of Law of Demeter (object not created locally)
70066 src/com/itac/distancehandler/LiveDistanceReport.java 262 Found 'DD'-anomaly for variable 'isDateFound' (lines '262'-'266').
70067 src/com/itac/distancehandler/LiveDistanceReport.java 263 Local variable 'reportSummary' could be declared final
70068 src/com/itac/distancehandler/LiveDistanceReport.java 264 Potential violation of Law of Demeter (method chain calls)
70069 src/com/itac/distancehandler/LiveDistanceReport.java 264 Potential violation of Law of Demeter (object not created locally)
70070 src/com/itac/distancehandler/LiveDistanceReport.java 265 Potential violation of Law of Demeter (object not created locally)
70071 src/com/itac/distancehandler/LiveDistanceReport.java 271 Potential violation of Law of Demeter (object not created locally)
70072 src/com/itac/distancehandler/LiveDistanceReport.java 271 Potential violation of Law of Demeter (object not created locally)
70073 src/com/itac/distancehandler/LiveDistanceReport.java 273 Potential violation of Law of Demeter (object not created locally)
70074 src/com/itac/distancehandler/LiveDistanceReport.java 275 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70075 src/com/itac/distancehandler/LiveDistanceReport.java 276 There is log block not surrounded by if
70076 src/com/itac/distancehandler/LiveDistanceReport.java 281 Found 'UR'-anomaly for variable 'tripDistanceDTO' (lines '281'-'297').
70077 src/com/itac/distancehandler/LiveDistanceReport.java 281 Parameter 'tripDistDTO' is not assigned and could be declared final
70078 src/com/itac/distancehandler/LiveDistanceReport.java 281 publicMethodCommentRequirement Required
70079 src/com/itac/distancehandler/LiveDistanceReport.java 282 Avoid variables with short names like to
70080 src/com/itac/distancehandler/LiveDistanceReport.java 282 Parameter 'flag' is not assigned and could be declared final
70081 src/com/itac/distancehandler/LiveDistanceReport.java 282 Parameter 'from' is not assigned and could be declared final
70082 src/com/itac/distancehandler/LiveDistanceReport.java 282 Parameter 'to' is not assigned and could be declared final
70083 src/com/itac/distancehandler/LiveDistanceReport.java 282 Parameter 'vehicleId' is not assigned and could be declared final
70084 src/com/itac/distancehandler/LiveDistanceReport.java 284 Found 'DD'-anomaly for variable 'objTripVO' (lines '284'-'308').
70085 src/com/itac/distancehandler/LiveDistanceReport.java 284 Found 'DD'-anomaly for variable 'objTripVO' (lines '284'-'312').
70086 src/com/itac/distancehandler/LiveDistanceReport.java 284 Found 'DU'-anomaly for variable 'objTripVO' (lines '284'-'322').
70087 src/com/itac/distancehandler/LiveDistanceReport.java 285 Found 'DU'-anomaly for variable 'calFrom' (lines '285'-'322').
70088 src/com/itac/distancehandler/LiveDistanceReport.java 285 Local variable 'calFrom' could be declared final
70089 src/com/itac/distancehandler/LiveDistanceReport.java 286 Found 'DU'-anomaly for variable 'calStart' (lines '286'-'322').
70090 src/com/itac/distancehandler/LiveDistanceReport.java 286 Local variable 'calStart' could be declared final
70091 src/com/itac/distancehandler/LiveDistanceReport.java 287 Found 'DU'-anomaly for variable 'formatter' (lines '287'-'322').
70092 src/com/itac/distancehandler/LiveDistanceReport.java 287 Local variable 'formatter' could be declared final
70093 src/com/itac/distancehandler/LiveDistanceReport.java 287 When instantiating a SimpleDateFormat object, specify a Locale
70094 src/com/itac/distancehandler/LiveDistanceReport.java 288 Found 'DD'-anomaly for variable 'paramStart' (lines '288'-'298').
70095 src/com/itac/distancehandler/LiveDistanceReport.java 288 Found 'DU'-anomaly for variable 'paramStart' (lines '288'-'322').
70096 src/com/itac/distancehandler/LiveDistanceReport.java 291 Potential violation of Law of Demeter (method chain calls)
70097 src/com/itac/distancehandler/LiveDistanceReport.java 292 Potential violation of Law of Demeter (method chain calls)
70098 src/com/itac/distancehandler/LiveDistanceReport.java 293 A method should have only one exit point, and that should be the last statement in the method
70099 src/com/itac/distancehandler/LiveDistanceReport.java 296 Local variable 'tripDistanceDTO' could be declared final
70100 src/com/itac/distancehandler/LiveDistanceReport.java 297 Avoid using Literals in Conditional Statements
70101 src/com/itac/distancehandler/LiveDistanceReport.java 297 Potential violation of Law of Demeter (object not created locally)
70102 src/com/itac/distancehandler/LiveDistanceReport.java 302 Potential violation of Law of Demeter (method chain calls)
70103 src/com/itac/distancehandler/LiveDistanceReport.java 302 Potential violation of Law of Demeter (method chain calls)
70104 src/com/itac/distancehandler/LiveDistanceReport.java 302 Potential violation of Law of Demeter (method chain calls)
70105 src/com/itac/distancehandler/LiveDistanceReport.java 302 Potential violation of Law of Demeter (object not created locally)
70106 src/com/itac/distancehandler/LiveDistanceReport.java 302 Potential violation of Law of Demeter (object not created locally)
70107 src/com/itac/distancehandler/LiveDistanceReport.java 304 Potential violation of Law of Demeter (method chain calls)
70108 src/com/itac/distancehandler/LiveDistanceReport.java 304 Potential violation of Law of Demeter (method chain calls)
70109 src/com/itac/distancehandler/LiveDistanceReport.java 304 Potential violation of Law of Demeter (method chain calls)
70110 src/com/itac/distancehandler/LiveDistanceReport.java 304 Potential violation of Law of Demeter (method chain calls)
70111 src/com/itac/distancehandler/LiveDistanceReport.java 304 Potential violation of Law of Demeter (method chain calls)
70112 src/com/itac/distancehandler/LiveDistanceReport.java 304 Potential violation of Law of Demeter (method chain calls)
70113 src/com/itac/distancehandler/LiveDistanceReport.java 304 Potential violation of Law of Demeter (method chain calls)
70114 src/com/itac/distancehandler/LiveDistanceReport.java 304 Potential violation of Law of Demeter (method chain calls)
70115 src/com/itac/distancehandler/LiveDistanceReport.java 304 Potential violation of Law of Demeter (method chain calls)
70116 src/com/itac/distancehandler/LiveDistanceReport.java 304 Potential violation of Law of Demeter (object not created locally)
70117 src/com/itac/distancehandler/LiveDistanceReport.java 304 Potential violation of Law of Demeter (object not created locally)
70118 src/com/itac/distancehandler/LiveDistanceReport.java 304 Potential violation of Law of Demeter (object not created locally)
70119 src/com/itac/distancehandler/LiveDistanceReport.java 307 Potential violation of Law of Demeter (object not created locally)
70120 src/com/itac/distancehandler/LiveDistanceReport.java 310 A method should have only one exit point, and that should be the last statement in the method
70121 src/com/itac/distancehandler/LiveDistanceReport.java 311 Potential violation of Law of Demeter (object not created locally)
70122 src/com/itac/distancehandler/LiveDistanceReport.java 311 Potential violation of Law of Demeter (object not created locally)
70123 src/com/itac/distancehandler/LiveDistanceReport.java 311 Potential violation of Law of Demeter (object not created locally)
70124 src/com/itac/distancehandler/LiveDistanceReport.java 311 Useless parentheses.
70125 src/com/itac/distancehandler/LiveDistanceReport.java 314 A method should have only one exit point, and that should be the last statement in the method
70126 src/com/itac/distancehandler/LiveDistanceReport.java 317 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70127 src/com/itac/distancehandler/LiveDistanceReport.java 318 There is log block not surrounded by if
70128 src/com/itac/distancehandler/LiveDistanceReport.java 325 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
70129 src/com/itac/distancehandler/LiveDistanceReport.java 325 Avoid reassigning parameters such as 'inTripDist'
70130 src/com/itac/distancehandler/LiveDistanceReport.java 325 Method names should not start with capital letters
70131 src/com/itac/distancehandler/LiveDistanceReport.java 325 Parameter 'Rpl' is not assigned and could be declared final
70132 src/com/itac/distancehandler/LiveDistanceReport.java 325 Variables should start with a lowercase character, 'Rpl' starts with uppercase character.
70133 src/com/itac/distancehandler/LiveDistanceReport.java 326 Avoid variables with short names like p
70134 src/com/itac/distancehandler/LiveDistanceReport.java 326 Local variable 'p' could be declared final
70135 src/com/itac/distancehandler/LiveDistanceReport.java 328 Local variable 'tmp' could be declared final
70136 src/com/itac/distancehandler/LiveDistanceReport.java 333 Avoid really long methods.
70137 src/com/itac/distancehandler/LiveDistanceReport.java 333 Found 'UR'-anomaly for variable 'tripDistDTO' (lines '333'-'354').
70138 src/com/itac/distancehandler/LiveDistanceReport.java 333 Found 'UR'-anomaly for variable 'tripDistance' (lines '333'-'400').
70139 src/com/itac/distancehandler/LiveDistanceReport.java 333 Parameter 'distDAO' is not assigned and could be declared final
70140 src/com/itac/distancehandler/LiveDistanceReport.java 333 Parameter 'flag' is not assigned and could be declared final
70141 src/com/itac/distancehandler/LiveDistanceReport.java 333 The method 'matchDate' has a Cyclomatic Complexity of 58.
70142 src/com/itac/distancehandler/LiveDistanceReport.java 333 The method matchDate() has an NCSS line count of 216
70143 src/com/itac/distancehandler/LiveDistanceReport.java 333 The method matchDate() has an NPath complexity of 581542
70144 src/com/itac/distancehandler/LiveDistanceReport.java 334 Parameter 'dateType' is not assigned and could be declared final
70145 src/com/itac/distancehandler/LiveDistanceReport.java 334 Parameter 'type' is not assigned and could be declared final
70146 src/com/itac/distancehandler/LiveDistanceReport.java 335 Found 'DU'-anomaly for variable 'tempDate' (lines '335'-'670').
70147 src/com/itac/distancehandler/LiveDistanceReport.java 336 Found 'DD'-anomaly for variable 'objDate' (lines '336'-'369').
70148 src/com/itac/distancehandler/LiveDistanceReport.java 337 Found 'DD'-anomaly for variable 'objTrip' (lines '337'-'367').
70149 src/com/itac/distancehandler/LiveDistanceReport.java 340 Found 'DD'-anomaly for variable 'count' (lines '340'-'362').
70150 src/com/itac/distancehandler/LiveDistanceReport.java 341 Found 'DD'-anomaly for variable 'inTripDist' (lines '341'-'653').
70151 src/com/itac/distancehandler/LiveDistanceReport.java 341 Found 'DU'-anomaly for variable 'inTripDist' (lines '341'-'670').
70152 src/com/itac/distancehandler/LiveDistanceReport.java 342 Found 'DD'-anomaly for variable 'outTripDist' (lines '342'-'654').
70153 src/com/itac/distancehandler/LiveDistanceReport.java 342 Found 'DU'-anomaly for variable 'outTripDist' (lines '342'-'670').
70154 src/com/itac/distancehandler/LiveDistanceReport.java 343 Found 'DU'-anomaly for variable 'start' (lines '343'-'670').
70155 src/com/itac/distancehandler/LiveDistanceReport.java 344 Found 'DD'-anomaly for variable 'end' (lines '344'-'612').
70156 src/com/itac/distancehandler/LiveDistanceReport.java 344 Found 'DD'-anomaly for variable 'end' (lines '344'-'617').
70157 src/com/itac/distancehandler/LiveDistanceReport.java 344 Found 'DU'-anomaly for variable 'end' (lines '344'-'670').
70158 src/com/itac/distancehandler/LiveDistanceReport.java 345 Found 'DU'-anomaly for variable 'isSame' (lines '345'-'670').
70159 src/com/itac/distancehandler/LiveDistanceReport.java 346 Found 'DU'-anomaly for variable 'currentTrip' (lines '346'-'670').
70160 src/com/itac/distancehandler/LiveDistanceReport.java 347 Found 'DD'-anomaly for variable 'tempDist' (lines '347'-'591').
70161 src/com/itac/distancehandler/LiveDistanceReport.java 347 Found 'DU'-anomaly for variable 'tempDist' (lines '347'-'670').
70162 src/com/itac/distancehandler/LiveDistanceReport.java 348 Found 'DD'-anomaly for variable 'isReset' (lines '348'-'599').
70163 src/com/itac/distancehandler/LiveDistanceReport.java 348 Found 'DD'-anomaly for variable 'isReset' (lines '348'-'603').
70164 src/com/itac/distancehandler/LiveDistanceReport.java 348 Found 'DU'-anomaly for variable 'isReset' (lines '348'-'670').
70165 src/com/itac/distancehandler/LiveDistanceReport.java 349 Found 'DD'-anomaly for variable 'tempEnd' (lines '349'-'598').
70166 src/com/itac/distancehandler/LiveDistanceReport.java 349 Found 'DU'-anomaly for variable 'tempEnd' (lines '349'-'670').
70167 src/com/itac/distancehandler/LiveDistanceReport.java 350 Found 'DD'-anomaly for variable 'isFirst' (lines '350'-'600').
70168 src/com/itac/distancehandler/LiveDistanceReport.java 350 Found 'DU'-anomaly for variable 'isFirst' (lines '350'-'670').
70169 src/com/itac/distancehandler/LiveDistanceReport.java 352 Found 'DD'-anomaly for variable 'tripName' (lines '352'-'356').
70170 src/com/itac/distancehandler/LiveDistanceReport.java 353 Local variable 'tripDistDTO' could be declared final
70171 src/com/itac/distancehandler/LiveDistanceReport.java 354 Potential violation of Law of Demeter (method chain calls)
70172 src/com/itac/distancehandler/LiveDistanceReport.java 354 Potential violation of Law of Demeter (object not created locally)
70173 src/com/itac/distancehandler/LiveDistanceReport.java 356 Found 'DD'-anomaly for variable 'tripName' (lines '356'-'356').
70174 src/com/itac/distancehandler/LiveDistanceReport.java 356 Found 'DU'-anomaly for variable 'tripName' (lines '356'-'670').
70175 src/com/itac/distancehandler/LiveDistanceReport.java 360 Potential violation of Law of Demeter (object not created locally)
70176 src/com/itac/distancehandler/LiveDistanceReport.java 362 Found 'DD'-anomaly for variable 'count' (lines '362'-'362').
70177 src/com/itac/distancehandler/LiveDistanceReport.java 362 Found 'DU'-anomaly for variable 'count' (lines '362'-'670').
70178 src/com/itac/distancehandler/LiveDistanceReport.java 364 Potential violation of Law of Demeter (object not created locally)
70179 src/com/itac/distancehandler/LiveDistanceReport.java 365 Potential violation of Law of Demeter (object not created locally)
70180 src/com/itac/distancehandler/LiveDistanceReport.java 366 Potential violation of Law of Demeter (object not created locally)
70181 src/com/itac/distancehandler/LiveDistanceReport.java 367 Avoid instantiating new objects inside loops
70182 src/com/itac/distancehandler/LiveDistanceReport.java 368 Potential violation of Law of Demeter (object not created locally)
70183 src/com/itac/distancehandler/LiveDistanceReport.java 368 Potential violation of Law of Demeter (object not created locally)
70184 src/com/itac/distancehandler/LiveDistanceReport.java 369 Avoid instantiating new objects inside loops
70185 src/com/itac/distancehandler/LiveDistanceReport.java 370 Potential violation of Law of Demeter (object not created locally)
70186 src/com/itac/distancehandler/LiveDistanceReport.java 371 Potential violation of Law of Demeter (object not created locally)
70187 src/com/itac/distancehandler/LiveDistanceReport.java 372 Potential violation of Law of Demeter (object not created locally)
70188 src/com/itac/distancehandler/LiveDistanceReport.java 374 Potential violation of Law of Demeter (object not created locally)
70189 src/com/itac/distancehandler/LiveDistanceReport.java 376 Potential violation of Law of Demeter (method chain calls)
70190 src/com/itac/distancehandler/LiveDistanceReport.java 376 Potential violation of Law of Demeter (method chain calls)
70191 src/com/itac/distancehandler/LiveDistanceReport.java 376 Potential violation of Law of Demeter (method chain calls)
70192 src/com/itac/distancehandler/LiveDistanceReport.java 376 Potential violation of Law of Demeter (object not created locally)
70193 src/com/itac/distancehandler/LiveDistanceReport.java 378 Potential violation of Law of Demeter (object not created locally)
70194 src/com/itac/distancehandler/LiveDistanceReport.java 380 Avoid if (x != y) ..; else ..;
70195 src/com/itac/distancehandler/LiveDistanceReport.java 381 Potential violation of Law of Demeter (object not created locally)
70196 src/com/itac/distancehandler/LiveDistanceReport.java 382 Potential violation of Law of Demeter (object not created locally)
70197 src/com/itac/distancehandler/LiveDistanceReport.java 383 Potential violation of Law of Demeter (object not created locally)
70198 src/com/itac/distancehandler/LiveDistanceReport.java 384 Potential violation of Law of Demeter (object not created locally)
70199 src/com/itac/distancehandler/LiveDistanceReport.java 386 Avoid using if statements without curly braces
70200 src/com/itac/distancehandler/LiveDistanceReport.java 387 Potential violation of Law of Demeter (object not created locally)
70201 src/com/itac/distancehandler/LiveDistanceReport.java 390 Avoid if (x != y) ..; else ..;
70202 src/com/itac/distancehandler/LiveDistanceReport.java 390 Potential violation of Law of Demeter (method chain calls)
70203 src/com/itac/distancehandler/LiveDistanceReport.java 390 Potential violation of Law of Demeter (object not created locally)
70204 src/com/itac/distancehandler/LiveDistanceReport.java 397 Found 'DD'-anomaly for variable 'isFound' (lines '397'-'406').
70205 src/com/itac/distancehandler/LiveDistanceReport.java 398 Local variable 'tripDistance' could be declared final
70206 src/com/itac/distancehandler/LiveDistanceReport.java 398 Potential violation of Law of Demeter (object not created locally)
70207 src/com/itac/distancehandler/LiveDistanceReport.java 400 Potential violation of Law of Demeter (method chain calls)
70208 src/com/itac/distancehandler/LiveDistanceReport.java 400 Potential violation of Law of Demeter (object not created locally)
70209 src/com/itac/distancehandler/LiveDistanceReport.java 402 Potential violation of Law of Demeter (object not created locally)
70210 src/com/itac/distancehandler/LiveDistanceReport.java 403 Potential violation of Law of Demeter (object not created locally)
70211 src/com/itac/distancehandler/LiveDistanceReport.java 412 Avoid instantiating new objects inside loops
70212 src/com/itac/distancehandler/LiveDistanceReport.java 412 Local variable 'Objtrdist' could be declared final
70213 src/com/itac/distancehandler/LiveDistanceReport.java 412 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
70214 src/com/itac/distancehandler/LiveDistanceReport.java 413 Potential violation of Law of Demeter (object not created locally)
70215 src/com/itac/distancehandler/LiveDistanceReport.java 414 Potential violation of Law of Demeter (object not created locally)
70216 src/com/itac/distancehandler/LiveDistanceReport.java 415 Potential violation of Law of Demeter (method chain calls)
70217 src/com/itac/distancehandler/LiveDistanceReport.java 415 Potential violation of Law of Demeter (object not created locally)
70218 src/com/itac/distancehandler/LiveDistanceReport.java 425 Potential violation of Law of Demeter (object not created locally)
70219 src/com/itac/distancehandler/LiveDistanceReport.java 426 Avoid using Literals in Conditional Statements
70220 src/com/itac/distancehandler/LiveDistanceReport.java 426 Avoid using if statements without curly braces
70221 src/com/itac/distancehandler/LiveDistanceReport.java 426 Potential violation of Law of Demeter (object not created locally)
70222 src/com/itac/distancehandler/LiveDistanceReport.java 433 Potential violation of Law of Demeter (object not created locally)
70223 src/com/itac/distancehandler/LiveDistanceReport.java 434 Potential violation of Law of Demeter (object not created locally)
70224 src/com/itac/distancehandler/LiveDistanceReport.java 434 These nested if statements could be combined
70225 src/com/itac/distancehandler/LiveDistanceReport.java 441 Potential violation of Law of Demeter (method chain calls)
70226 src/com/itac/distancehandler/LiveDistanceReport.java 441 Potential violation of Law of Demeter (object not created locally)
70227 src/com/itac/distancehandler/LiveDistanceReport.java 446 Potential violation of Law of Demeter (object not created locally)
70228 src/com/itac/distancehandler/LiveDistanceReport.java 451 Avoid using if...else statements without curly braces
70229 src/com/itac/distancehandler/LiveDistanceReport.java 451 Potential violation of Law of Demeter (object not created locally)
70230 src/com/itac/distancehandler/LiveDistanceReport.java 455 Avoid if (x != y) ..; else ..;
70231 src/com/itac/distancehandler/LiveDistanceReport.java 455 Potential violation of Law of Demeter (method chain calls)
70232 src/com/itac/distancehandler/LiveDistanceReport.java 455 Potential violation of Law of Demeter (object not created locally)
70233 src/com/itac/distancehandler/LiveDistanceReport.java 463 Local variable 'tripDistance' could be declared final
70234 src/com/itac/distancehandler/LiveDistanceReport.java 463 Potential violation of Law of Demeter (object not created locally)
70235 src/com/itac/distancehandler/LiveDistanceReport.java 465 Potential violation of Law of Demeter (method chain calls)
70236 src/com/itac/distancehandler/LiveDistanceReport.java 465 Potential violation of Law of Demeter (object not created locally)
70237 src/com/itac/distancehandler/LiveDistanceReport.java 467 Potential violation of Law of Demeter (object not created locally)
70238 src/com/itac/distancehandler/LiveDistanceReport.java 468 Potential violation of Law of Demeter (object not created locally)
70239 src/com/itac/distancehandler/LiveDistanceReport.java 477 Avoid instantiating new objects inside loops
70240 src/com/itac/distancehandler/LiveDistanceReport.java 477 Local variable 'Objtrdist' could be declared final
70241 src/com/itac/distancehandler/LiveDistanceReport.java 477 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
70242 src/com/itac/distancehandler/LiveDistanceReport.java 478 Potential violation of Law of Demeter (object not created locally)
70243 src/com/itac/distancehandler/LiveDistanceReport.java 479 Potential violation of Law of Demeter (object not created locally)
70244 src/com/itac/distancehandler/LiveDistanceReport.java 480 Potential violation of Law of Demeter (method chain calls)
70245 src/com/itac/distancehandler/LiveDistanceReport.java 480 Potential violation of Law of Demeter (object not created locally)
70246 src/com/itac/distancehandler/LiveDistanceReport.java 484 Potential violation of Law of Demeter (object not created locally)
70247 src/com/itac/distancehandler/LiveDistanceReport.java 485 Potential violation of Law of Demeter (object not created locally)
70248 src/com/itac/distancehandler/LiveDistanceReport.java 492 Avoid instantiating new objects inside loops
70249 src/com/itac/distancehandler/LiveDistanceReport.java 493 Potential violation of Law of Demeter (object not created locally)
70250 src/com/itac/distancehandler/LiveDistanceReport.java 493 Potential violation of Law of Demeter (object not created locally)
70251 src/com/itac/distancehandler/LiveDistanceReport.java 496 Position literals first in String comparisons
70252 src/com/itac/distancehandler/LiveDistanceReport.java 497 Avoid using if...else statements without curly braces
70253 src/com/itac/distancehandler/LiveDistanceReport.java 499 Avoid using if...else statements without curly braces
70254 src/com/itac/distancehandler/LiveDistanceReport.java 499 Potential violation of Law of Demeter (object not created locally)
70255 src/com/itac/distancehandler/LiveDistanceReport.java 502 Potential violation of Law of Demeter (object not created locally)
70256 src/com/itac/distancehandler/LiveDistanceReport.java 503 Avoid using Literals in Conditional Statements
70257 src/com/itac/distancehandler/LiveDistanceReport.java 503 Avoid using if statements without curly braces
70258 src/com/itac/distancehandler/LiveDistanceReport.java 503 Potential violation of Law of Demeter (object not created locally)
70259 src/com/itac/distancehandler/LiveDistanceReport.java 510 Potential violation of Law of Demeter (object not created locally)
70260 src/com/itac/distancehandler/LiveDistanceReport.java 511 Potential violation of Law of Demeter (object not created locally)
70261 src/com/itac/distancehandler/LiveDistanceReport.java 511 These nested if statements could be combined
70262 src/com/itac/distancehandler/LiveDistanceReport.java 522 Potential violation of Law of Demeter (object not created locally)
70263 src/com/itac/distancehandler/LiveDistanceReport.java 527 Avoid using if...else statements without curly braces
70264 src/com/itac/distancehandler/LiveDistanceReport.java 527 Potential violation of Law of Demeter (object not created locally)
70265 src/com/itac/distancehandler/LiveDistanceReport.java 530 Avoid if (x != y) ..; else ..;
70266 src/com/itac/distancehandler/LiveDistanceReport.java 530 Potential violation of Law of Demeter (method chain calls)
70267 src/com/itac/distancehandler/LiveDistanceReport.java 530 Potential violation of Law of Demeter (object not created locally)
70268 src/com/itac/distancehandler/LiveDistanceReport.java 538 Local variable 'tripDistance' could be declared final
70269 src/com/itac/distancehandler/LiveDistanceReport.java 538 Potential violation of Law of Demeter (object not created locally)
70270 src/com/itac/distancehandler/LiveDistanceReport.java 540 Potential violation of Law of Demeter (method chain calls)
70271 src/com/itac/distancehandler/LiveDistanceReport.java 540 Potential violation of Law of Demeter (object not created locally)
70272 src/com/itac/distancehandler/LiveDistanceReport.java 542 Potential violation of Law of Demeter (object not created locally)
70273 src/com/itac/distancehandler/LiveDistanceReport.java 543 Potential violation of Law of Demeter (object not created locally)
70274 src/com/itac/distancehandler/LiveDistanceReport.java 552 Avoid instantiating new objects inside loops
70275 src/com/itac/distancehandler/LiveDistanceReport.java 552 Local variable 'Objtrdist' could be declared final
70276 src/com/itac/distancehandler/LiveDistanceReport.java 552 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
70277 src/com/itac/distancehandler/LiveDistanceReport.java 553 Potential violation of Law of Demeter (object not created locally)
70278 src/com/itac/distancehandler/LiveDistanceReport.java 554 Potential violation of Law of Demeter (object not created locally)
70279 src/com/itac/distancehandler/LiveDistanceReport.java 556 Potential violation of Law of Demeter (method chain calls)
70280 src/com/itac/distancehandler/LiveDistanceReport.java 556 Potential violation of Law of Demeter (object not created locally)
70281 src/com/itac/distancehandler/LiveDistanceReport.java 570 Potential violation of Law of Demeter (object not created locally)
70282 src/com/itac/distancehandler/LiveDistanceReport.java 571 Potential violation of Law of Demeter (object not created locally)
70283 src/com/itac/distancehandler/LiveDistanceReport.java 573 Potential violation of Law of Demeter (object not created locally)
70284 src/com/itac/distancehandler/LiveDistanceReport.java 576 Potential violation of Law of Demeter (object not created locally)
70285 src/com/itac/distancehandler/LiveDistanceReport.java 578 Avoid instantiating new objects inside loops
70286 src/com/itac/distancehandler/LiveDistanceReport.java 580 Avoid using if statements without curly braces
70287 src/com/itac/distancehandler/LiveDistanceReport.java 581 Potential violation of Law of Demeter (object not created locally)
70288 src/com/itac/distancehandler/LiveDistanceReport.java 586 Potential violation of Law of Demeter (object not created locally)
70289 src/com/itac/distancehandler/LiveDistanceReport.java 589 Potential violation of Law of Demeter (object not created locally)
70290 src/com/itac/distancehandler/LiveDistanceReport.java 590 Potential violation of Law of Demeter (object not created locally)
70291 src/com/itac/distancehandler/LiveDistanceReport.java 591 Found 'DU'-anomaly for variable 'tempDist' (lines '591'-'670').
70292 src/com/itac/distancehandler/LiveDistanceReport.java 591 Potential violation of Law of Demeter (object not created locally)
70293 src/com/itac/distancehandler/LiveDistanceReport.java 594 Potential violation of Law of Demeter (object not created locally)
70294 src/com/itac/distancehandler/LiveDistanceReport.java 595 Avoid using Literals in Conditional Statements
70295 src/com/itac/distancehandler/LiveDistanceReport.java 595 Avoid using if statements without curly braces
70296 src/com/itac/distancehandler/LiveDistanceReport.java 595 Potential violation of Law of Demeter (object not created locally)
70297 src/com/itac/distancehandler/LiveDistanceReport.java 599 Found 'DU'-anomaly for variable 'isReset' (lines '599'-'670').
70298 src/com/itac/distancehandler/LiveDistanceReport.java 600 Found 'DD'-anomaly for variable 'isFirst' (lines '600'-'614').
70299 src/com/itac/distancehandler/LiveDistanceReport.java 600 Found 'DU'-anomaly for variable 'isFirst' (lines '600'-'670').
70300 src/com/itac/distancehandler/LiveDistanceReport.java 601 Potential violation of Law of Demeter (object not created locally)
70301 src/com/itac/distancehandler/LiveDistanceReport.java 602 Potential violation of Law of Demeter (object not created locally)
70302 src/com/itac/distancehandler/LiveDistanceReport.java 602 These nested if statements could be combined
70303 src/com/itac/distancehandler/LiveDistanceReport.java 603 Found 'DU'-anomaly for variable 'isReset' (lines '603'-'670').
70304 src/com/itac/distancehandler/LiveDistanceReport.java 604 Found 'DD'-anomaly for variable 'isFirst' (lines '604'-'614').
70305 src/com/itac/distancehandler/LiveDistanceReport.java 604 Found 'DU'-anomaly for variable 'isFirst' (lines '604'-'670').
70306 src/com/itac/distancehandler/LiveDistanceReport.java 605 Found 'DU'-anomaly for variable 'tempEnd' (lines '605'-'670').
70307 src/com/itac/distancehandler/LiveDistanceReport.java 612 Potential violation of Law of Demeter (object not created locally)
70308 src/com/itac/distancehandler/LiveDistanceReport.java 613 Found 'DU'-anomaly for variable 'isReset' (lines '613'-'670').
70309 src/com/itac/distancehandler/LiveDistanceReport.java 614 Found 'DU'-anomaly for variable 'isFirst' (lines '614'-'670').
70310 src/com/itac/distancehandler/LiveDistanceReport.java 615 Found 'DU'-anomaly for variable 'tempEnd' (lines '615'-'670').
70311 src/com/itac/distancehandler/LiveDistanceReport.java 617 Avoid using if...else statements without curly braces
70312 src/com/itac/distancehandler/LiveDistanceReport.java 617 Potential violation of Law of Demeter (object not created locally)
70313 src/com/itac/distancehandler/LiveDistanceReport.java 621 Avoid if (x != y) ..; else ..;
70314 src/com/itac/distancehandler/LiveDistanceReport.java 621 Potential violation of Law of Demeter (method chain calls)
70315 src/com/itac/distancehandler/LiveDistanceReport.java 621 Potential violation of Law of Demeter (object not created locally)
70316 src/com/itac/distancehandler/LiveDistanceReport.java 629 Local variable 'tripDistance' could be declared final
70317 src/com/itac/distancehandler/LiveDistanceReport.java 629 Potential violation of Law of Demeter (object not created locally)
70318 src/com/itac/distancehandler/LiveDistanceReport.java 631 Potential violation of Law of Demeter (method chain calls)
70319 src/com/itac/distancehandler/LiveDistanceReport.java 631 Potential violation of Law of Demeter (object not created locally)
70320 src/com/itac/distancehandler/LiveDistanceReport.java 633 Potential violation of Law of Demeter (object not created locally)
70321 src/com/itac/distancehandler/LiveDistanceReport.java 634 Potential violation of Law of Demeter (object not created locally)
70322 src/com/itac/distancehandler/LiveDistanceReport.java 642 Avoid instantiating new objects inside loops
70323 src/com/itac/distancehandler/LiveDistanceReport.java 642 Local variable 'Objtrdist' could be declared final
70324 src/com/itac/distancehandler/LiveDistanceReport.java 642 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
70325 src/com/itac/distancehandler/LiveDistanceReport.java 643 Potential violation of Law of Demeter (object not created locally)
70326 src/com/itac/distancehandler/LiveDistanceReport.java 644 Potential violation of Law of Demeter (object not created locally)
70327 src/com/itac/distancehandler/LiveDistanceReport.java 645 Potential violation of Law of Demeter (method chain calls)
70328 src/com/itac/distancehandler/LiveDistanceReport.java 645 Potential violation of Law of Demeter (object not created locally)
70329 src/com/itac/distancehandler/LiveDistanceReport.java 657 Potential violation of Law of Demeter (object not created locally)
70330 src/com/itac/distancehandler/LiveDistanceReport.java 658 Potential violation of Law of Demeter (object not created locally)
70331 src/com/itac/distancehandler/LiveDistanceReport.java 660 Potential violation of Law of Demeter (object not created locally)
70332 src/com/itac/distancehandler/LiveDistanceReport.java 666 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70333 src/com/itac/distancehandler/LiveDistanceReport.java 667 There is log block not surrounded by if
70334 src/com/itac/distancehandler/LiveDistanceReport.java 673 Parameter 'lat1' is not assigned and could be declared final
70335 src/com/itac/distancehandler/LiveDistanceReport.java 673 Parameter 'lat2' is not assigned and could be declared final
70336 src/com/itac/distancehandler/LiveDistanceReport.java 673 Parameter 'lng1' is not assigned and could be declared final
70337 src/com/itac/distancehandler/LiveDistanceReport.java 674 Parameter 'lng2' is not assigned and could be declared final
70338 src/com/itac/distancehandler/LiveDistanceReport.java 675 Local variable 'earthRadius' could be declared final
70339 src/com/itac/distancehandler/LiveDistanceReport.java 676 Local variable 'dLat' could be declared final
70340 src/com/itac/distancehandler/LiveDistanceReport.java 677 Local variable 'dLng' could be declared final
70341 src/com/itac/distancehandler/LiveDistanceReport.java 678 Avoid variables with short names like a
70342 src/com/itac/distancehandler/LiveDistanceReport.java 678 Local variable 'a' could be declared final
70343 src/com/itac/distancehandler/LiveDistanceReport.java 682 Avoid variables with short names like c
70344 src/com/itac/distancehandler/LiveDistanceReport.java 682 Local variable 'c' could be declared final
70345 src/com/itac/distancehandler/LiveDistanceReport.java 683 Local variable 'dist' could be declared final
70346 src/com/itac/distancehandler/LiveDistanceReport.java 684 Local variable 'kmConversion' could be declared final
70347 src/com/itac/distancehandler/LiveDistanceReport.java 686 Local variable 'distance' could be declared final
70348 src/com/itac/distancehandler/LiveDistanceReport.java 688 Avoid using Literals in Conditional Statements
70349 src/com/itac/distancehandler/LiveDistanceReport.java 688 Avoid using if statements without curly braces
70350 src/com/itac/distancehandler/LiveDistanceReport.java 689 A method should have only one exit point, and that should be the last statement in the method
70351 src/com/itac/distancehandler/Packet.java 5 headerCommentRequirement Required
70352 src/com/itac/distancehandler/Packet.java 7 fieldCommentRequirement Required
70353 src/com/itac/distancehandler/Packet.java 8 fieldCommentRequirement Required
70354 src/com/itac/distancehandler/Packet.java 9 fieldCommentRequirement Required
70355 src/com/itac/distancehandler/Packet.java 11 Document empty constructor
70356 src/com/itac/distancehandler/Packet.java 11 publicMethodCommentRequirement Required
70357 src/com/itac/distancehandler/Packet.java 14 Parameter 'dbdate' is not assigned and could be declared final
70358 src/com/itac/distancehandler/Packet.java 14 Parameter 'end' is not assigned and could be declared final
70359 src/com/itac/distancehandler/Packet.java 14 Parameter 'start' is not assigned and could be declared final
70360 src/com/itac/distancehandler/Packet.java 14 publicMethodCommentRequirement Required
70361 src/com/itac/distancehandler/Packet.java 21 Parameter 'dbdate' is not assigned and could be declared final
70362 src/com/itac/distancehandler/Packet.java 21 publicMethodCommentRequirement Required
70363 src/com/itac/distancehandler/Packet.java 25 publicMethodCommentRequirement Required
70364 src/com/itac/distancehandler/Packet.java 29 Parameter 'start' is not assigned and could be declared final
70365 src/com/itac/distancehandler/Packet.java 29 publicMethodCommentRequirement Required
70366 src/com/itac/distancehandler/Packet.java 33 publicMethodCommentRequirement Required
70367 src/com/itac/distancehandler/Packet.java 37 Parameter 'end' is not assigned and could be declared final
70368 src/com/itac/distancehandler/Packet.java 37 publicMethodCommentRequirement Required
70369 src/com/itac/distancehandler/Packet.java 41 publicMethodCommentRequirement Required
70370 src/com/itac/distancehandler/TripDistance.java 3 headerCommentRequirement Required
70371 src/com/itac/distancehandler/TripDistance.java 5 fieldCommentRequirement Required
70372 src/com/itac/distancehandler/TripDistance.java 6 Avoid using redundant field initializer for 'distance'
70373 src/com/itac/distancehandler/TripDistance.java 6 fieldCommentRequirement Required
70374 src/com/itac/distancehandler/TripDistance.java 17 Parameter 'tripName' is not assigned and could be declared final
70375 src/com/itac/distancehandler/TripDistance.java 29 Parameter 'distance' is not assigned and could be declared final
70376 src/com/itac/distancehandler/TripVO.java 13 Use explicit scoping instead of the default package private level
70377 src/com/itac/distancehandler/TripVO.java 13 fieldCommentRequirement Required
70378 src/com/itac/distancehandler/TripVO.java 14 Use explicit scoping instead of the default package private level
70379 src/com/itac/distancehandler/TripVO.java 15 fieldCommentRequirement Required
70380 src/com/itac/distancehandler/TripVO.java 16 Use explicit scoping instead of the default package private level
70381 src/com/itac/distancehandler/TripVO.java 17 fieldCommentRequirement Required
70382 src/com/itac/distancehandler/TripVO.java 28 Parameter 'vehName' is not assigned and could be declared final
70383 src/com/itac/distancehandler/TripVO.java 40 Parameter 'orgName' is not assigned and could be declared final
70384 src/com/itac/distancehandler/TripVO.java 52 Parameter 'dateVO' is not assigned and could be declared final
70385 src/com/itac/dto/DeviceTripDTO.java 5 Too many fields
70386 src/com/itac/dto/DeviceTripDTO.java 5 headerCommentRequirement Required
70387 src/com/itac/dto/DeviceTripDTO.java 7 fieldCommentRequirement Required
70388 src/com/itac/dto/DeviceTripDTO.java 8 fieldCommentRequirement Required
70389 src/com/itac/dto/DeviceTripDTO.java 9 fieldCommentRequirement Required
70390 src/com/itac/dto/DeviceTripDTO.java 10 fieldCommentRequirement Required
70391 src/com/itac/dto/DeviceTripDTO.java 11 fieldCommentRequirement Required
70392 src/com/itac/dto/DeviceTripDTO.java 12 fieldCommentRequirement Required
70393 src/com/itac/dto/DeviceTripDTO.java 13 fieldCommentRequirement Required
70394 src/com/itac/dto/DeviceTripDTO.java 14 fieldCommentRequirement Required
70395 src/com/itac/dto/DeviceTripDTO.java 15 Avoid unused private fields such as 'resetDistance'.
70396 src/com/itac/dto/DeviceTripDTO.java 15 Found non-transient, non-static member. Please mark as transient or provide accessors.
70397 src/com/itac/dto/DeviceTripDTO.java 15 fieldCommentRequirement Required
70398 src/com/itac/dto/DeviceTripDTO.java 16 fieldCommentRequirement Required
70399 src/com/itac/dto/DeviceTripDTO.java 17 Avoid unused private fields such as 'stableFuelValue'.
70400 src/com/itac/dto/DeviceTripDTO.java 17 Found non-transient, non-static member. Please mark as transient or provide accessors.
70401 src/com/itac/dto/DeviceTripDTO.java 17 fieldCommentRequirement Required
70402 src/com/itac/dto/DeviceTripDTO.java 18 Avoid unused private fields such as 'vehicleType'.
70403 src/com/itac/dto/DeviceTripDTO.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
70404 src/com/itac/dto/DeviceTripDTO.java 18 fieldCommentRequirement Required
70405 src/com/itac/dto/DeviceTripDTO.java 19 Avoid unused private fields such as 'tankCapacity'.
70406 src/com/itac/dto/DeviceTripDTO.java 19 fieldCommentRequirement Required
70407 src/com/itac/dto/DeviceTripDTO.java 21 Avoid unused private fields such as 'InFenceTime'.
70408 src/com/itac/dto/DeviceTripDTO.java 21 Variables should start with a lowercase character, 'InFenceTime' starts with uppercase character.
70409 src/com/itac/dto/DeviceTripDTO.java 21 fieldCommentRequirement Required
70410 src/com/itac/dto/DeviceTripDTO.java 22 Avoid unused private fields such as 'FenceId'.
70411 src/com/itac/dto/DeviceTripDTO.java 22 Variables should start with a lowercase character, 'FenceId' starts with uppercase character.
70412 src/com/itac/dto/DeviceTripDTO.java 22 fieldCommentRequirement Required
70413 src/com/itac/dto/DeviceTripDTO.java 25 Avoid unused private fields such as 'esnNumber'.
70414 src/com/itac/dto/DeviceTripDTO.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
70415 src/com/itac/dto/DeviceTripDTO.java 25 fieldCommentRequirement Required
70416 src/com/itac/dto/DeviceTripDTO.java 27 fieldCommentRequirement Required
70417 src/com/itac/dto/DeviceTripDTO.java 28 fieldCommentRequirement Required
70418 src/com/itac/dto/DeviceTripDTO.java 29 fieldCommentRequirement Required
70419 src/com/itac/dto/DeviceTripDTO.java 30 fieldCommentRequirement Required
70420 src/com/itac/dto/DeviceTripDTO.java 31 fieldCommentRequirement Required
70421 src/com/itac/dto/DeviceTripDTO.java 34 Document empty constructor
70422 src/com/itac/dto/DeviceTripDTO.java 34 publicMethodCommentRequirement Required
70423 src/com/itac/dto/DeviceTripDTO.java 39 Parameter 'deviceId' is not assigned and could be declared final
70424 src/com/itac/dto/DeviceTripDTO.java 39 Parameter 'vehicleId' is not assigned and could be declared final
70425 src/com/itac/dto/DeviceTripDTO.java 39 publicMethodCommentRequirement Required
70426 src/com/itac/dto/DeviceTripDTO.java 40 Parameter 'organization' is not assigned and could be declared final
70427 src/com/itac/dto/DeviceTripDTO.java 40 Parameter 'resetDistance' is not assigned and could be declared final
70428 src/com/itac/dto/DeviceTripDTO.java 40 Parameter 'stableFuelValue' is not assigned and could be declared final
70429 src/com/itac/dto/DeviceTripDTO.java 40 Parameter 'vehicleName' is not assigned and could be declared final
70430 src/com/itac/dto/DeviceTripDTO.java 40 Parameter 'vehicleType' is not assigned and could be declared final
70431 src/com/itac/dto/DeviceTripDTO.java 50 Avoid long parameter lists.
70432 src/com/itac/dto/DeviceTripDTO.java 50 Parameter 'batteryStatus' is not assigned and could be declared final
70433 src/com/itac/dto/DeviceTripDTO.java 50 Parameter 'creationTime' is not assigned and could be declared final
70434 src/com/itac/dto/DeviceTripDTO.java 50 Parameter 'eventCode' is not assigned and could be declared final
70435 src/com/itac/dto/DeviceTripDTO.java 50 Parameter 'fuelContent' is not assigned and could be declared final
70436 src/com/itac/dto/DeviceTripDTO.java 50 Parameter 'heading' is not assigned and could be declared final
70437 src/com/itac/dto/DeviceTripDTO.java 50 Parameter 'lattitude' is not assigned and could be declared final
70438 src/com/itac/dto/DeviceTripDTO.java 50 Parameter 'longitude' is not assigned and could be declared final
70439 src/com/itac/dto/DeviceTripDTO.java 50 Parameter 'speed' is not assigned and could be declared final
70440 src/com/itac/dto/DeviceTripDTO.java 50 Parameter 'tripParamId' is not assigned and could be declared final
70441 src/com/itac/dto/DeviceTripDTO.java 50 Parameter 'tripid' is not assigned and could be declared final
70442 src/com/itac/dto/DeviceTripDTO.java 50 Parameter 'vehicleId' is not assigned and could be declared final
70443 src/com/itac/dto/DeviceTripDTO.java 50 publicMethodCommentRequirement Required
70444 src/com/itac/dto/DeviceTripDTO.java 57 Useless parentheses.
70445 src/com/itac/dto/DeviceTripDTO.java 65 Parameter 'deviceId' is not assigned and could be declared final
70446 src/com/itac/dto/DeviceTripDTO.java 65 Parameter 'vehicleId' is not assigned and could be declared final
70447 src/com/itac/dto/DeviceTripDTO.java 65 publicMethodCommentRequirement Required
70448 src/com/itac/dto/DeviceTripDTO.java 66 Parameter 'organization' is not assigned and could be declared final
70449 src/com/itac/dto/DeviceTripDTO.java 66 Parameter 'vehicleName' is not assigned and could be declared final
70450 src/com/itac/dto/DeviceTripDTO.java 74 Parameter 'creationTime' is not assigned and could be declared final
70451 src/com/itac/dto/DeviceTripDTO.java 74 Parameter 'lattitude' is not assigned and could be declared final
70452 src/com/itac/dto/DeviceTripDTO.java 74 Parameter 'longitude' is not assigned and could be declared final
70453 src/com/itac/dto/DeviceTripDTO.java 74 Parameter 'vehicleId' is not assigned and could be declared final
70454 src/com/itac/dto/DeviceTripDTO.java 74 publicMethodCommentRequirement Required
70455 src/com/itac/dto/DeviceTripDTO.java 83 Parameter 'creationTime' is not assigned and could be declared final
70456 src/com/itac/dto/DeviceTripDTO.java 83 Parameter 'lattitude' is not assigned and could be declared final
70457 src/com/itac/dto/DeviceTripDTO.java 83 Parameter 'longitude' is not assigned and could be declared final
70458 src/com/itac/dto/DeviceTripDTO.java 83 Parameter 'speed' is not assigned and could be declared final
70459 src/com/itac/dto/DeviceTripDTO.java 83 Parameter 'vehicleId' is not assigned and could be declared final
70460 src/com/itac/dto/DeviceTripDTO.java 83 publicMethodCommentRequirement Required
70461 src/com/itac/dto/DeviceTripDTO.java 89 Useless parentheses.
70462 src/com/itac/dto/DeviceTripDTO.java 93 Parameter 'deviceId' is not assigned and could be declared final
70463 src/com/itac/dto/DeviceTripDTO.java 93 Parameter 'vehicleId' is not assigned and could be declared final
70464 src/com/itac/dto/DeviceTripDTO.java 93 publicMethodCommentRequirement Required
70465 src/com/itac/dto/DeviceTripDTO.java 94 Parameter 'esnNumber' is not assigned and could be declared final
70466 src/com/itac/dto/DeviceTripDTO.java 94 Parameter 'organization' is not assigned and could be declared final
70467 src/com/itac/dto/DeviceTripDTO.java 94 Parameter 'resetDistance' is not assigned and could be declared final
70468 src/com/itac/dto/DeviceTripDTO.java 94 Parameter 'stableFuelValue' is not assigned and could be declared final
70469 src/com/itac/dto/DeviceTripDTO.java 94 Parameter 'vehicleName' is not assigned and could be declared final
70470 src/com/itac/dto/DeviceTripDTO.java 94 Parameter 'vehicleType' is not assigned and could be declared final
70471 src/com/itac/dto/DeviceTripDTO.java 106 Parameter 'deviceId' is not assigned and could be declared final
70472 src/com/itac/dto/DeviceTripDTO.java 106 Parameter 'vehicleId' is not assigned and could be declared final
70473 src/com/itac/dto/DeviceTripDTO.java 106 publicMethodCommentRequirement Required
70474 src/com/itac/dto/DeviceTripDTO.java 107 Parameter 'organization' is not assigned and could be declared final
70475 src/com/itac/dto/DeviceTripDTO.java 107 Parameter 'resetDistance' is not assigned and could be declared final
70476 src/com/itac/dto/DeviceTripDTO.java 107 Parameter 'vehicleName' is not assigned and could be declared final
70477 src/com/itac/dto/DeviceTripDTO.java 117 Parameter 'deviceId' is not assigned and could be declared final
70478 src/com/itac/dto/DeviceTripDTO.java 117 Parameter 'vehicleId' is not assigned and could be declared final
70479 src/com/itac/dto/DeviceTripDTO.java 117 publicMethodCommentRequirement Required
70480 src/com/itac/dto/DeviceTripDTO.java 118 Parameter 'esnNumber' is not assigned and could be declared final
70481 src/com/itac/dto/DeviceTripDTO.java 118 Parameter 'organization' is not assigned and could be declared final
70482 src/com/itac/dto/DeviceTripDTO.java 118 Parameter 'resetDistance' is not assigned and could be declared final
70483 src/com/itac/dto/DeviceTripDTO.java 118 Parameter 'vehicleName' is not assigned and could be declared final
70484 src/com/itac/dto/DeviceTripDTO.java 128 Parameter 'deviceId' is not assigned and could be declared final
70485 src/com/itac/dto/DeviceTripDTO.java 128 Parameter 'vehicleId' is not assigned and could be declared final
70486 src/com/itac/dto/DeviceTripDTO.java 128 publicMethodCommentRequirement Required
70487 src/com/itac/dto/DeviceTripDTO.java 129 Parameter 'esnNumber' is not assigned and could be declared final
70488 src/com/itac/dto/DeviceTripDTO.java 129 Parameter 'organization' is not assigned and could be declared final
70489 src/com/itac/dto/DeviceTripDTO.java 129 Parameter 'vehicleName' is not assigned and could be declared final
70490 src/com/itac/dto/DeviceTripDTO.java 140 Parameter 'creationTime' is not assigned and could be declared final
70491 src/com/itac/dto/DeviceTripDTO.java 140 Parameter 'vehicleId' is not assigned and could be declared final
70492 src/com/itac/dto/DeviceTripDTO.java 140 publicMethodCommentRequirement Required
70493 src/com/itac/dto/DeviceTripDTO.java 152 publicMethodCommentRequirement Required
70494 src/com/itac/dto/DeviceTripDTO.java 156 Parameter 'tripId' is not assigned and could be declared final
70495 src/com/itac/dto/DeviceTripDTO.java 156 publicMethodCommentRequirement Required
70496 src/com/itac/dto/DeviceTripDTO.java 159 publicMethodCommentRequirement Required
70497 src/com/itac/dto/DeviceTripDTO.java 163 Parameter 'eventCode' is not assigned and could be declared final
70498 src/com/itac/dto/DeviceTripDTO.java 163 publicMethodCommentRequirement Required
70499 src/com/itac/dto/DeviceTripDTO.java 169 Parameter 'creationTime' is not assigned and could be declared final
70500 src/com/itac/dto/DeviceTripDTO.java 182 Parameter 'vehicleId' is not assigned and could be declared final
70501 src/com/itac/dto/DeviceTripDTO.java 194 Parameter 'deviceId' is not assigned and could be declared final
70502 src/com/itac/dto/DeviceTripDTO.java 206 Parameter 'vehicleName' is not assigned and could be declared final
70503 src/com/itac/dto/DeviceTripDTO.java 218 Parameter 'organization' is not assigned and could be declared final
70504 src/com/itac/dto/DeviceTripDTO.java 222 publicMethodCommentRequirement Required
70505 src/com/itac/dto/DeviceTripDTO.java 226 Parameter 'longitude' is not assigned and could be declared final
70506 src/com/itac/dto/DeviceTripDTO.java 226 publicMethodCommentRequirement Required
70507 src/com/itac/dto/DeviceTripDTO.java 230 publicMethodCommentRequirement Required
70508 src/com/itac/dto/DeviceTripDTO.java 234 Parameter 'lattitude' is not assigned and could be declared final
70509 src/com/itac/dto/DeviceTripDTO.java 234 publicMethodCommentRequirement Required
70510 src/com/itac/dto/DeviceTripDTO.java 238 publicMethodCommentRequirement Required
70511 src/com/itac/dto/DeviceTripDTO.java 242 Parameter 'speed' is not assigned and could be declared final
70512 src/com/itac/dto/DeviceTripDTO.java 242 publicMethodCommentRequirement Required
70513 src/com/itac/dto/DeviceTripDTO.java 246 publicMethodCommentRequirement Required
70514 src/com/itac/dto/DeviceTripDTO.java 250 Parameter 'tripParamId' is not assigned and could be declared final
70515 src/com/itac/dto/DeviceTripDTO.java 250 publicMethodCommentRequirement Required
70516 src/com/itac/dto/DeviceTripDTO.java 254 publicMethodCommentRequirement Required
70517 src/com/itac/dto/DeviceTripDTO.java 258 Parameter 'heading' is not assigned and could be declared final
70518 src/com/itac/dto/DeviceTripDTO.java 258 publicMethodCommentRequirement Required
70519 src/com/itac/dto/DeviceTripDTO.java 262 publicMethodCommentRequirement Required
70520 src/com/itac/dto/DeviceTripDTO.java 266 Parameter 'batteryStatus' is not assigned and could be declared final
70521 src/com/itac/dto/DeviceTripDTO.java 266 publicMethodCommentRequirement Required
70522 src/com/itac/dto/DeviceTripDTO.java 270 publicMethodCommentRequirement Required
70523 src/com/itac/dto/DeviceTripDTO.java 274 Parameter 'fuelContent' is not assigned and could be declared final
70524 src/com/itac/dto/DeviceTripDTO.java 274 publicMethodCommentRequirement Required
70525 src/com/itac/dto/DistParamsDTO.java 15 headerCommentRequirement Required
70526 src/com/itac/dto/DistParamsDTO.java 17 Use explicit scoping instead of the default package private level
70527 src/com/itac/dto/DistParamsDTO.java 17 fieldCommentRequirement Required
70528 src/com/itac/dto/DistParamsDTO.java 18 Use explicit scoping instead of the default package private level
70529 src/com/itac/dto/DistParamsDTO.java 18 fieldCommentRequirement Required
70530 src/com/itac/dto/DistParamsDTO.java 19 Use explicit scoping instead of the default package private level
70531 src/com/itac/dto/DistParamsDTO.java 19 fieldCommentRequirement Required
70532 src/com/itac/dto/DistParamsDTO.java 20 Use explicit scoping instead of the default package private level
70533 src/com/itac/dto/DistParamsDTO.java 20 fieldCommentRequirement Required
70534 src/com/itac/dto/DistParamsDTO.java 21 Use explicit scoping instead of the default package private level
70535 src/com/itac/dto/DistParamsDTO.java 21 fieldCommentRequirement Required
70536 src/com/itac/dto/DistParamsDTO.java 22 Use explicit scoping instead of the default package private level
70537 src/com/itac/dto/DistParamsDTO.java 22 fieldCommentRequirement Required
70538 src/com/itac/dto/DistParamsDTO.java 23 Use explicit scoping instead of the default package private level
70539 src/com/itac/dto/DistParamsDTO.java 23 fieldCommentRequirement Required
70540 src/com/itac/dto/DistParamsDTO.java 24 Use explicit scoping instead of the default package private level
70541 src/com/itac/dto/DistParamsDTO.java 24 fieldCommentRequirement Required
70542 src/com/itac/dto/DistParamsDTO.java 27 Document empty constructor
70543 src/com/itac/dto/DistParamsDTO.java 27 publicMethodCommentRequirement Required
70544 src/com/itac/dto/DistParamsDTO.java 31 Parameter 'creationTime' is not assigned and could be declared final
70545 src/com/itac/dto/DistParamsDTO.java 31 Parameter 'tripDetails' is not assigned and could be declared final
70546 src/com/itac/dto/DistParamsDTO.java 31 Parameter 'vehicleDetails' is not assigned and could be declared final
70547 src/com/itac/dto/DistParamsDTO.java 31 publicMethodCommentRequirement Required
70548 src/com/itac/dto/DistParamsDTO.java 32 Parameter 'distance' is not assigned and could be declared final
70549 src/com/itac/dto/DistParamsDTO.java 32 Parameter 'lattitude' is not assigned and could be declared final
70550 src/com/itac/dto/DistParamsDTO.java 32 Parameter 'longitude' is not assigned and could be declared final
70551 src/com/itac/dto/DistParamsDTO.java 32 Parameter 'speed' is not assigned and could be declared final
70552 src/com/itac/dto/DistParamsDTO.java 43 Parameter 'creationTime' is not assigned and could be declared final
70553 src/com/itac/dto/DistParamsDTO.java 43 Parameter 'tripDetails' is not assigned and could be declared final
70554 src/com/itac/dto/DistParamsDTO.java 43 Parameter 'vehicleDetails' is not assigned and could be declared final
70555 src/com/itac/dto/DistParamsDTO.java 43 publicMethodCommentRequirement Required
70556 src/com/itac/dto/DistParamsDTO.java 44 Parameter 'lattitude' is not assigned and could be declared final
70557 src/com/itac/dto/DistParamsDTO.java 44 Parameter 'longitude' is not assigned and could be declared final
70558 src/com/itac/dto/DistParamsDTO.java 44 Parameter 'speed' is not assigned and could be declared final
70559 src/com/itac/dto/DistParamsDTO.java 54 Parameter 'creationTime' is not assigned and could be declared final
70560 src/com/itac/dto/DistParamsDTO.java 54 Parameter 'tripDetails' is not assigned and could be declared final
70561 src/com/itac/dto/DistParamsDTO.java 54 Parameter 'vehicleDetails' is not assigned and could be declared final
70562 src/com/itac/dto/DistParamsDTO.java 54 publicMethodCommentRequirement Required
70563 src/com/itac/dto/DistParamsDTO.java 55 Parameter 'lattitude' is not assigned and could be declared final
70564 src/com/itac/dto/DistParamsDTO.java 55 Parameter 'longitude' is not assigned and could be declared final
70565 src/com/itac/dto/DistParamsDTO.java 64 Parameter 'creationTime' is not assigned and could be declared final
70566 src/com/itac/dto/DistParamsDTO.java 64 Parameter 'tripDetails' is not assigned and could be declared final
70567 src/com/itac/dto/DistParamsDTO.java 64 publicMethodCommentRequirement Required
70568 src/com/itac/dto/DistParamsDTO.java 65 Parameter 'lattitude' is not assigned and could be declared final
70569 src/com/itac/dto/DistParamsDTO.java 65 Parameter 'longitude' is not assigned and could be declared final
70570 src/com/itac/dto/DistParamsDTO.java 74 Parameter 'creationTime' is not assigned and could be declared final
70571 src/com/itac/dto/DistParamsDTO.java 74 Parameter 'tripDetails' is not assigned and could be declared final
70572 src/com/itac/dto/DistParamsDTO.java 74 Parameter 'vehicleDetails' is not assigned and could be declared final
70573 src/com/itac/dto/DistParamsDTO.java 74 publicMethodCommentRequirement Required
70574 src/com/itac/dto/DistParamsDTO.java 75 Parameter 'event' is not assigned and could be declared final
70575 src/com/itac/dto/DistParamsDTO.java 75 Parameter 'lattitude' is not assigned and could be declared final
70576 src/com/itac/dto/DistParamsDTO.java 75 Parameter 'longitude' is not assigned and could be declared final
70577 src/com/itac/dto/DistParamsDTO.java 75 Parameter 'speed' is not assigned and could be declared final
70578 src/com/itac/dto/DistParamsDTO.java 96 Parameter 'vehicleDetails' is not assigned and could be declared final
70579 src/com/itac/dto/DistParamsDTO.java 112 Parameter 'tripDetails' is not assigned and could be declared final
70580 src/com/itac/dto/DistParamsDTO.java 126 Parameter 'creationTime' is not assigned and could be declared final
70581 src/com/itac/dto/DistParamsDTO.java 138 Parameter 'lattitude' is not assigned and could be declared final
70582 src/com/itac/dto/DistParamsDTO.java 150 Parameter 'longitude' is not assigned and could be declared final
70583 src/com/itac/dto/DistParamsDTO.java 162 Parameter 'speed' is not assigned and could be declared final
70584 src/com/itac/dto/DistParamsDTO.java 174 Parameter 'event' is not assigned and could be declared final
70585 src/com/itac/dto/DistParamsDTO.java 187 Parameter 'distance' is not assigned and could be declared final
70586 src/com/itac/dto/FuelDTO.java 5 headerCommentRequirement Required
70587 src/com/itac/dto/FuelDTO.java 6 fieldCommentRequirement Required
70588 src/com/itac/dto/FuelDTO.java 7 fieldCommentRequirement Required
70589 src/com/itac/dto/FuelDTO.java 8 fieldCommentRequirement Required
70590 src/com/itac/dto/FuelDTO.java 9 fieldCommentRequirement Required
70591 src/com/itac/dto/FuelDTO.java 10 fieldCommentRequirement Required
70592 src/com/itac/dto/FuelDTO.java 11 fieldCommentRequirement Required
70593 src/com/itac/dto/FuelDTO.java 12 Document empty constructor
70594 src/com/itac/dto/FuelDTO.java 12 publicMethodCommentRequirement Required
70595 src/com/itac/dto/FuelDTO.java 15 Parameter 'creationTime' is not assigned and could be declared final
70596 src/com/itac/dto/FuelDTO.java 15 Parameter 'fuelContent' is not assigned and could be declared final
70597 src/com/itac/dto/FuelDTO.java 15 Parameter 'lattitude' is not assigned and could be declared final
70598 src/com/itac/dto/FuelDTO.java 15 publicMethodCommentRequirement Required
70599 src/com/itac/dto/FuelDTO.java 16 Parameter 'eventCode' is not assigned and could be declared final
70600 src/com/itac/dto/FuelDTO.java 16 Parameter 'longitude' is not assigned and could be declared final
70601 src/com/itac/dto/FuelDTO.java 16 Parameter 'tripParamid' is not assigned and could be declared final
70602 src/com/itac/dto/FuelDTO.java 25 publicMethodCommentRequirement Required
70603 src/com/itac/dto/FuelDTO.java 28 Parameter 'fuelContent' is not assigned and could be declared final
70604 src/com/itac/dto/FuelDTO.java 28 publicMethodCommentRequirement Required
70605 src/com/itac/dto/FuelDTO.java 31 publicMethodCommentRequirement Required
70606 src/com/itac/dto/FuelDTO.java 34 Parameter 'creationTime' is not assigned and could be declared final
70607 src/com/itac/dto/FuelDTO.java 34 publicMethodCommentRequirement Required
70608 src/com/itac/dto/FuelDTO.java 37 publicMethodCommentRequirement Required
70609 src/com/itac/dto/FuelDTO.java 40 Parameter 'lattitude' is not assigned and could be declared final
70610 src/com/itac/dto/FuelDTO.java 40 publicMethodCommentRequirement Required
70611 src/com/itac/dto/FuelDTO.java 43 publicMethodCommentRequirement Required
70612 src/com/itac/dto/FuelDTO.java 46 Parameter 'longitude' is not assigned and could be declared final
70613 src/com/itac/dto/FuelDTO.java 46 publicMethodCommentRequirement Required
70614 src/com/itac/dto/FuelDTO.java 49 publicMethodCommentRequirement Required
70615 src/com/itac/dto/FuelDTO.java 52 Parameter 'eventCode' is not assigned and could be declared final
70616 src/com/itac/dto/FuelDTO.java 52 publicMethodCommentRequirement Required
70617 src/com/itac/dto/FuelDTO.java 55 publicMethodCommentRequirement Required
70618 src/com/itac/dto/FuelDTO.java 58 Parameter 'tripParamid' is not assigned and could be declared final
70619 src/com/itac/dto/FuelDTO.java 58 publicMethodCommentRequirement Required
70620 src/com/itac/dto/OrgTripInfo.java 7 headerCommentRequirement Required
70621 src/com/itac/dto/OrgTripInfo.java 8 fieldCommentRequirement Required
70622 src/com/itac/dto/OrgTripInfo.java 9 Avoid excessively long variable names like orgTripSessionDetails
70623 src/com/itac/dto/OrgTripInfo.java 9 fieldCommentRequirement Required
70624 src/com/itac/dto/OrgTripInfo.java 10 publicMethodCommentRequirement Required
70625 src/com/itac/dto/OrgTripInfo.java 13 Parameter 'date' is not assigned and could be declared final
70626 src/com/itac/dto/OrgTripInfo.java 13 publicMethodCommentRequirement Required
70627 src/com/itac/dto/OrgTripInfo.java 16 publicMethodCommentRequirement Required
70628 src/com/itac/dto/OrgTripInfo.java 19 Avoid excessively long variable names like orgTripSessionDetails
70629 src/com/itac/dto/OrgTripInfo.java 19 Parameter 'orgTripSessionDetails' is not assigned and could be declared final
70630 src/com/itac/dto/OrgTripInfo.java 19 publicMethodCommentRequirement Required
70631 src/com/itac/dto/TripDistanceDTO.java 6 headerCommentRequirement Required
70632 src/com/itac/dto/TripDistanceDTO.java 8 Use explicit scoping instead of the default package private level
70633 src/com/itac/dto/TripDistanceDTO.java 8 fieldCommentRequirement Required
70634 src/com/itac/dto/TripDistanceDTO.java 9 Use explicit scoping instead of the default package private level
70635 src/com/itac/dto/TripDistanceDTO.java 9 fieldCommentRequirement Required
70636 src/com/itac/dto/TripDistanceDTO.java 10 Use explicit scoping instead of the default package private level
70637 src/com/itac/dto/TripDistanceDTO.java 10 fieldCommentRequirement Required
70638 src/com/itac/dto/TripDistanceDTO.java 11 Use explicit scoping instead of the default package private level
70639 src/com/itac/dto/TripDistanceDTO.java 11 fieldCommentRequirement Required
70640 src/com/itac/dto/TripDistanceDTO.java 12 Use explicit scoping instead of the default package private level
70641 src/com/itac/dto/TripDistanceDTO.java 12 fieldCommentRequirement Required
70642 src/com/itac/dto/TripDistanceDTO.java 13 Use explicit scoping instead of the default package private level
70643 src/com/itac/dto/TripDistanceDTO.java 13 fieldCommentRequirement Required
70644 src/com/itac/dto/TripDistanceDTO.java 14 Use explicit scoping instead of the default package private level
70645 src/com/itac/dto/TripDistanceDTO.java 14 fieldCommentRequirement Required
70646 src/com/itac/dto/TripDistanceDTO.java 15 Use explicit scoping instead of the default package private level
70647 src/com/itac/dto/TripDistanceDTO.java 15 fieldCommentRequirement Required
70648 src/com/itac/dto/TripDistanceDTO.java 17 Comment is too large: Too many lines
70649 src/com/itac/dto/TripDistanceDTO.java 26 Parameter 'creationTime' is not assigned and could be declared final
70650 src/com/itac/dto/TripDistanceDTO.java 26 Parameter 'regNo' is not assigned and could be declared final
70651 src/com/itac/dto/TripDistanceDTO.java 26 Parameter 'tripName' is not assigned and could be declared final
70652 src/com/itac/dto/TripDistanceDTO.java 27 Parameter 'distance' is not assigned and could be declared final
70653 src/com/itac/dto/TripDistanceDTO.java 27 Parameter 'lattitude' is not assigned and could be declared final
70654 src/com/itac/dto/TripDistanceDTO.java 27 Parameter 'longitude' is not assigned and could be declared final
70655 src/com/itac/dto/TripDistanceDTO.java 27 Parameter 'speed' is not assigned and could be declared final
70656 src/com/itac/dto/TripDistanceDTO.java 38 Parameter 'creationTime' is not assigned and could be declared final
70657 src/com/itac/dto/TripDistanceDTO.java 38 Parameter 'regNo' is not assigned and could be declared final
70658 src/com/itac/dto/TripDistanceDTO.java 38 Parameter 'tripName' is not assigned and could be declared final
70659 src/com/itac/dto/TripDistanceDTO.java 38 publicMethodCommentRequirement Required
70660 src/com/itac/dto/TripDistanceDTO.java 39 Parameter 'lattitude' is not assigned and could be declared final
70661 src/com/itac/dto/TripDistanceDTO.java 39 Parameter 'longitude' is not assigned and could be declared final
70662 src/com/itac/dto/TripDistanceDTO.java 39 Parameter 'speed' is not assigned and could be declared final
70663 src/com/itac/dto/TripDistanceDTO.java 49 Parameter 'creationTime' is not assigned and could be declared final
70664 src/com/itac/dto/TripDistanceDTO.java 49 Parameter 'regNo' is not assigned and could be declared final
70665 src/com/itac/dto/TripDistanceDTO.java 49 Parameter 'tripName' is not assigned and could be declared final
70666 src/com/itac/dto/TripDistanceDTO.java 49 publicMethodCommentRequirement Required
70667 src/com/itac/dto/TripDistanceDTO.java 50 Parameter 'lattitude' is not assigned and could be declared final
70668 src/com/itac/dto/TripDistanceDTO.java 50 Parameter 'longitude' is not assigned and could be declared final
70669 src/com/itac/dto/TripDistanceDTO.java 60 Parameter 'creationTime' is not assigned and could be declared final
70670 src/com/itac/dto/TripDistanceDTO.java 60 Parameter 'regNo' is not assigned and could be declared final
70671 src/com/itac/dto/TripDistanceDTO.java 60 Parameter 'tripName' is not assigned and could be declared final
70672 src/com/itac/dto/TripDistanceDTO.java 60 publicMethodCommentRequirement Required
70673 src/com/itac/dto/TripDistanceDTO.java 61 Parameter 'event' is not assigned and could be declared final
70674 src/com/itac/dto/TripDistanceDTO.java 61 Parameter 'lattitude' is not assigned and could be declared final
70675 src/com/itac/dto/TripDistanceDTO.java 61 Parameter 'longitude' is not assigned and could be declared final
70676 src/com/itac/dto/TripDistanceDTO.java 72 publicMethodCommentRequirement Required
70677 src/com/itac/dto/TripDistanceDTO.java 86 Parameter 'regNo' is not assigned and could be declared final
70678 src/com/itac/dto/TripDistanceDTO.java 100 Parameter 'tripName' is not assigned and could be declared final
70679 src/com/itac/dto/TripDistanceDTO.java 114 Parameter 'creationTime' is not assigned and could be declared final
70680 src/com/itac/dto/TripDistanceDTO.java 128 Parameter 'lattitude' is not assigned and could be declared final
70681 src/com/itac/dto/TripDistanceDTO.java 142 Parameter 'longitude' is not assigned and could be declared final
70682 src/com/itac/dto/TripDistanceDTO.java 156 Parameter 'event' is not assigned and could be declared final
70683 src/com/itac/dto/TripDistanceDTO.java 170 Parameter 'distance' is not assigned and could be declared final
70684 src/com/itac/dto/TripDistanceDTO.java 184 Avoid reassigning parameters such as 'speed'
70685 src/com/itac/dto/TripDistanceDTO.java 184 Avoid reassigning parameters such as 'speed'
70686 src/com/itac/dto/TripDistanceDTO.java 184 Avoid reassigning parameters such as 'speed'
70687 src/com/itac/dto/TripDistanceDTO.java 185 Local variable 'twoDForm' could be declared final
70688 src/com/itac/dto/TripDistanceDTO.java 187 Avoid using Literals in Conditional Statements
70689 src/com/itac/dto/TripDistanceDTO.java 187 Avoid using if statements without curly braces
70690 src/com/itac/dto/TripDistanceDTO.java 189 Potential violation of Law of Demeter (object not created locally)
70691 src/com/itac/hibernatefactory/DBAdapter.java 21 headerCommentRequirement Required
70692 src/com/itac/hibernatefactory/DBAdapter.java 23 The Logger variable declaration does not contain the static and final modifiers
70693 src/com/itac/hibernatefactory/DBAdapter.java 23 Use explicit scoping instead of the default package private level
70694 src/com/itac/hibernatefactory/DBAdapter.java 23 fieldCommentRequirement Required
70695 src/com/itac/hibernatefactory/DBAdapter.java 25 Avoid using implementation types like 'ArrayList'; use the interface instead
70696 src/com/itac/hibernatefactory/DBAdapter.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
70697 src/com/itac/hibernatefactory/DBAdapter.java 25 Private field 'params' could be made final; it is only initialized in the declaration or constructor.
70698 src/com/itac/hibernatefactory/DBAdapter.java 25 fieldCommentRequirement Required
70699 src/com/itac/hibernatefactory/DBAdapter.java 28 Parameter 'name' is not assigned and could be declared final
70700 src/com/itac/hibernatefactory/DBAdapter.java 28 Parameter 'value' is not assigned and could be declared final
70701 src/com/itac/hibernatefactory/DBAdapter.java 28 publicMethodCommentRequirement Required
70702 src/com/itac/hibernatefactory/DBAdapter.java 29 Local variable 'input' could be declared final
70703 src/com/itac/hibernatefactory/DBAdapter.java 35 Parameter 'QueryString' is not assigned and could be declared final
70704 src/com/itac/hibernatefactory/DBAdapter.java 35 Parameter 'pClass' is not assigned and could be declared final
70705 src/com/itac/hibernatefactory/DBAdapter.java 35 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
70706 src/com/itac/hibernatefactory/DBAdapter.java 35 publicMethodCommentRequirement Required
70707 src/com/itac/hibernatefactory/DBAdapter.java 37 Local variable 'session' could be declared final
70708 src/com/itac/hibernatefactory/DBAdapter.java 38 Found 'DD'-anomaly for variable 'resultlist' (lines '38'-'48').
70709 src/com/itac/hibernatefactory/DBAdapter.java 39 Found 'DD'-anomaly for variable 'query' (lines '39'-'43').
70710 src/com/itac/hibernatefactory/DBAdapter.java 43 Found 'DD'-anomaly for variable 'query' (lines '43'-'46').
70711 src/com/itac/hibernatefactory/DBAdapter.java 43 Potential violation of Law of Demeter (object not created locally)
70712 src/com/itac/hibernatefactory/DBAdapter.java 48 Potential violation of Law of Demeter (object not created locally)
70713 src/com/itac/hibernatefactory/DBAdapter.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70714 src/com/itac/hibernatefactory/DBAdapter.java 51 Potential violation of Law of Demeter (object not created locally)
70715 src/com/itac/hibernatefactory/DBAdapter.java 51 The String literal "Exception:" appears 4 times in this file; the first occurrence is on line 51
70716 src/com/itac/hibernatefactory/DBAdapter.java 51 There is log block not surrounded by if
70717 src/com/itac/hibernatefactory/DBAdapter.java 62 Parameter 'QueryString' is not assigned and could be declared final
70718 src/com/itac/hibernatefactory/DBAdapter.java 62 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
70719 src/com/itac/hibernatefactory/DBAdapter.java 62 publicMethodCommentRequirement Required
70720 src/com/itac/hibernatefactory/DBAdapter.java 64 Local variable 'session' could be declared final
70721 src/com/itac/hibernatefactory/DBAdapter.java 65 Found 'DD'-anomaly for variable 'resultlist' (lines '65'-'73').
70722 src/com/itac/hibernatefactory/DBAdapter.java 66 Found 'DD'-anomaly for variable 'query' (lines '66'-'69').
70723 src/com/itac/hibernatefactory/DBAdapter.java 69 Found 'DD'-anomaly for variable 'query' (lines '69'-'71').
70724 src/com/itac/hibernatefactory/DBAdapter.java 69 Potential violation of Law of Demeter (object not created locally)
70725 src/com/itac/hibernatefactory/DBAdapter.java 73 Potential violation of Law of Demeter (object not created locally)
70726 src/com/itac/hibernatefactory/DBAdapter.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70727 src/com/itac/hibernatefactory/DBAdapter.java 77 Potential violation of Law of Demeter (object not created locally)
70728 src/com/itac/hibernatefactory/DBAdapter.java 77 There is log block not surrounded by if
70729 src/com/itac/hibernatefactory/DBAdapter.java 88 Found 'UR'-anomaly for variable 'element' (lines '88'-'92').
70730 src/com/itac/hibernatefactory/DBAdapter.java 88 Parameter 'query' is not assigned and could be declared final
70731 src/com/itac/hibernatefactory/DBAdapter.java 90 Local variable 'inputvalue' could be declared final
70732 src/com/itac/hibernatefactory/DBAdapter.java 91 Local variable 'element' could be declared final
70733 src/com/itac/hibernatefactory/DBAdapter.java 93 Local variable 'value' could be declared final
70734 src/com/itac/hibernatefactory/DBAdapter.java 105 Parameter 'object' is not assigned and could be declared final
70735 src/com/itac/hibernatefactory/DBAdapter.java 105 publicMethodCommentRequirement Required
70736 src/com/itac/hibernatefactory/DBAdapter.java 107 Local variable 'session' could be declared final
70737 src/com/itac/hibernatefactory/DBAdapter.java 108 Found 'DD'-anomaly for variable 'rowcount' (lines '108'-'113').
70738 src/com/itac/hibernatefactory/DBAdapter.java 110 Avoid variables with short names like tx
70739 src/com/itac/hibernatefactory/DBAdapter.java 110 Local variable 'tx' could be declared final
70740 src/com/itac/hibernatefactory/DBAdapter.java 110 Potential violation of Law of Demeter (object not created locally)
70741 src/com/itac/hibernatefactory/DBAdapter.java 112 Potential violation of Law of Demeter (object not created locally)
70742 src/com/itac/hibernatefactory/DBAdapter.java 114 Potential violation of Law of Demeter (object not created locally)
70743 src/com/itac/hibernatefactory/DBAdapter.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70744 src/com/itac/hibernatefactory/DBAdapter.java 117 There is log block not surrounded by if
70745 src/com/itac/hibernatefactory/DBAdapter.java 118 Potential violation of Law of Demeter (object not created locally)
70746 src/com/itac/hibernatefactory/DBAdapter.java 124 Parameter 'QueryString' is not assigned and could be declared final
70747 src/com/itac/hibernatefactory/DBAdapter.java 124 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
70748 src/com/itac/hibernatefactory/DBAdapter.java 124 publicMethodCommentRequirement Required
70749 src/com/itac/hibernatefactory/DBAdapter.java 125 Local variable 'session' could be declared final
70750 src/com/itac/hibernatefactory/DBAdapter.java 126 Found 'DD'-anomaly for variable 'rowcount' (lines '126'-'135').
70751 src/com/itac/hibernatefactory/DBAdapter.java 127 Avoid variables with short names like tx
70752 src/com/itac/hibernatefactory/DBAdapter.java 127 Local variable 'tx' could be declared final
70753 src/com/itac/hibernatefactory/DBAdapter.java 127 Potential violation of Law of Demeter (object not created locally)
70754 src/com/itac/hibernatefactory/DBAdapter.java 128 Found 'DD'-anomaly for variable 'query' (lines '128'-'131').
70755 src/com/itac/hibernatefactory/DBAdapter.java 131 Found 'DD'-anomaly for variable 'query' (lines '131'-'133').
70756 src/com/itac/hibernatefactory/DBAdapter.java 131 Potential violation of Law of Demeter (object not created locally)
70757 src/com/itac/hibernatefactory/DBAdapter.java 135 Potential violation of Law of Demeter (object not created locally)
70758 src/com/itac/hibernatefactory/DBAdapter.java 136 Potential violation of Law of Demeter (object not created locally)
70759 src/com/itac/hibernatefactory/DBAdapter.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70760 src/com/itac/hibernatefactory/DBAdapter.java 138 Potential violation of Law of Demeter (object not created locally)
70761 src/com/itac/hibernatefactory/DBAdapter.java 138 There is log block not surrounded by if
70762 src/com/itac/hibernatefactory/DBAdapter.java 139 Potential violation of Law of Demeter (object not created locally)
70763 src/com/itac/hibernatefactory/DBAdapter.java 148 Parameter 'QueryString' is not assigned and could be declared final
70764 src/com/itac/hibernatefactory/DBAdapter.java 148 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
70765 src/com/itac/hibernatefactory/DBAdapter.java 148 publicMethodCommentRequirement Required
70766 src/com/itac/hibernatefactory/DBAdapter.java 150 Local variable 'session' could be declared final
70767 src/com/itac/hibernatefactory/DBAdapter.java 151 Found 'DD'-anomaly for variable 'resultlist' (lines '151'-'159').
70768 src/com/itac/hibernatefactory/DBAdapter.java 152 Found 'DD'-anomaly for variable 'query' (lines '152'-'155').
70769 src/com/itac/hibernatefactory/DBAdapter.java 155 Found 'DD'-anomaly for variable 'query' (lines '155'-'157').
70770 src/com/itac/hibernatefactory/DBAdapter.java 155 Potential violation of Law of Demeter (object not created locally)
70771 src/com/itac/hibernatefactory/DBAdapter.java 159 Potential violation of Law of Demeter (object not created locally)
70772 src/com/itac/hibernatefactory/DBAdapter.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70773 src/com/itac/hibernatefactory/DBAdapter.java 162 Potential violation of Law of Demeter (object not created locally)
70774 src/com/itac/hibernatefactory/DBAdapter.java 162 There is log block not surrounded by if
70775 src/com/itac/hibernatefactory/DBAdapter.java 172 Parameter 'QueryString' is not assigned and could be declared final
70776 src/com/itac/hibernatefactory/DBAdapter.java 172 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
70777 src/com/itac/hibernatefactory/DBAdapter.java 172 publicMethodCommentRequirement Required
70778 src/com/itac/hibernatefactory/DBAdapter.java 173 Local variable 'session' could be declared final
70779 src/com/itac/hibernatefactory/DBAdapter.java 174 Avoid declaring a variable if it is unreferenced before a possible exit point.
70780 src/com/itac/hibernatefactory/DBAdapter.java 174 Avoid unused local variables such as 'resultlist'.
70781 src/com/itac/hibernatefactory/DBAdapter.java 174 Found 'DU'-anomaly for variable 'resultlist' (lines '174'-'193').
70782 src/com/itac/hibernatefactory/DBAdapter.java 174 Local variable 'resultlist' could be declared final
70783 src/com/itac/hibernatefactory/DBAdapter.java 175 Avoid variables with short names like tx
70784 src/com/itac/hibernatefactory/DBAdapter.java 175 Local variable 'tx' could be declared final
70785 src/com/itac/hibernatefactory/DBAdapter.java 175 Potential violation of Law of Demeter (object not created locally)
70786 src/com/itac/hibernatefactory/DBAdapter.java 176 Found 'DD'-anomaly for variable 'updrowcnt' (lines '176'-'181').
70787 src/com/itac/hibernatefactory/DBAdapter.java 177 Found 'DD'-anomaly for variable 'query' (lines '177'-'179').
70788 src/com/itac/hibernatefactory/DBAdapter.java 179 Found 'DD'-anomaly for variable 'query' (lines '179'-'180').
70789 src/com/itac/hibernatefactory/DBAdapter.java 179 Potential violation of Law of Demeter (object not created locally)
70790 src/com/itac/hibernatefactory/DBAdapter.java 181 Found 'DD'-anomaly for variable 'updrowcnt' (lines '181'-'186').
70791 src/com/itac/hibernatefactory/DBAdapter.java 181 Potential violation of Law of Demeter (object not created locally)
70792 src/com/itac/hibernatefactory/DBAdapter.java 182 Potential violation of Law of Demeter (object not created locally)
70793 src/com/itac/hibernatefactory/DBAdapter.java 183 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70794 src/com/itac/hibernatefactory/DBAdapter.java 184 Potential violation of Law of Demeter (object not created locally)
70795 src/com/itac/hibernatefactory/DBAdapter.java 184 There is log block not surrounded by if
70796 src/com/itac/hibernatefactory/DBAdapter.java 185 Avoid printStackTrace(); use a logger call instead.
70797 src/com/itac/hibernatefactory/DBAdapter.java 185 Potential violation of Law of Demeter (object not created locally)
70798 src/com/itac/hibernatefactory/DBAdapter.java 187 Potential violation of Law of Demeter (object not created locally)
70799 src/com/itac/hibernatefactory/DBAdapter.java 197 Parameter 'arg' is not assigned and could be declared final
70800 src/com/itac/hibernatefactory/DBAdapter.java 197 Parameter 'serialObj' is not assigned and could be declared final
70801 src/com/itac/hibernatefactory/DBAdapter.java 197 publicMethodCommentRequirement Required
70802 src/com/itac/hibernatefactory/DBAdapter.java 199 Found 'DU'-anomaly for variable 'session' (lines '199'-'212').
70803 src/com/itac/hibernatefactory/DBAdapter.java 199 Local variable 'session' could be declared final
70804 src/com/itac/hibernatefactory/DBAdapter.java 200 Found 'DD'-anomaly for variable 'resultObj' (lines '200'-'203').
70805 src/com/itac/hibernatefactory/DBAdapter.java 202 Avoid using if statements without curly braces
70806 src/com/itac/hibernatefactory/DBAdapter.java 203 Potential violation of Law of Demeter (object not created locally)
70807 src/com/itac/hibernatefactory/DBAdapter.java 206 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70808 src/com/itac/hibernatefactory/DBAdapter.java 208 Potential violation of Law of Demeter (object not created locally)
70809 src/com/itac/hibernatefactory/DBAdapter.java 208 There is log block not surrounded by if
70810 src/com/itac/hibernatefactory/HibernatePlug.java 26 A class which only has private constructors should be final
70811 src/com/itac/hibernatefactory/HibernatePlug.java 35 Avoid excessively long variable names like CONFIG_FILE_LOCATION
70812 src/com/itac/hibernatefactory/HibernatePlug.java 35 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'CONFIG_FILE_LOCATION' is not final.
70813 src/com/itac/hibernatefactory/HibernatePlug.java 35 The field name indicates a constant but its modifiers do not
70814 src/com/itac/hibernatefactory/HibernatePlug.java 35 Variables should start with a lowercase character, 'CONFIG_FILE_LOCATION' starts with uppercase character.
70815 src/com/itac/hibernatefactory/HibernatePlug.java 36 Variables that are final and static should be all capitals, 'threadLocal' is not all capitals.
70816 src/com/itac/hibernatefactory/HibernatePlug.java 36 fieldCommentRequirement Required
70817 src/com/itac/hibernatefactory/HibernatePlug.java 37 fieldCommentRequirement Required
70818 src/com/itac/hibernatefactory/HibernatePlug.java 38 fieldCommentRequirement Required
70819 src/com/itac/hibernatefactory/HibernatePlug.java 39 fieldCommentRequirement Required
70820 src/com/itac/hibernatefactory/HibernatePlug.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70821 src/com/itac/hibernatefactory/HibernatePlug.java 48 System.out.print is used
70822 src/com/itac/hibernatefactory/HibernatePlug.java 51 Avoid printStackTrace(); use a logger call instead.
70823 src/com/itac/hibernatefactory/HibernatePlug.java 70 Potential violation of Law of Demeter (object not created locally)
70824 src/com/itac/hibernatefactory/HibernatePlug.java 75 Avoid if (x != y) ..; else ..;
70825 src/com/itac/hibernatefactory/HibernatePlug.java 76 Assigning an Object to null is a code smell. Consider refactoring.
70826 src/com/itac/hibernatefactory/HibernatePlug.java 79 A method should have only one exit point, and that should be the last statement in the method
70827 src/com/itac/hibernatefactory/HibernatePlug.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70828 src/com/itac/hibernatefactory/HibernatePlug.java 83 Avoid printStackTrace(); use a logger call instead.
70829 src/com/itac/hibernatefactory/HibernatePlug.java 83 Potential violation of Law of Demeter (object not created locally)
70830 src/com/itac/hibernatefactory/HibernatePlug.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70831 src/com/itac/hibernatefactory/HibernatePlug.java 98 System.out.print is used
70832 src/com/itac/hibernatefactory/HibernatePlug.java 101 Avoid printStackTrace(); use a logger call instead.
70833 src/com/itac/hibernatefactory/HibernatePlug.java 101 Potential violation of Law of Demeter (object not created locally)
70834 src/com/itac/hibernatefactory/HibernatePlug.java 111 Local variable 'session' could be declared final
70835 src/com/itac/hibernatefactory/HibernatePlug.java 115 Potential violation of Law of Demeter (object not created locally)
70836 src/com/itac/hibernatefactory/HibernatePlug.java 116 Potential violation of Law of Demeter (object not created locally)
70837 src/com/itac/hibernatefactory/HibernatePlug.java 133 Parameter 'configFile' is not assigned and could be declared final
70838 src/com/itac/hibernatefactory/HibernatePlug.java 135 Assigning an Object to null is a code smell. Consider refactoring.
70839 src/com/itac/hibernatefactory/InputData.java 3 headerCommentRequirement Required
70840 src/com/itac/hibernatefactory/InputData.java 4 fieldCommentRequirement Required
70841 src/com/itac/hibernatefactory/InputData.java 5 fieldCommentRequirement Required
70842 src/com/itac/hibernatefactory/InputData.java 6 Parameter 'key' is not assigned and could be declared final
70843 src/com/itac/hibernatefactory/InputData.java 6 Parameter 'value' is not assigned and could be declared final
70844 src/com/itac/hibernatefactory/InputData.java 6 publicMethodCommentRequirement Required
70845 src/com/itac/hibernatefactory/InputData.java 11 publicMethodCommentRequirement Required
70846 src/com/itac/hibernatefactory/InputData.java 14 Parameter 'key' is not assigned and could be declared final
70847 src/com/itac/hibernatefactory/InputData.java 14 publicMethodCommentRequirement Required
70848 src/com/itac/hibernatefactory/InputData.java 17 publicMethodCommentRequirement Required
70849 src/com/itac/hibernatefactory/InputData.java 20 Parameter 'value' is not assigned and could be declared final
70850 src/com/itac/hibernatefactory/InputData.java 20 publicMethodCommentRequirement Required
70851 src/com/itac/hibernatefactory/MySQLBaseHibernateDAO.java 20 Avoid modifiers which are implied by the context
70852 src/com/itac/hibernatefactory/MySQLBaseHibernateDAO.java 20 publicMethodCommentRequirement Required
70853 src/com/itac/hibernatefactory/MySQLHibernateDAO.java 13 headerCommentRequirement Required
70854 src/com/itac/hibernatefactory/MySQLHibernateDAO.java 15 publicMethodCommentRequirement Required
70855 src/com/itac/hibernatefactory/SMSAdapter.java 13 headerCommentRequirement Required
70856 src/com/itac/hibernatefactory/SMSAdapter.java 14 Variables that are final and static should be all capitals, 'threadSession' is not all capitals.
70857 src/com/itac/hibernatefactory/SMSAdapter.java 14 fieldCommentRequirement Required
70858 src/com/itac/hibernatefactory/SMSAdapter.java 15 Variables that are final and static should be all capitals, 'threadTransaction' is not all capitals.
70859 src/com/itac/hibernatefactory/SMSAdapter.java 15 fieldCommentRequirement Required
70860 src/com/itac/hibernatefactory/SMSAdapter.java 17 fieldCommentRequirement Required
70861 src/com/itac/hibernatefactory/SMSAdapter.java 18 Use block level rather than method level synchronization
70862 src/com/itac/hibernatefactory/SMSAdapter.java 25 Avoid using implementation types like 'ArrayList'; use the interface instead
70863 src/com/itac/hibernatefactory/SMSAdapter.java 25 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
70864 src/com/itac/hibernatefactory/SMSAdapter.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
70865 src/com/itac/hibernatefactory/SMSAdapter.java 25 Private field 'params' could be made final; it is only initialized in the declaration or constructor.
70866 src/com/itac/hibernatefactory/SMSAdapter.java 25 fieldCommentRequirement Required
70867 src/com/itac/hibernatefactory/SMSAdapter.java 26 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
70868 src/com/itac/hibernatefactory/SMSAdapter.java 26 Use explicit scoping instead of the default package private level
70869 src/com/itac/hibernatefactory/SMSAdapter.java 26 fieldCommentRequirement Required
70870 src/com/itac/hibernatefactory/SMSAdapter.java 28 Parameter 'name' is not assigned and could be declared final
70871 src/com/itac/hibernatefactory/SMSAdapter.java 28 Parameter 'value' is not assigned and could be declared final
70872 src/com/itac/hibernatefactory/SMSAdapter.java 28 publicMethodCommentRequirement Required
70873 src/com/itac/hibernatefactory/SMSAdapter.java 29 Local variable 'input' could be declared final
70874 src/com/itac/hibernatefactory/SMSAdapter.java 33 Method names should not start with capital letters
70875 src/com/itac/hibernatefactory/SMSAdapter.java 33 publicMethodCommentRequirement Required
70876 src/com/itac/hibernatefactory/SMSAdapter.java 34 Avoid variables with short names like s
70877 src/com/itac/hibernatefactory/SMSAdapter.java 36 Potential violation of Law of Demeter (method chain calls)
70878 src/com/itac/hibernatefactory/SMSAdapter.java 43 Parameter 'QueryString' is not assigned and could be declared final
70879 src/com/itac/hibernatefactory/SMSAdapter.java 43 Parameter 'pClass' is not assigned and could be declared final
70880 src/com/itac/hibernatefactory/SMSAdapter.java 43 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
70881 src/com/itac/hibernatefactory/SMSAdapter.java 43 publicMethodCommentRequirement Required
70882 src/com/itac/hibernatefactory/SMSAdapter.java 45 Local variable 'session' could be declared final
70883 src/com/itac/hibernatefactory/SMSAdapter.java 46 Found 'DD'-anomaly for variable 'resultlist' (lines '46'-'50').
70884 src/com/itac/hibernatefactory/SMSAdapter.java 48 Local variable 'query' could be declared final
70885 src/com/itac/hibernatefactory/SMSAdapter.java 48 Potential violation of Law of Demeter (object not created locally)
70886 src/com/itac/hibernatefactory/SMSAdapter.java 49 Local variable 'querywithParams' could be declared final
70887 src/com/itac/hibernatefactory/SMSAdapter.java 50 Potential violation of Law of Demeter (object not created locally)
70888 src/com/itac/hibernatefactory/SMSAdapter.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70889 src/com/itac/hibernatefactory/SMSAdapter.java 51 Avoid empty catch blocks
70890 src/com/itac/hibernatefactory/SMSAdapter.java 60 Parameter 'QueryString' is not assigned and could be declared final
70891 src/com/itac/hibernatefactory/SMSAdapter.java 60 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
70892 src/com/itac/hibernatefactory/SMSAdapter.java 60 publicMethodCommentRequirement Required
70893 src/com/itac/hibernatefactory/SMSAdapter.java 62 Local variable 'session' could be declared final
70894 src/com/itac/hibernatefactory/SMSAdapter.java 64 Found 'DD'-anomaly for variable 'resultlist' (lines '64'-'68').
70895 src/com/itac/hibernatefactory/SMSAdapter.java 66 Local variable 'query' could be declared final
70896 src/com/itac/hibernatefactory/SMSAdapter.java 66 Potential violation of Law of Demeter (object not created locally)
70897 src/com/itac/hibernatefactory/SMSAdapter.java 67 Local variable 'querywithParams' could be declared final
70898 src/com/itac/hibernatefactory/SMSAdapter.java 68 Potential violation of Law of Demeter (object not created locally)
70899 src/com/itac/hibernatefactory/SMSAdapter.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70900 src/com/itac/hibernatefactory/SMSAdapter.java 71 Avoid printStackTrace(); use a logger call instead.
70901 src/com/itac/hibernatefactory/SMSAdapter.java 71 Potential violation of Law of Demeter (object not created locally)
70902 src/com/itac/hibernatefactory/SMSAdapter.java 79 Found 'UR'-anomaly for variable 'element' (lines '79'-'82').
70903 src/com/itac/hibernatefactory/SMSAdapter.java 79 Parameter 'query' is not assigned and could be declared final
70904 src/com/itac/hibernatefactory/SMSAdapter.java 80 Local variable 'inputvalue' could be declared final
70905 src/com/itac/hibernatefactory/SMSAdapter.java 81 Local variable 'element' could be declared final
70906 src/com/itac/hibernatefactory/SMSAdapter.java 83 Local variable 'value' could be declared final
70907 src/com/itac/hibernatefactory/SMSAdapter.java 92 Parameter 'QueryString' is not assigned and could be declared final
70908 src/com/itac/hibernatefactory/SMSAdapter.java 92 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
70909 src/com/itac/hibernatefactory/SMSAdapter.java 92 publicMethodCommentRequirement Required
70910 src/com/itac/hibernatefactory/SMSAdapter.java 93 Local variable 'session' could be declared final
70911 src/com/itac/hibernatefactory/SMSAdapter.java 94 Found 'DD'-anomaly for variable 'rowcount' (lines '94'-'100').
70912 src/com/itac/hibernatefactory/SMSAdapter.java 98 Local variable 'query' could be declared final
70913 src/com/itac/hibernatefactory/SMSAdapter.java 98 Potential violation of Law of Demeter (object not created locally)
70914 src/com/itac/hibernatefactory/SMSAdapter.java 99 Local variable 'querywithParams' could be declared final
70915 src/com/itac/hibernatefactory/SMSAdapter.java 100 Potential violation of Law of Demeter (object not created locally)
70916 src/com/itac/hibernatefactory/SMSAdapter.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70917 src/com/itac/hibernatefactory/SMSAdapter.java 110 publicMethodCommentRequirement Required
70918 src/com/itac/hibernatefactory/SMSAdapter.java 112 Local variable 'session' could be declared final
70919 src/com/itac/hibernatefactory/SMSAdapter.java 114 Potential violation of Law of Demeter (object not created locally)
70920 src/com/itac/hibernatefactory/SMSAdapter.java 115 Potential violation of Law of Demeter (object not created locally)
70921 src/com/itac/hibernatefactory/SMSAdapter.java 116 Potential violation of Law of Demeter (object not created locally)
70922 src/com/itac/hibernatefactory/SMSAdapter.java 119 Parameter 'QueryString' is not assigned and could be declared final
70923 src/com/itac/hibernatefactory/SMSAdapter.java 119 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
70924 src/com/itac/hibernatefactory/SMSAdapter.java 119 publicMethodCommentRequirement Required
70925 src/com/itac/hibernatefactory/SMSAdapter.java 120 Local variable 'session' could be declared final
70926 src/com/itac/hibernatefactory/SMSAdapter.java 121 Found 'DD'-anomaly for variable 'resultlist' (lines '121'-'127').
70927 src/com/itac/hibernatefactory/SMSAdapter.java 125 Local variable 'query' could be declared final
70928 src/com/itac/hibernatefactory/SMSAdapter.java 125 Potential violation of Law of Demeter (object not created locally)
70929 src/com/itac/hibernatefactory/SMSAdapter.java 126 Local variable 'querywithParams' could be declared final
70930 src/com/itac/hibernatefactory/SMSAdapter.java 127 Potential violation of Law of Demeter (object not created locally)
70931 src/com/itac/hibernatefactory/SMSAdapter.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70932 src/com/itac/hibernatefactory/SMSAdapter.java 140 Parameter 'session' is not assigned and could be declared final
70933 src/com/itac/hibernatefactory/SMSAdapter.java 141 Avoid variables with short names like tx
70934 src/com/itac/hibernatefactory/SMSAdapter.java 153 Avoid variables with short names like tx
70935 src/com/itac/hibernatefactory/SMSAdapter.java 153 Local variable 'tx' could be declared final
70936 src/com/itac/hibernatefactory/SMSAdapter.java 156 Potential violation of Law of Demeter (object not created locally)
70937 src/com/itac/hibernatefactory/SMSAdapter.java 173 Avoid variables with short names like tx
70938 src/com/itac/hibernatefactory/SMSAdapter.java 173 Local variable 'tx' could be declared final
70939 src/com/itac/hibernatefactory/SMSAdapter.java 176 Potential violation of Law of Demeter (object not created locally)
70940 src/com/itac/hibernatefactory/SMSAdapter.java 176 Potential violation of Law of Demeter (object not created locally)
70941 src/com/itac/hibernatefactory/SMSAdapter.java 177 Potential violation of Law of Demeter (object not created locally)
70942 src/com/itac/hsqldb/CustomHSQLDialect.java 1 Comment is too large: Too many lines
70943 src/com/itac/hsqldb/CustomHSQLDialect.java 5 Comment is too large: Line too long
70944 src/com/itac/hsqldb/CustomHSQLDialect.java 15 headerCommentRequirement Required
70945 src/com/itac/hsqldb/CustomHSQLDialect.java 18 It is a good practice to call super() in a constructor
70946 src/com/itac/hsqldb/CustomHSQLDialect.java 18 publicMethodCommentRequirement Required
70947 src/com/itac/hsqldb/HSQLDBAdapter.java 6 Comment is too large: Line too long
70948 src/com/itac/hsqldb/HSQLDBAdapter.java 22 headerCommentRequirement Required
70949 src/com/itac/hsqldb/HSQLDBAdapter.java 24 The Logger variable declaration does not contain the static and final modifiers
70950 src/com/itac/hsqldb/HSQLDBAdapter.java 24 Use explicit scoping instead of the default package private level
70951 src/com/itac/hsqldb/HSQLDBAdapter.java 24 fieldCommentRequirement Required
70952 src/com/itac/hsqldb/HSQLDBAdapter.java 26 Avoid using implementation types like 'ArrayList'; use the interface instead
70953 src/com/itac/hsqldb/HSQLDBAdapter.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
70954 src/com/itac/hsqldb/HSQLDBAdapter.java 26 Private field 'params' could be made final; it is only initialized in the declaration or constructor.
70955 src/com/itac/hsqldb/HSQLDBAdapter.java 26 fieldCommentRequirement Required
70956 src/com/itac/hsqldb/HSQLDBAdapter.java 29 Parameter 'name' is not assigned and could be declared final
70957 src/com/itac/hsqldb/HSQLDBAdapter.java 29 Parameter 'value' is not assigned and could be declared final
70958 src/com/itac/hsqldb/HSQLDBAdapter.java 29 publicMethodCommentRequirement Required
70959 src/com/itac/hsqldb/HSQLDBAdapter.java 30 Local variable 'input' could be declared final
70960 src/com/itac/hsqldb/HSQLDBAdapter.java 36 Parameter 'QueryString' is not assigned and could be declared final
70961 src/com/itac/hsqldb/HSQLDBAdapter.java 36 Parameter 'pClass' is not assigned and could be declared final
70962 src/com/itac/hsqldb/HSQLDBAdapter.java 36 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
70963 src/com/itac/hsqldb/HSQLDBAdapter.java 36 publicMethodCommentRequirement Required
70964 src/com/itac/hsqldb/HSQLDBAdapter.java 38 Local variable 'session' could be declared final
70965 src/com/itac/hsqldb/HSQLDBAdapter.java 39 Found 'DD'-anomaly for variable 'resultlist' (lines '39'-'49').
70966 src/com/itac/hsqldb/HSQLDBAdapter.java 40 Found 'DD'-anomaly for variable 'query' (lines '40'-'44').
70967 src/com/itac/hsqldb/HSQLDBAdapter.java 44 Found 'DD'-anomaly for variable 'query' (lines '44'-'47').
70968 src/com/itac/hsqldb/HSQLDBAdapter.java 44 Potential violation of Law of Demeter (object not created locally)
70969 src/com/itac/hsqldb/HSQLDBAdapter.java 49 Potential violation of Law of Demeter (object not created locally)
70970 src/com/itac/hsqldb/HSQLDBAdapter.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70971 src/com/itac/hsqldb/HSQLDBAdapter.java 52 Potential violation of Law of Demeter (object not created locally)
70972 src/com/itac/hsqldb/HSQLDBAdapter.java 52 The String literal "Exception:" appears 4 times in this file; the first occurrence is on line 52
70973 src/com/itac/hsqldb/HSQLDBAdapter.java 52 There is log block not surrounded by if
70974 src/com/itac/hsqldb/HSQLDBAdapter.java 63 Parameter 'QueryString' is not assigned and could be declared final
70975 src/com/itac/hsqldb/HSQLDBAdapter.java 63 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
70976 src/com/itac/hsqldb/HSQLDBAdapter.java 63 publicMethodCommentRequirement Required
70977 src/com/itac/hsqldb/HSQLDBAdapter.java 65 Local variable 'session' could be declared final
70978 src/com/itac/hsqldb/HSQLDBAdapter.java 66 Found 'DD'-anomaly for variable 'resultlist' (lines '66'-'74').
70979 src/com/itac/hsqldb/HSQLDBAdapter.java 67 Found 'DD'-anomaly for variable 'query' (lines '67'-'70').
70980 src/com/itac/hsqldb/HSQLDBAdapter.java 70 Found 'DD'-anomaly for variable 'query' (lines '70'-'72').
70981 src/com/itac/hsqldb/HSQLDBAdapter.java 70 Potential violation of Law of Demeter (object not created locally)
70982 src/com/itac/hsqldb/HSQLDBAdapter.java 74 Potential violation of Law of Demeter (object not created locally)
70983 src/com/itac/hsqldb/HSQLDBAdapter.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70984 src/com/itac/hsqldb/HSQLDBAdapter.java 78 Potential violation of Law of Demeter (object not created locally)
70985 src/com/itac/hsqldb/HSQLDBAdapter.java 78 There is log block not surrounded by if
70986 src/com/itac/hsqldb/HSQLDBAdapter.java 89 Found 'UR'-anomaly for variable 'element' (lines '89'-'93').
70987 src/com/itac/hsqldb/HSQLDBAdapter.java 89 Parameter 'query' is not assigned and could be declared final
70988 src/com/itac/hsqldb/HSQLDBAdapter.java 91 Local variable 'inputvalue' could be declared final
70989 src/com/itac/hsqldb/HSQLDBAdapter.java 92 Local variable 'element' could be declared final
70990 src/com/itac/hsqldb/HSQLDBAdapter.java 95 Local variable 'value' could be declared final
70991 src/com/itac/hsqldb/HSQLDBAdapter.java 107 Parameter 'object' is not assigned and could be declared final
70992 src/com/itac/hsqldb/HSQLDBAdapter.java 107 publicMethodCommentRequirement Required
70993 src/com/itac/hsqldb/HSQLDBAdapter.java 109 Local variable 'session' could be declared final
70994 src/com/itac/hsqldb/HSQLDBAdapter.java 110 Found 'DD'-anomaly for variable 'rowcount' (lines '110'-'115').
70995 src/com/itac/hsqldb/HSQLDBAdapter.java 112 Avoid variables with short names like tx
70996 src/com/itac/hsqldb/HSQLDBAdapter.java 112 Local variable 'tx' could be declared final
70997 src/com/itac/hsqldb/HSQLDBAdapter.java 112 Potential violation of Law of Demeter (object not created locally)
70998 src/com/itac/hsqldb/HSQLDBAdapter.java 114 Potential violation of Law of Demeter (object not created locally)
70999 src/com/itac/hsqldb/HSQLDBAdapter.java 116 Potential violation of Law of Demeter (object not created locally)
71000 src/com/itac/hsqldb/HSQLDBAdapter.java 118 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71001 src/com/itac/hsqldb/HSQLDBAdapter.java 119 There is log block not surrounded by if
71002 src/com/itac/hsqldb/HSQLDBAdapter.java 120 Potential violation of Law of Demeter (object not created locally)
71003 src/com/itac/hsqldb/HSQLDBAdapter.java 126 Parameter 'QueryString' is not assigned and could be declared final
71004 src/com/itac/hsqldb/HSQLDBAdapter.java 126 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
71005 src/com/itac/hsqldb/HSQLDBAdapter.java 126 publicMethodCommentRequirement Required
71006 src/com/itac/hsqldb/HSQLDBAdapter.java 127 Local variable 'session' could be declared final
71007 src/com/itac/hsqldb/HSQLDBAdapter.java 128 Found 'DD'-anomaly for variable 'rowcount' (lines '128'-'137').
71008 src/com/itac/hsqldb/HSQLDBAdapter.java 129 Avoid variables with short names like tx
71009 src/com/itac/hsqldb/HSQLDBAdapter.java 129 Local variable 'tx' could be declared final
71010 src/com/itac/hsqldb/HSQLDBAdapter.java 129 Potential violation of Law of Demeter (object not created locally)
71011 src/com/itac/hsqldb/HSQLDBAdapter.java 130 Found 'DD'-anomaly for variable 'query' (lines '130'-'133').
71012 src/com/itac/hsqldb/HSQLDBAdapter.java 133 Found 'DD'-anomaly for variable 'query' (lines '133'-'135').
71013 src/com/itac/hsqldb/HSQLDBAdapter.java 133 Potential violation of Law of Demeter (object not created locally)
71014 src/com/itac/hsqldb/HSQLDBAdapter.java 137 Potential violation of Law of Demeter (object not created locally)
71015 src/com/itac/hsqldb/HSQLDBAdapter.java 138 Potential violation of Law of Demeter (object not created locally)
71016 src/com/itac/hsqldb/HSQLDBAdapter.java 139 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71017 src/com/itac/hsqldb/HSQLDBAdapter.java 140 Potential violation of Law of Demeter (object not created locally)
71018 src/com/itac/hsqldb/HSQLDBAdapter.java 140 There is log block not surrounded by if
71019 src/com/itac/hsqldb/HSQLDBAdapter.java 141 Potential violation of Law of Demeter (object not created locally)
71020 src/com/itac/hsqldb/HSQLDBAdapter.java 150 Parameter 'QueryString' is not assigned and could be declared final
71021 src/com/itac/hsqldb/HSQLDBAdapter.java 150 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
71022 src/com/itac/hsqldb/HSQLDBAdapter.java 150 publicMethodCommentRequirement Required
71023 src/com/itac/hsqldb/HSQLDBAdapter.java 152 Local variable 'session' could be declared final
71024 src/com/itac/hsqldb/HSQLDBAdapter.java 153 Found 'DD'-anomaly for variable 'resultlist' (lines '153'-'161').
71025 src/com/itac/hsqldb/HSQLDBAdapter.java 154 Found 'DD'-anomaly for variable 'query' (lines '154'-'157').
71026 src/com/itac/hsqldb/HSQLDBAdapter.java 157 Found 'DD'-anomaly for variable 'query' (lines '157'-'159').
71027 src/com/itac/hsqldb/HSQLDBAdapter.java 157 Potential violation of Law of Demeter (object not created locally)
71028 src/com/itac/hsqldb/HSQLDBAdapter.java 161 Potential violation of Law of Demeter (object not created locally)
71029 src/com/itac/hsqldb/HSQLDBAdapter.java 163 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71030 src/com/itac/hsqldb/HSQLDBAdapter.java 164 Potential violation of Law of Demeter (object not created locally)
71031 src/com/itac/hsqldb/HSQLDBAdapter.java 164 There is log block not surrounded by if
71032 src/com/itac/hsqldb/HSQLDBAdapter.java 174 Parameter 'QueryString' is not assigned and could be declared final
71033 src/com/itac/hsqldb/HSQLDBAdapter.java 174 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
71034 src/com/itac/hsqldb/HSQLDBAdapter.java 174 publicMethodCommentRequirement Required
71035 src/com/itac/hsqldb/HSQLDBAdapter.java 175 Local variable 'session' could be declared final
71036 src/com/itac/hsqldb/HSQLDBAdapter.java 176 Avoid declaring a variable if it is unreferenced before a possible exit point.
71037 src/com/itac/hsqldb/HSQLDBAdapter.java 176 Avoid unused local variables such as 'resultlist'.
71038 src/com/itac/hsqldb/HSQLDBAdapter.java 176 Found 'DU'-anomaly for variable 'resultlist' (lines '176'-'194').
71039 src/com/itac/hsqldb/HSQLDBAdapter.java 176 Local variable 'resultlist' could be declared final
71040 src/com/itac/hsqldb/HSQLDBAdapter.java 177 Avoid variables with short names like tx
71041 src/com/itac/hsqldb/HSQLDBAdapter.java 177 Local variable 'tx' could be declared final
71042 src/com/itac/hsqldb/HSQLDBAdapter.java 177 Potential violation of Law of Demeter (object not created locally)
71043 src/com/itac/hsqldb/HSQLDBAdapter.java 178 Found 'DD'-anomaly for variable 'updrowcnt' (lines '178'-'183').
71044 src/com/itac/hsqldb/HSQLDBAdapter.java 179 Found 'DD'-anomaly for variable 'query' (lines '179'-'181').
71045 src/com/itac/hsqldb/HSQLDBAdapter.java 181 Found 'DD'-anomaly for variable 'query' (lines '181'-'182').
71046 src/com/itac/hsqldb/HSQLDBAdapter.java 181 Potential violation of Law of Demeter (object not created locally)
71047 src/com/itac/hsqldb/HSQLDBAdapter.java 183 Found 'DD'-anomaly for variable 'updrowcnt' (lines '183'-'187').
71048 src/com/itac/hsqldb/HSQLDBAdapter.java 183 Potential violation of Law of Demeter (object not created locally)
71049 src/com/itac/hsqldb/HSQLDBAdapter.java 184 Potential violation of Law of Demeter (object not created locally)
71050 src/com/itac/hsqldb/HSQLDBAdapter.java 185 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71051 src/com/itac/hsqldb/HSQLDBAdapter.java 186 Potential violation of Law of Demeter (object not created locally)
71052 src/com/itac/hsqldb/HSQLDBAdapter.java 186 There is log block not surrounded by if
71053 src/com/itac/hsqldb/HSQLDBAdapter.java 188 Potential violation of Law of Demeter (object not created locally)
71054 src/com/itac/hsqldb/HSQLDBAdapter.java 198 Parameter 'arg' is not assigned and could be declared final
71055 src/com/itac/hsqldb/HSQLDBAdapter.java 198 Parameter 'serialObj' is not assigned and could be declared final
71056 src/com/itac/hsqldb/HSQLDBAdapter.java 198 publicMethodCommentRequirement Required
71057 src/com/itac/hsqldb/HSQLDBAdapter.java 200 Found 'DU'-anomaly for variable 'session' (lines '200'-'212').
71058 src/com/itac/hsqldb/HSQLDBAdapter.java 200 Local variable 'session' could be declared final
71059 src/com/itac/hsqldb/HSQLDBAdapter.java 201 Found 'DD'-anomaly for variable 'resultObj' (lines '201'-'204').
71060 src/com/itac/hsqldb/HSQLDBAdapter.java 203 Avoid using if statements without curly braces
71061 src/com/itac/hsqldb/HSQLDBAdapter.java 204 Potential violation of Law of Demeter (object not created locally)
71062 src/com/itac/hsqldb/HSQLDBAdapter.java 207 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71063 src/com/itac/hsqldb/HSQLDBAdapter.java 208 Potential violation of Law of Demeter (object not created locally)
71064 src/com/itac/hsqldb/HSQLDBAdapter.java 208 There is log block not surrounded by if
71065 src/com/itac/hsqldb/HibernatePlug.java 5 Comment is too large: Line too long
71066 src/com/itac/hsqldb/HibernatePlug.java 32 A class which only has private constructors should be final
71067 src/com/itac/hsqldb/HibernatePlug.java 41 The Logger variable declaration does not contain the static and final modifiers
71068 src/com/itac/hsqldb/HibernatePlug.java 42 Avoid excessively long variable names like CONFIG_FILE_LOCATION
71069 src/com/itac/hsqldb/HibernatePlug.java 42 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'CONFIG_FILE_LOCATION' is not final.
71070 src/com/itac/hsqldb/HibernatePlug.java 42 The field name indicates a constant but its modifiers do not
71071 src/com/itac/hsqldb/HibernatePlug.java 42 Variables should start with a lowercase character, 'CONFIG_FILE_LOCATION' starts with uppercase character.
71072 src/com/itac/hsqldb/HibernatePlug.java 42 fieldCommentRequirement Required
71073 src/com/itac/hsqldb/HibernatePlug.java 43 Variables that are final and static should be all capitals, 'threadLocal' is not all capitals.
71074 src/com/itac/hsqldb/HibernatePlug.java 43 fieldCommentRequirement Required
71075 src/com/itac/hsqldb/HibernatePlug.java 44 fieldCommentRequirement Required
71076 src/com/itac/hsqldb/HibernatePlug.java 45 fieldCommentRequirement Required
71077 src/com/itac/hsqldb/HibernatePlug.java 46 fieldCommentRequirement Required
71078 src/com/itac/hsqldb/HibernatePlug.java 47 fieldCommentRequirement Required
71079 src/com/itac/hsqldb/HibernatePlug.java 52 Avoid unnecessary comparisons in boolean expressions
71080 src/com/itac/hsqldb/HibernatePlug.java 52 Avoid using Literals in Conditional Statements
71081 src/com/itac/hsqldb/HibernatePlug.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71082 src/com/itac/hsqldb/HibernatePlug.java 59 There is log block not surrounded by if
71083 src/com/itac/hsqldb/HibernatePlug.java 78 Potential violation of Law of Demeter (object not created locally)
71084 src/com/itac/hsqldb/HibernatePlug.java 83 Avoid if (x != y) ..; else ..;
71085 src/com/itac/hsqldb/HibernatePlug.java 84 Assigning an Object to null is a code smell. Consider refactoring.
71086 src/com/itac/hsqldb/HibernatePlug.java 87 A method should have only one exit point, and that should be the last statement in the method
71087 src/com/itac/hsqldb/HibernatePlug.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71088 src/com/itac/hsqldb/HibernatePlug.java 91 Avoid printStackTrace(); use a logger call instead.
71089 src/com/itac/hsqldb/HibernatePlug.java 91 Potential violation of Law of Demeter (object not created locally)
71090 src/com/itac/hsqldb/HibernatePlug.java 105 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71091 src/com/itac/hsqldb/HibernatePlug.java 106 System.out.print is used
71092 src/com/itac/hsqldb/HibernatePlug.java 109 Avoid printStackTrace(); use a logger call instead.
71093 src/com/itac/hsqldb/HibernatePlug.java 109 Potential violation of Law of Demeter (object not created locally)
71094 src/com/itac/hsqldb/HibernatePlug.java 119 Local variable 'session' could be declared final
71095 src/com/itac/hsqldb/HibernatePlug.java 123 Potential violation of Law of Demeter (object not created locally)
71096 src/com/itac/hsqldb/HibernatePlug.java 124 Potential violation of Law of Demeter (object not created locally)
71097 src/com/itac/hsqldb/HibernatePlug.java 141 Parameter 'configFile' is not assigned and could be declared final
71098 src/com/itac/hsqldb/HibernatePlug.java 143 Assigning an Object to null is a code smell. Consider refactoring.
71099 src/com/itac/hsqldb/HsqlHibernateDAO.java 6 Comment is too large: Line too long
71100 src/com/itac/hsqldb/HsqlHibernateDAO.java 13 headerCommentRequirement Required
71101 src/com/itac/hsqldb/HsqlHibernateDAO.java 15 publicMethodCommentRequirement Required
71102 src/com/itac/hsqldb/IBaseHibernateDAO.java 12 Avoid modifiers which are implied by the context
71103 src/com/itac/hsqldb/IBaseHibernateDAO.java 12 publicMethodCommentRequirement Required
71104 src/com/itac/hsqldb/InputData.java 1 Comment is too large: Too many lines
71105 src/com/itac/hsqldb/InputData.java 13 headerCommentRequirement Required
71106 src/com/itac/hsqldb/InputData.java 14 fieldCommentRequirement Required
71107 src/com/itac/hsqldb/InputData.java 15 fieldCommentRequirement Required
71108 src/com/itac/hsqldb/InputData.java 16 Parameter 'key' is not assigned and could be declared final
71109 src/com/itac/hsqldb/InputData.java 16 Parameter 'value' is not assigned and could be declared final
71110 src/com/itac/hsqldb/InputData.java 16 publicMethodCommentRequirement Required
71111 src/com/itac/hsqldb/InputData.java 21 publicMethodCommentRequirement Required
71112 src/com/itac/hsqldb/InputData.java 24 Parameter 'key' is not assigned and could be declared final
71113 src/com/itac/hsqldb/InputData.java 24 publicMethodCommentRequirement Required
71114 src/com/itac/hsqldb/InputData.java 27 publicMethodCommentRequirement Required
71115 src/com/itac/hsqldb/InputData.java 30 Parameter 'value' is not assigned and could be declared final
71116 src/com/itac/hsqldb/InputData.java 30 publicMethodCommentRequirement Required
71117 src/com/itac/hsqldb/VehicleInfoBean.java 1 Comment is too large: Too many lines
71118 src/com/itac/hsqldb/VehicleInfoBean.java 16 Classes implementing Serializable should set a serialVersionUID
71119 src/com/itac/hsqldb/VehicleInfoBean.java 16 Too many fields
71120 src/com/itac/hsqldb/VehicleInfoBean.java 16 headerCommentRequirement Required
71121 src/com/itac/hsqldb/VehicleInfoBean.java 18 fieldCommentRequirement Required
71122 src/com/itac/hsqldb/VehicleInfoBean.java 19 fieldCommentRequirement Required
71123 src/com/itac/hsqldb/VehicleInfoBean.java 20 fieldCommentRequirement Required
71124 src/com/itac/hsqldb/VehicleInfoBean.java 21 fieldCommentRequirement Required
71125 src/com/itac/hsqldb/VehicleInfoBean.java 22 fieldCommentRequirement Required
71126 src/com/itac/hsqldb/VehicleInfoBean.java 23 fieldCommentRequirement Required
71127 src/com/itac/hsqldb/VehicleInfoBean.java 24 fieldCommentRequirement Required
71128 src/com/itac/hsqldb/VehicleInfoBean.java 25 fieldCommentRequirement Required
71129 src/com/itac/hsqldb/VehicleInfoBean.java 26 fieldCommentRequirement Required
71130 src/com/itac/hsqldb/VehicleInfoBean.java 27 fieldCommentRequirement Required
71131 src/com/itac/hsqldb/VehicleInfoBean.java 28 fieldCommentRequirement Required
71132 src/com/itac/hsqldb/VehicleInfoBean.java 29 fieldCommentRequirement Required
71133 src/com/itac/hsqldb/VehicleInfoBean.java 30 fieldCommentRequirement Required
71134 src/com/itac/hsqldb/VehicleInfoBean.java 31 fieldCommentRequirement Required
71135 src/com/itac/hsqldb/VehicleInfoBean.java 32 fieldCommentRequirement Required
71136 src/com/itac/hsqldb/VehicleInfoBean.java 33 fieldCommentRequirement Required
71137 src/com/itac/hsqldb/VehicleInfoBean.java 34 fieldCommentRequirement Required
71138 src/com/itac/hsqldb/VehicleInfoBean.java 35 fieldCommentRequirement Required
71139 src/com/itac/hsqldb/VehicleInfoBean.java 37 publicMethodCommentRequirement Required
71140 src/com/itac/hsqldb/VehicleInfoBean.java 45 publicMethodCommentRequirement Required
71141 src/com/itac/hsqldb/VehicleInfoBean.java 50 Parameter 'tripParamId' is not assigned and could be declared final
71142 src/com/itac/hsqldb/VehicleInfoBean.java 50 publicMethodCommentRequirement Required
71143 src/com/itac/hsqldb/VehicleInfoBean.java 55 publicMethodCommentRequirement Required
71144 src/com/itac/hsqldb/VehicleInfoBean.java 60 Parameter 'fuelContent' is not assigned and could be declared final
71145 src/com/itac/hsqldb/VehicleInfoBean.java 60 publicMethodCommentRequirement Required
71146 src/com/itac/hsqldb/VehicleInfoBean.java 63 publicMethodCommentRequirement Required
71147 src/com/itac/hsqldb/VehicleInfoBean.java 68 Parameter 'stableFuelVal' is not assigned and could be declared final
71148 src/com/itac/hsqldb/VehicleInfoBean.java 68 publicMethodCommentRequirement Required
71149 src/com/itac/hsqldb/VehicleInfoBean.java 72 publicMethodCommentRequirement Required
71150 src/com/itac/hsqldb/VehicleInfoBean.java 77 Parameter 'batteryStatus' is not assigned and could be declared final
71151 src/com/itac/hsqldb/VehicleInfoBean.java 77 publicMethodCommentRequirement Required
71152 src/com/itac/hsqldb/VehicleInfoBean.java 82 publicMethodCommentRequirement Required
71153 src/com/itac/hsqldb/VehicleInfoBean.java 86 Parameter 'tripId' is not assigned and could be declared final
71154 src/com/itac/hsqldb/VehicleInfoBean.java 86 publicMethodCommentRequirement Required
71155 src/com/itac/hsqldb/VehicleInfoBean.java 92 publicMethodCommentRequirement Required
71156 src/com/itac/hsqldb/VehicleInfoBean.java 96 Parameter 'lattitude' is not assigned and could be declared final
71157 src/com/itac/hsqldb/VehicleInfoBean.java 96 publicMethodCommentRequirement Required
71158 src/com/itac/hsqldb/VehicleInfoBean.java 100 publicMethodCommentRequirement Required
71159 src/com/itac/hsqldb/VehicleInfoBean.java 104 Parameter 'longitude' is not assigned and could be declared final
71160 src/com/itac/hsqldb/VehicleInfoBean.java 104 publicMethodCommentRequirement Required
71161 src/com/itac/hsqldb/VehicleInfoBean.java 107 publicMethodCommentRequirement Required
71162 src/com/itac/hsqldb/VehicleInfoBean.java 110 Parameter 'tankCapacity' is not assigned and could be declared final
71163 src/com/itac/hsqldb/VehicleInfoBean.java 110 publicMethodCommentRequirement Required
71164 src/com/itac/hsqldb/VehicleInfoBean.java 113 publicMethodCommentRequirement Required
71165 src/com/itac/hsqldb/VehicleInfoBean.java 117 Parameter 'speed' is not assigned and could be declared final
71166 src/com/itac/hsqldb/VehicleInfoBean.java 117 publicMethodCommentRequirement Required
71167 src/com/itac/hsqldb/VehicleInfoBean.java 121 publicMethodCommentRequirement Required
71168 src/com/itac/hsqldb/VehicleInfoBean.java 125 Parameter 'heading' is not assigned and could be declared final
71169 src/com/itac/hsqldb/VehicleInfoBean.java 125 publicMethodCommentRequirement Required
71170 src/com/itac/hsqldb/VehicleInfoBean.java 129 publicMethodCommentRequirement Required
71171 src/com/itac/hsqldb/VehicleInfoBean.java 133 Parameter 'vehicleId' is not assigned and could be declared final
71172 src/com/itac/hsqldb/VehicleInfoBean.java 133 publicMethodCommentRequirement Required
71173 src/com/itac/hsqldb/VehicleInfoBean.java 137 publicMethodCommentRequirement Required
71174 src/com/itac/hsqldb/VehicleInfoBean.java 141 Parameter 'deviceId' is not assigned and could be declared final
71175 src/com/itac/hsqldb/VehicleInfoBean.java 141 publicMethodCommentRequirement Required
71176 src/com/itac/hsqldb/VehicleInfoBean.java 145 publicMethodCommentRequirement Required
71177 src/com/itac/hsqldb/VehicleInfoBean.java 149 Parameter 'vehicleName' is not assigned and could be declared final
71178 src/com/itac/hsqldb/VehicleInfoBean.java 149 publicMethodCommentRequirement Required
71179 src/com/itac/hsqldb/VehicleInfoBean.java 153 publicMethodCommentRequirement Required
71180 src/com/itac/hsqldb/VehicleInfoBean.java 157 Parameter 'creationTime' is not assigned and could be declared final
71181 src/com/itac/hsqldb/VehicleInfoBean.java 157 publicMethodCommentRequirement Required
71182 src/com/itac/hsqldb/VehicleInfoBean.java 161 publicMethodCommentRequirement Required
71183 src/com/itac/hsqldb/VehicleInfoBean.java 165 Parameter 'organization' is not assigned and could be declared final
71184 src/com/itac/hsqldb/VehicleInfoBean.java 165 publicMethodCommentRequirement Required
71185 src/com/itac/hsqldb/VehicleInfoBean.java 169 publicMethodCommentRequirement Required
71186 src/com/itac/hsqldb/VehicleInfoBean.java 173 Parameter 'eventCode' is not assigned and could be declared final
71187 src/com/itac/hsqldb/VehicleInfoBean.java 173 publicMethodCommentRequirement Required
71188 src/com/itac/hsqldb/VehicleInfoBean.java 178 publicMethodCommentRequirement Required
71189 src/com/itac/hsqldb/VehicleInfoBean.java 183 Parameter 'counter' is not assigned and could be declared final
71190 src/com/itac/hsqldb/VehicleInfoBean.java 183 publicMethodCommentRequirement Required
71191 src/com/itac/hsqldb/VehicleInfoBean.java 188 publicMethodCommentRequirement Required
71192 src/com/itac/hsqldb/VehicleInfoBean.java 193 Parameter 'isSMSSent' is not assigned and could be declared final
71193 src/com/itac/hsqldb/VehicleInfoBean.java 193 publicMethodCommentRequirement Required
71194 src/com/itac/inmemory/DBManager.java 15 A class which only has private constructors should be final
71195 src/com/itac/inmemory/DBManager.java 15 headerCommentRequirement Required
71196 src/com/itac/inmemory/DBManager.java 18 Comment is too large: Line too long
71197 src/com/itac/inmemory/DBManager.java 20 fieldCommentRequirement Required
71198 src/com/itac/inmemory/DBManager.java 21 Avoid using redundant field initializer for 'connection'
71199 src/com/itac/inmemory/DBManager.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
71200 src/com/itac/inmemory/DBManager.java 21 fieldCommentRequirement Required
71201 src/com/itac/inmemory/DBManager.java 29 publicMethodCommentRequirement Required
71202 src/com/itac/inmemory/DBManager.java 31 Singleton is not thread safe
71203 src/com/itac/inmemory/DBManager.java 39 publicMethodCommentRequirement Required
71204 src/com/itac/inmemory/DBManager.java 57 Avoid printStackTrace(); use a logger call instead.
71205 src/com/itac/inmemory/DBManager.java 57 Potential violation of Law of Demeter (object not created locally)
71206 src/com/itac/inmemory/DBManager.java 65 publicMethodCommentRequirement Required
71207 src/com/itac/inmemory/DBManager.java 66 Found 'DD'-anomaly for variable 'connState' (lines '66'-'71').
71208 src/com/itac/inmemory/DBManager.java 66 Found 'DD'-anomaly for variable 'connState' (lines '66'-'74').
71209 src/com/itac/inmemory/DBManager.java 71 Found 'DD'-anomaly for variable 'connState' (lines '71'-'74').
71210 src/com/itac/inmemory/DBManager.java 74 Found 'DD'-anomaly for variable 'connState' (lines '74'-'77').
71211 src/com/itac/inmemory/DBManager.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71212 src/com/itac/inmemory/DBManager.java 80 Avoid unnecessary comparisons in boolean expressions
71213 src/com/itac/inmemory/DataOrganizer.java 6 Comment is too large: Line too long
71214 src/com/itac/inmemory/DataOrganizer.java 15 Comment is too large: Line too long
71215 src/com/itac/inmemory/DataOrganizer.java 48 Avoid unused imports such as 'com.itac.reporthandler.SpotMyFleet'
71216 src/com/itac/inmemory/DataOrganizer.java 56 The class 'DataOrganizer' has a Cyclomatic Complexity of 18 (Highest = 26).
71217 src/com/itac/inmemory/DataOrganizer.java 56 headerCommentRequirement Required
71218 src/com/itac/inmemory/DataOrganizer.java 59 The Logger variable declaration does not contain the static and final modifiers
71219 src/com/itac/inmemory/DataOrganizer.java 59 fieldCommentRequirement Required
71220 src/com/itac/inmemory/DataOrganizer.java 60 Use explicit scoping instead of the default package private level
71221 src/com/itac/inmemory/DataOrganizer.java 60 fieldCommentRequirement Required
71222 src/com/itac/inmemory/DataOrganizer.java 61 Found non-transient, non-static member. Please mark as transient or provide accessors.
71223 src/com/itac/inmemory/DataOrganizer.java 61 Use explicit scoping instead of the default package private level
71224 src/com/itac/inmemory/DataOrganizer.java 61 fieldCommentRequirement Required
71225 src/com/itac/inmemory/DataOrganizer.java 63 Found non-transient, non-static member. Please mark as transient or provide accessors.
71226 src/com/itac/inmemory/DataOrganizer.java 63 Use explicit scoping instead of the default package private level
71227 src/com/itac/inmemory/DataOrganizer.java 63 fieldCommentRequirement Required
71228 src/com/itac/inmemory/DataOrganizer.java 66 Avoid using redundant field initializer for 'commonUtils'
71229 src/com/itac/inmemory/DataOrganizer.java 66 Found non-transient, non-static member. Please mark as transient or provide accessors.
71230 src/com/itac/inmemory/DataOrganizer.java 66 Use explicit scoping instead of the default package private level
71231 src/com/itac/inmemory/DataOrganizer.java 66 fieldCommentRequirement Required
71232 src/com/itac/inmemory/DataOrganizer.java 67 Avoid using redundant field initializer for 'decimalFormat'
71233 src/com/itac/inmemory/DataOrganizer.java 67 Found non-transient, non-static member. Please mark as transient or provide accessors.
71234 src/com/itac/inmemory/DataOrganizer.java 67 Use explicit scoping instead of the default package private level
71235 src/com/itac/inmemory/DataOrganizer.java 67 fieldCommentRequirement Required
71236 src/com/itac/inmemory/DataOrganizer.java 70 Avoid really long methods.
71237 src/com/itac/inmemory/DataOrganizer.java 70 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'StrAry_VehId' is not final.
71238 src/com/itac/inmemory/DataOrganizer.java 70 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 's_QryParam' is not final.
71239 src/com/itac/inmemory/DataOrganizer.java 70 Parameter 'StrAry_VehId' is not assigned and could be declared final
71240 src/com/itac/inmemory/DataOrganizer.java 70 Parameter 's_QryParam' is not assigned and could be declared final
71241 src/com/itac/inmemory/DataOrganizer.java 70 The method 'getLatestPacketInfo' has a Cyclomatic Complexity of 26.
71242 src/com/itac/inmemory/DataOrganizer.java 70 The method getLatestPacketInfo() has an NCSS line count of 109
71243 src/com/itac/inmemory/DataOrganizer.java 70 The method getLatestPacketInfo() has an NPath complexity of 3486
71244 src/com/itac/inmemory/DataOrganizer.java 70 Variables should start with a lowercase character, 'StrAry_VehId' starts with uppercase character.
71245 src/com/itac/inmemory/DataOrganizer.java 72 Local variable 'vehDAO' could be declared final
71246 src/com/itac/inmemory/DataOrganizer.java 73 Local variable 'deviceList' could be declared final
71247 src/com/itac/inmemory/DataOrganizer.java 75 Found 'DD'-anomaly for variable 'offlineDuration' (lines '75'-'93').
71248 src/com/itac/inmemory/DataOrganizer.java 76 Local variable 'currentDate' could be declared final
71249 src/com/itac/inmemory/DataOrganizer.java 78 Found 'DD'-anomaly for variable 'packetInfo' (lines '78'-'106').
71250 src/com/itac/inmemory/DataOrganizer.java 79 Found 'DD'-anomaly for variable 'lstResltObj' (lines '79'-'97').
71251 src/com/itac/inmemory/DataOrganizer.java 80 Found 'DD'-anomaly for variable 'query' (lines '80'-'101').
71252 src/com/itac/inmemory/DataOrganizer.java 85 Found 'DD'-anomaly for variable 'connState' (lines '85'-'88').
71253 src/com/itac/inmemory/DataOrganizer.java 91 Local variable 'duration' could be declared final
71254 src/com/itac/inmemory/DataOrganizer.java 92 Potential violation of Law of Demeter (object not created locally)
71255 src/com/itac/inmemory/DataOrganizer.java 103 Avoid unnecessary comparisons in boolean expressions
71256 src/com/itac/inmemory/DataOrganizer.java 103 Potential violation of Law of Demeter (method chain calls)
71257 src/com/itac/inmemory/DataOrganizer.java 103 Potential violation of Law of Demeter (method chain calls)
71258 src/com/itac/inmemory/DataOrganizer.java 105 Potential violation of Law of Demeter (method chain calls)
71259 src/com/itac/inmemory/DataOrganizer.java 105 Potential violation of Law of Demeter (method chain calls)
71260 src/com/itac/inmemory/DataOrganizer.java 109 Avoid if (x != y) ..; else ..;
71261 src/com/itac/inmemory/DataOrganizer.java 109 Potential violation of Law of Demeter (object not created locally)
71262 src/com/itac/inmemory/DataOrganizer.java 110 Local variable 'resultIter' could be declared final
71263 src/com/itac/inmemory/DataOrganizer.java 110 Potential violation of Law of Demeter (object not created locally)
71264 src/com/itac/inmemory/DataOrganizer.java 113 Local variable 'vehBean' could be declared final
71265 src/com/itac/inmemory/DataOrganizer.java 114 Potential violation of Law of Demeter (object not created locally)
71266 src/com/itac/inmemory/DataOrganizer.java 114 Potential violation of Law of Demeter (object not created locally)
71267 src/com/itac/inmemory/DataOrganizer.java 114 Potential violation of Law of Demeter (object not created locally)
71268 src/com/itac/inmemory/DataOrganizer.java 114 Potential violation of Law of Demeter (object not created locally)
71269 src/com/itac/inmemory/DataOrganizer.java 115 Local variable 'data' could be declared final
71270 src/com/itac/inmemory/DataOrganizer.java 115 Potential violation of Law of Demeter (object not created locally)
71271 src/com/itac/inmemory/DataOrganizer.java 115 Potential violation of Law of Demeter (object not created locally)
71272 src/com/itac/inmemory/DataOrganizer.java 117 Potential violation of Law of Demeter (object not created locally)
71273 src/com/itac/inmemory/DataOrganizer.java 118 Potential violation of Law of Demeter (object not created locally)
71274 src/com/itac/inmemory/DataOrganizer.java 118 Potential violation of Law of Demeter (object not created locally)
71275 src/com/itac/inmemory/DataOrganizer.java 119 Potential violation of Law of Demeter (object not created locally)
71276 src/com/itac/inmemory/DataOrganizer.java 119 Potential violation of Law of Demeter (object not created locally)
71277 src/com/itac/inmemory/DataOrganizer.java 120 Potential violation of Law of Demeter (object not created locally)
71278 src/com/itac/inmemory/DataOrganizer.java 120 Potential violation of Law of Demeter (object not created locally)
71279 src/com/itac/inmemory/DataOrganizer.java 121 Potential violation of Law of Demeter (object not created locally)
71280 src/com/itac/inmemory/DataOrganizer.java 121 Potential violation of Law of Demeter (object not created locally)
71281 src/com/itac/inmemory/DataOrganizer.java 122 Potential violation of Law of Demeter (object not created locally)
71282 src/com/itac/inmemory/DataOrganizer.java 122 Potential violation of Law of Demeter (object not created locally)
71283 src/com/itac/inmemory/DataOrganizer.java 123 Potential violation of Law of Demeter (object not created locally)
71284 src/com/itac/inmemory/DataOrganizer.java 123 Potential violation of Law of Demeter (object not created locally)
71285 src/com/itac/inmemory/DataOrganizer.java 124 Potential violation of Law of Demeter (object not created locally)
71286 src/com/itac/inmemory/DataOrganizer.java 124 Potential violation of Law of Demeter (object not created locally)
71287 src/com/itac/inmemory/DataOrganizer.java 125 Potential violation of Law of Demeter (object not created locally)
71288 src/com/itac/inmemory/DataOrganizer.java 125 Potential violation of Law of Demeter (object not created locally)
71289 src/com/itac/inmemory/DataOrganizer.java 126 Potential violation of Law of Demeter (object not created locally)
71290 src/com/itac/inmemory/DataOrganizer.java 126 Potential violation of Law of Demeter (object not created locally)
71291 src/com/itac/inmemory/DataOrganizer.java 127 Potential violation of Law of Demeter (object not created locally)
71292 src/com/itac/inmemory/DataOrganizer.java 127 Potential violation of Law of Demeter (object not created locally)
71293 src/com/itac/inmemory/DataOrganizer.java 128 Avoid using Literals in Conditional Statements
71294 src/com/itac/inmemory/DataOrganizer.java 128 Deeply nested if..then statements are hard to read
71295 src/com/itac/inmemory/DataOrganizer.java 128 Potential violation of Law of Demeter (object not created locally)
71296 src/com/itac/inmemory/DataOrganizer.java 128 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
71297 src/com/itac/inmemory/DataOrganizer.java 134 Avoid instantiating new objects inside loops
71298 src/com/itac/inmemory/DataOrganizer.java 134 Consider replacing this Hashtable with the newer java.util.Map
71299 src/com/itac/inmemory/DataOrganizer.java 134 Local variable 'objectNode' could be declared final
71300 src/com/itac/inmemory/DataOrganizer.java 135 Avoid calling toString() on String objects; this is unnecessary.
71301 src/com/itac/inmemory/DataOrganizer.java 135 Potential violation of Law of Demeter (method chain calls)
71302 src/com/itac/inmemory/DataOrganizer.java 135 Potential violation of Law of Demeter (method chain calls)
71303 src/com/itac/inmemory/DataOrganizer.java 135 Potential violation of Law of Demeter (method chain calls)
71304 src/com/itac/inmemory/DataOrganizer.java 135 Potential violation of Law of Demeter (method chain calls)
71305 src/com/itac/inmemory/DataOrganizer.java 135 Potential violation of Law of Demeter (object not created locally)
71306 src/com/itac/inmemory/DataOrganizer.java 137 Avoid if (x != y) ..; else ..;
71307 src/com/itac/inmemory/DataOrganizer.java 137 Potential violation of Law of Demeter (object not created locally)
71308 src/com/itac/inmemory/DataOrganizer.java 140 Potential violation of Law of Demeter (object not created locally)
71309 src/com/itac/inmemory/DataOrganizer.java 140 Potential violation of Law of Demeter (object not created locally)
71310 src/com/itac/inmemory/DataOrganizer.java 140 The String literal "tripid" appears 4 times in this file; the first occurrence is on line 140
71311 src/com/itac/inmemory/DataOrganizer.java 142 Potential violation of Law of Demeter (object not created locally)
71312 src/com/itac/inmemory/DataOrganizer.java 142 Potential violation of Law of Demeter (object not created locally)
71313 src/com/itac/inmemory/DataOrganizer.java 143 Potential violation of Law of Demeter (object not created locally)
71314 src/com/itac/inmemory/DataOrganizer.java 143 Potential violation of Law of Demeter (object not created locally)
71315 src/com/itac/inmemory/DataOrganizer.java 144 Potential violation of Law of Demeter (object not created locally)
71316 src/com/itac/inmemory/DataOrganizer.java 144 Potential violation of Law of Demeter (object not created locally)
71317 src/com/itac/inmemory/DataOrganizer.java 145 Potential violation of Law of Demeter (object not created locally)
71318 src/com/itac/inmemory/DataOrganizer.java 145 Potential violation of Law of Demeter (object not created locally)
71319 src/com/itac/inmemory/DataOrganizer.java 146 Potential violation of Law of Demeter (object not created locally)
71320 src/com/itac/inmemory/DataOrganizer.java 146 Potential violation of Law of Demeter (object not created locally)
71321 src/com/itac/inmemory/DataOrganizer.java 147 Potential violation of Law of Demeter (object not created locally)
71322 src/com/itac/inmemory/DataOrganizer.java 147 Potential violation of Law of Demeter (object not created locally)
71323 src/com/itac/inmemory/DataOrganizer.java 148 Avoid using if statements without curly braces
71324 src/com/itac/inmemory/DataOrganizer.java 148 Potential violation of Law of Demeter (object not created locally)
71325 src/com/itac/inmemory/DataOrganizer.java 150 Potential violation of Law of Demeter (method chain calls)
71326 src/com/itac/inmemory/DataOrganizer.java 150 Potential violation of Law of Demeter (method chain calls)
71327 src/com/itac/inmemory/DataOrganizer.java 150 Potential violation of Law of Demeter (object not created locally)
71328 src/com/itac/inmemory/DataOrganizer.java 150 Potential violation of Law of Demeter (object not created locally)
71329 src/com/itac/inmemory/DataOrganizer.java 151 Potential violation of Law of Demeter (object not created locally)
71330 src/com/itac/inmemory/DataOrganizer.java 151 Potential violation of Law of Demeter (object not created locally)
71331 src/com/itac/inmemory/DataOrganizer.java 152 Potential violation of Law of Demeter (object not created locally)
71332 src/com/itac/inmemory/DataOrganizer.java 152 Potential violation of Law of Demeter (object not created locally)
71333 src/com/itac/inmemory/DataOrganizer.java 153 Potential violation of Law of Demeter (object not created locally)
71334 src/com/itac/inmemory/DataOrganizer.java 153 Potential violation of Law of Demeter (object not created locally)
71335 src/com/itac/inmemory/DataOrganizer.java 155 Avoid instantiating new objects inside loops
71336 src/com/itac/inmemory/DataOrganizer.java 156 Avoid instantiating new objects inside loops
71337 src/com/itac/inmemory/DataOrganizer.java 156 Consider replacing this Hashtable with the newer java.util.Map
71338 src/com/itac/inmemory/DataOrganizer.java 156 Local variable 'fuelInput' could be declared final
71339 src/com/itac/inmemory/DataOrganizer.java 157 Potential violation of Law of Demeter (method chain calls)
71340 src/com/itac/inmemory/DataOrganizer.java 157 Potential violation of Law of Demeter (method chain calls)
71341 src/com/itac/inmemory/DataOrganizer.java 157 Potential violation of Law of Demeter (object not created locally)
71342 src/com/itac/inmemory/DataOrganizer.java 158 Potential violation of Law of Demeter (object not created locally)
71343 src/com/itac/inmemory/DataOrganizer.java 158 Potential violation of Law of Demeter (object not created locally)
71344 src/com/itac/inmemory/DataOrganizer.java 159 Local variable 'fuelltr' could be declared final
71345 src/com/itac/inmemory/DataOrganizer.java 160 Potential violation of Law of Demeter (object not created locally)
71346 src/com/itac/inmemory/DataOrganizer.java 162 Potential violation of Law of Demeter (object not created locally)
71347 src/com/itac/inmemory/DataOrganizer.java 162 Potential violation of Law of Demeter (object not created locally)
71348 src/com/itac/inmemory/DataOrganizer.java 165 Local variable 'diffMinute' could be declared final
71349 src/com/itac/inmemory/DataOrganizer.java 165 Potential violation of Law of Demeter (method chain calls)
71350 src/com/itac/inmemory/DataOrganizer.java 165 Potential violation of Law of Demeter (method chain calls)
71351 src/com/itac/inmemory/DataOrganizer.java 165 Potential violation of Law of Demeter (method chain calls)
71352 src/com/itac/inmemory/DataOrganizer.java 165 Potential violation of Law of Demeter (method chain calls)
71353 src/com/itac/inmemory/DataOrganizer.java 165 Potential violation of Law of Demeter (method chain calls)
71354 src/com/itac/inmemory/DataOrganizer.java 165 Potential violation of Law of Demeter (object not created locally)
71355 src/com/itac/inmemory/DataOrganizer.java 165 Potential violation of Law of Demeter (object not created locally)
71356 src/com/itac/inmemory/DataOrganizer.java 165 Potential violation of Law of Demeter (object not created locally)
71357 src/com/itac/inmemory/DataOrganizer.java 165 Potential violation of Law of Demeter (object not created locally)
71358 src/com/itac/inmemory/DataOrganizer.java 165 Useless parentheses.
71359 src/com/itac/inmemory/DataOrganizer.java 166 Local variable 'dateDiff' could be declared final
71360 src/com/itac/inmemory/DataOrganizer.java 169 Potential violation of Law of Demeter (object not created locally)
71361 src/com/itac/inmemory/DataOrganizer.java 171 Potential violation of Law of Demeter (object not created locally)
71362 src/com/itac/inmemory/DataOrganizer.java 175 Potential violation of Law of Demeter (object not created locally)
71363 src/com/itac/inmemory/DataOrganizer.java 178 Local variable 'tripid' could be declared final
71364 src/com/itac/inmemory/DataOrganizer.java 178 Potential violation of Law of Demeter (method chain calls)
71365 src/com/itac/inmemory/DataOrganizer.java 178 Potential violation of Law of Demeter (method chain calls)
71366 src/com/itac/inmemory/DataOrganizer.java 178 Potential violation of Law of Demeter (object not created locally)
71367 src/com/itac/inmemory/DataOrganizer.java 179 Local variable 'tripNameQuery' could be declared final
71368 src/com/itac/inmemory/DataOrganizer.java 182 Local variable 'tripName' could be declared final
71369 src/com/itac/inmemory/DataOrganizer.java 185 Found 'DD'-anomaly for variable 'tripNameValue' (lines '185'-'187').
71370 src/com/itac/inmemory/DataOrganizer.java 186 Potential violation of Law of Demeter (object not created locally)
71371 src/com/itac/inmemory/DataOrganizer.java 186 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
71372 src/com/itac/inmemory/DataOrganizer.java 187 Potential violation of Law of Demeter (object not created locally)
71373 src/com/itac/inmemory/DataOrganizer.java 190 Avoid if (x != y) ..; else ..;
71374 src/com/itac/inmemory/DataOrganizer.java 192 Potential violation of Law of Demeter (object not created locally)
71375 src/com/itac/inmemory/DataOrganizer.java 193 Avoid using if...else statements without curly braces
71376 src/com/itac/inmemory/DataOrganizer.java 193 Potential violation of Law of Demeter (object not created locally)
71377 src/com/itac/inmemory/DataOrganizer.java 195 Avoid using if...else statements without curly braces
71378 src/com/itac/inmemory/DataOrganizer.java 195 Potential violation of Law of Demeter (object not created locally)
71379 src/com/itac/inmemory/DataOrganizer.java 197 Potential violation of Law of Demeter (object not created locally)
71380 src/com/itac/inmemory/DataOrganizer.java 204 Potential violation of Law of Demeter (object not created locally)
71381 src/com/itac/inmemory/DataOrganizer.java 206 Potential violation of Law of Demeter (object not created locally)
71382 src/com/itac/inmemory/DataOrganizer.java 207 Potential violation of Law of Demeter (object not created locally)
71383 src/com/itac/inmemory/DataOrganizer.java 208 Potential violation of Law of Demeter (object not created locally)
71384 src/com/itac/inmemory/DataOrganizer.java 208 The String literal "nodata" appears 4 times in this file; the first occurrence is on line 208
71385 src/com/itac/inmemory/DataOrganizer.java 209 Potential violation of Law of Demeter (object not created locally)
71386 src/com/itac/inmemory/DataOrganizer.java 210 Potential violation of Law of Demeter (object not created locally)
71387 src/com/itac/inmemory/DataOrganizer.java 212 Potential violation of Law of Demeter (object not created locally)
71388 src/com/itac/inmemory/DataOrganizer.java 217 Avoid instantiating new objects inside loops
71389 src/com/itac/inmemory/DataOrganizer.java 217 Consider replacing this Hashtable with the newer java.util.Map
71390 src/com/itac/inmemory/DataOrganizer.java 217 Local variable 'objectNode' could be declared final
71391 src/com/itac/inmemory/DataOrganizer.java 218 Avoid calling toString() on String objects; this is unnecessary.
71392 src/com/itac/inmemory/DataOrganizer.java 218 Potential violation of Law of Demeter (method chain calls)
71393 src/com/itac/inmemory/DataOrganizer.java 218 Potential violation of Law of Demeter (method chain calls)
71394 src/com/itac/inmemory/DataOrganizer.java 218 Potential violation of Law of Demeter (method chain calls)
71395 src/com/itac/inmemory/DataOrganizer.java 218 Potential violation of Law of Demeter (method chain calls)
71396 src/com/itac/inmemory/DataOrganizer.java 218 Potential violation of Law of Demeter (object not created locally)
71397 src/com/itac/inmemory/DataOrganizer.java 219 Potential violation of Law of Demeter (object not created locally)
71398 src/com/itac/inmemory/DataOrganizer.java 220 Potential violation of Law of Demeter (object not created locally)
71399 src/com/itac/inmemory/DataOrganizer.java 221 Potential violation of Law of Demeter (object not created locally)
71400 src/com/itac/inmemory/DataOrganizer.java 222 Potential violation of Law of Demeter (object not created locally)
71401 src/com/itac/inmemory/DataOrganizer.java 223 Potential violation of Law of Demeter (object not created locally)
71402 src/com/itac/inmemory/DataOrganizer.java 224 Potential violation of Law of Demeter (object not created locally)
71403 src/com/itac/inmemory/DataOrganizer.java 228 Assigning an Object to null is a code smell. Consider refactoring.
71404 src/com/itac/inmemory/DataOrganizer.java 228 Found 'DD'-anomaly for variable 'packetInfo' (lines '228'-'106').
71405 src/com/itac/inmemory/DataOrganizer.java 228 Found 'DU'-anomaly for variable 'packetInfo' (lines '228'-'248').
71406 src/com/itac/inmemory/DataOrganizer.java 232 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71407 src/com/itac/inmemory/DataOrganizer.java 234 There is log block not surrounded by if
71408 src/com/itac/inmemory/DataOrganizer.java 240 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71409 src/com/itac/inmemory/DataOrganizer.java 241 There is log block not surrounded by if
71410 src/com/itac/inmemory/DataOrganizer.java 250 Parameter 'vehList' is not assigned and could be declared final
71411 src/com/itac/inmemory/DataOrganizer.java 250 The method 'setLatestData' has a Cyclomatic Complexity of 10.
71412 src/com/itac/inmemory/DataOrganizer.java 250 publicMethodCommentRequirement Required
71413 src/com/itac/inmemory/DataOrganizer.java 251 Found 'DD'-anomaly for variable 'status' (lines '251'-'307').
71414 src/com/itac/inmemory/DataOrganizer.java 252 Found 'DD'-anomaly for variable 'vds' (lines '252'-'274').
71415 src/com/itac/inmemory/DataOrganizer.java 252 Found 'DU'-anomaly for variable 'vds' (lines '252'-'320').
71416 src/com/itac/inmemory/DataOrganizer.java 253 Found 'DD'-anomaly for variable 'vehicletypeid' (lines '253'-'276').
71417 src/com/itac/inmemory/DataOrganizer.java 253 Found 'DU'-anomaly for variable 'vehicletypeid' (lines '253'-'320').
71418 src/com/itac/inmemory/DataOrganizer.java 254 Avoid unused local variables such as 'stablefuelvalue'.
71419 src/com/itac/inmemory/DataOrganizer.java 254 Found 'DU'-anomaly for variable 'stablefuelvalue' (lines '254'-'320').
71420 src/com/itac/inmemory/DataOrganizer.java 254 Local variable 'stablefuelvalue' could be declared final
71421 src/com/itac/inmemory/DataOrganizer.java 255 Found 'DD'-anomaly for variable 'vehicleBean' (lines '255'-'293').
71422 src/com/itac/inmemory/DataOrganizer.java 255 Found 'DU'-anomaly for variable 'vehicleBean' (lines '255'-'320').
71423 src/com/itac/inmemory/DataOrganizer.java 256 Found 'DU'-anomaly for variable 'vdao' (lines '256'-'320').
71424 src/com/itac/inmemory/DataOrganizer.java 256 Local variable 'vdao' could be declared final
71425 src/com/itac/inmemory/DataOrganizer.java 260 Local variable 'vtdao' could be declared final
71426 src/com/itac/inmemory/DataOrganizer.java 261 Local variable 'lstVehicleType' could be declared final
71427 src/com/itac/inmemory/DataOrganizer.java 261 Potential violation of Law of Demeter (method chain calls)
71428 src/com/itac/inmemory/DataOrganizer.java 261 Potential violation of Law of Demeter (method chain calls)
71429 src/com/itac/inmemory/DataOrganizer.java 261 Potential violation of Law of Demeter (object not created locally)
71430 src/com/itac/inmemory/DataOrganizer.java 263 Consider replacing this Hashtable with the newer java.util.Map
71431 src/com/itac/inmemory/DataOrganizer.java 263 Found 'DU'-anomaly for variable 'hshTankCapacity' (lines '263'-'320').
71432 src/com/itac/inmemory/DataOrganizer.java 263 Local variable 'hshTankCapacity' could be declared final
71433 src/com/itac/inmemory/DataOrganizer.java 264 Potential violation of Law of Demeter (object not created locally)
71434 src/com/itac/inmemory/DataOrganizer.java 265 Avoid variables with short names like vt
71435 src/com/itac/inmemory/DataOrganizer.java 265 Local variable 'vt' could be declared final
71436 src/com/itac/inmemory/DataOrganizer.java 265 Potential violation of Law of Demeter (object not created locally)
71437 src/com/itac/inmemory/DataOrganizer.java 266 Potential violation of Law of Demeter (object not created locally)
71438 src/com/itac/inmemory/DataOrganizer.java 266 Potential violation of Law of Demeter (object not created locally)
71439 src/com/itac/inmemory/DataOrganizer.java 266 Potential violation of Law of Demeter (object not created locally)
71440 src/com/itac/inmemory/DataOrganizer.java 269 Found 'DD'-anomaly for variable 'tankcapacity' (lines '269'-'284').
71441 src/com/itac/inmemory/DataOrganizer.java 269 Found 'DD'-anomaly for variable 'tankcapacity' (lines '269'-'288').
71442 src/com/itac/inmemory/DataOrganizer.java 269 Found 'DU'-anomaly for variable 'tankcapacity' (lines '269'-'320').
71443 src/com/itac/inmemory/DataOrganizer.java 272 Potential violation of Law of Demeter (method chain calls)
71444 src/com/itac/inmemory/DataOrganizer.java 274 Potential violation of Law of Demeter (method chain calls)
71445 src/com/itac/inmemory/DataOrganizer.java 274 Potential violation of Law of Demeter (method chain calls)
71446 src/com/itac/inmemory/DataOrganizer.java 274 Potential violation of Law of Demeter (object not created locally)
71447 src/com/itac/inmemory/DataOrganizer.java 276 Potential violation of Law of Demeter (object not created locally)
71448 src/com/itac/inmemory/DataOrganizer.java 280 Avoid if (x != y) ..; else ..;
71449 src/com/itac/inmemory/DataOrganizer.java 280 Potential violation of Law of Demeter (method chain calls)
71450 src/com/itac/inmemory/DataOrganizer.java 280 Potential violation of Law of Demeter (object not created locally)
71451 src/com/itac/inmemory/DataOrganizer.java 282 Potential violation of Law of Demeter (object not created locally)
71452 src/com/itac/inmemory/DataOrganizer.java 284 Found 'DD'-anomaly for variable 'tankcapacity' (lines '284'-'284').
71453 src/com/itac/inmemory/DataOrganizer.java 284 Found 'DD'-anomaly for variable 'tankcapacity' (lines '284'-'288').
71454 src/com/itac/inmemory/DataOrganizer.java 284 Found 'DU'-anomaly for variable 'tankcapacity' (lines '284'-'320').
71455 src/com/itac/inmemory/DataOrganizer.java 284 Potential violation of Law of Demeter (object not created locally)
71456 src/com/itac/inmemory/DataOrganizer.java 288 Avoid using if...else statements without curly braces
71457 src/com/itac/inmemory/DataOrganizer.java 288 Found 'DD'-anomaly for variable 'tankcapacity' (lines '288'-'284').
71458 src/com/itac/inmemory/DataOrganizer.java 288 Found 'DD'-anomaly for variable 'tankcapacity' (lines '288'-'288').
71459 src/com/itac/inmemory/DataOrganizer.java 288 Found 'DU'-anomaly for variable 'tankcapacity' (lines '288'-'320').
71460 src/com/itac/inmemory/DataOrganizer.java 293 Potential violation of Law of Demeter (method chain calls)
71461 src/com/itac/inmemory/DataOrganizer.java 293 Potential violation of Law of Demeter (method chain calls)
71462 src/com/itac/inmemory/DataOrganizer.java 295 Potential violation of Law of Demeter (method chain calls)
71463 src/com/itac/inmemory/DataOrganizer.java 295 Potential violation of Law of Demeter (method chain calls)
71464 src/com/itac/inmemory/DataOrganizer.java 295 Potential violation of Law of Demeter (object not created locally)
71465 src/com/itac/inmemory/DataOrganizer.java 297 Potential violation of Law of Demeter (method chain calls)
71466 src/com/itac/inmemory/DataOrganizer.java 297 Potential violation of Law of Demeter (method chain calls)
71467 src/com/itac/inmemory/DataOrganizer.java 297 Potential violation of Law of Demeter (object not created locally)
71468 src/com/itac/inmemory/DataOrganizer.java 299 Potential violation of Law of Demeter (method chain calls)
71469 src/com/itac/inmemory/DataOrganizer.java 299 Potential violation of Law of Demeter (method chain calls)
71470 src/com/itac/inmemory/DataOrganizer.java 299 Potential violation of Law of Demeter (object not created locally)
71471 src/com/itac/inmemory/DataOrganizer.java 300 Potential violation of Law of Demeter (object not created locally)
71472 src/com/itac/inmemory/DataOrganizer.java 301 Potential violation of Law of Demeter (method chain calls)
71473 src/com/itac/inmemory/DataOrganizer.java 301 Potential violation of Law of Demeter (method chain calls)
71474 src/com/itac/inmemory/DataOrganizer.java 301 Potential violation of Law of Demeter (object not created locally)
71475 src/com/itac/inmemory/DataOrganizer.java 302 Potential violation of Law of Demeter (method chain calls)
71476 src/com/itac/inmemory/DataOrganizer.java 302 Potential violation of Law of Demeter (method chain calls)
71477 src/com/itac/inmemory/DataOrganizer.java 302 Potential violation of Law of Demeter (object not created locally)
71478 src/com/itac/inmemory/DataOrganizer.java 303 Potential violation of Law of Demeter (method chain calls)
71479 src/com/itac/inmemory/DataOrganizer.java 303 Potential violation of Law of Demeter (method chain calls)
71480 src/com/itac/inmemory/DataOrganizer.java 303 Potential violation of Law of Demeter (object not created locally)
71481 src/com/itac/inmemory/DataOrganizer.java 304 Potential violation of Law of Demeter (method chain calls)
71482 src/com/itac/inmemory/DataOrganizer.java 304 Potential violation of Law of Demeter (method chain calls)
71483 src/com/itac/inmemory/DataOrganizer.java 304 Potential violation of Law of Demeter (object not created locally)
71484 src/com/itac/inmemory/DataOrganizer.java 307 Found 'DD'-anomaly for variable 'status' (lines '307'-'307').
71485 src/com/itac/inmemory/DataOrganizer.java 313 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71486 src/com/itac/inmemory/DataOrganizer.java 314 There is log block not surrounded by if
71487 src/com/itac/inmemory/DataOrganizer.java 315 Potential violation of Law of Demeter (object not created locally)
71488 src/com/itac/inmemory/DeviceTripDTO.java 6 Classes implementing Serializable should set a serialVersionUID
71489 src/com/itac/inmemory/DeviceTripDTO.java 6 headerCommentRequirement Required
71490 src/com/itac/inmemory/DeviceTripDTO.java 8 Use explicit scoping instead of the default package private level
71491 src/com/itac/inmemory/DeviceTripDTO.java 8 fieldCommentRequirement Required
71492 src/com/itac/inmemory/DeviceTripDTO.java 15 publicMethodCommentRequirement Required
71493 src/com/itac/inmemory/DeviceTripDTO.java 19 Avoid long parameter lists.
71494 src/com/itac/inmemory/DeviceTripDTO.java 19 Parameter 'eventCode' is not assigned and could be declared final
71495 src/com/itac/inmemory/DeviceTripDTO.java 19 Parameter 'latitude' is not assigned and could be declared final
71496 src/com/itac/inmemory/DeviceTripDTO.java 19 Parameter 'tripid' is not assigned and could be declared final
71497 src/com/itac/inmemory/DeviceTripDTO.java 19 publicMethodCommentRequirement Required
71498 src/com/itac/inmemory/DeviceTripDTO.java 20 Parameter 'heading' is not assigned and could be declared final
71499 src/com/itac/inmemory/DeviceTripDTO.java 20 Parameter 'longitude' is not assigned and could be declared final
71500 src/com/itac/inmemory/DeviceTripDTO.java 20 Parameter 'speed' is not assigned and could be declared final
71501 src/com/itac/inmemory/DeviceTripDTO.java 21 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fuel_content' is not final.
71502 src/com/itac/inmemory/DeviceTripDTO.java 21 Parameter 'fuel_content' is not assigned and could be declared final
71503 src/com/itac/inmemory/DeviceTripDTO.java 22 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'battery_status' is not final.
71504 src/com/itac/inmemory/DeviceTripDTO.java 22 Parameter 'battery_status' is not assigned and could be declared final
71505 src/com/itac/inmemory/DeviceTripDTO.java 22 Parameter 'deviceId' is not assigned and could be declared final
71506 src/com/itac/inmemory/DeviceTripDTO.java 22 Parameter 'vehicleId' is not assigned and could be declared final
71507 src/com/itac/inmemory/DeviceTripDTO.java 23 Parameter 'creationTime' is not assigned and could be declared final
71508 src/com/itac/inmemory/DeviceTripDTO.java 23 Parameter 'organization' is not assigned and could be declared final
71509 src/com/itac/inmemory/DeviceTripDTO.java 23 Parameter 'vehicleName' is not assigned and could be declared final
71510 src/com/itac/inmemory/DeviceTripDTO.java 24 Parameter 'tripParamid' is not assigned and could be declared final
71511 src/com/itac/inmemory/DeviceTripDTO.java 42 Parameter 'eventCode' is not assigned and could be declared final
71512 src/com/itac/inmemory/DeviceTripDTO.java 42 publicMethodCommentRequirement Required
71513 src/com/itac/inmemory/DeviceTripDTO.java 46 publicMethodCommentRequirement Required
71514 src/com/itac/inmemory/DeviceTripDTO.java 50 Parameter 'tripid' is not assigned and could be declared final
71515 src/com/itac/inmemory/DeviceTripDTO.java 50 publicMethodCommentRequirement Required
71516 src/com/itac/inmemory/DeviceTripDTO.java 54 publicMethodCommentRequirement Required
71517 src/com/itac/inmemory/DeviceTripDTO.java 58 Parameter 'latitude' is not assigned and could be declared final
71518 src/com/itac/inmemory/DeviceTripDTO.java 58 publicMethodCommentRequirement Required
71519 src/com/itac/inmemory/DeviceTripDTO.java 62 publicMethodCommentRequirement Required
71520 src/com/itac/inmemory/DeviceTripDTO.java 66 Parameter 'longitude' is not assigned and could be declared final
71521 src/com/itac/inmemory/DeviceTripDTO.java 66 publicMethodCommentRequirement Required
71522 src/com/itac/inmemory/DeviceTripDTO.java 70 publicMethodCommentRequirement Required
71523 src/com/itac/inmemory/DeviceTripDTO.java 74 Parameter 'speed' is not assigned and could be declared final
71524 src/com/itac/inmemory/DeviceTripDTO.java 74 publicMethodCommentRequirement Required
71525 src/com/itac/inmemory/DeviceTripDTO.java 78 publicMethodCommentRequirement Required
71526 src/com/itac/inmemory/DeviceTripDTO.java 82 Parameter 'heading' is not assigned and could be declared final
71527 src/com/itac/inmemory/DeviceTripDTO.java 82 publicMethodCommentRequirement Required
71528 src/com/itac/inmemory/DeviceTripDTO.java 86 Method names should not contain underscores
71529 src/com/itac/inmemory/DeviceTripDTO.java 86 publicMethodCommentRequirement Required
71530 src/com/itac/inmemory/DeviceTripDTO.java 90 Method names should not contain underscores
71531 src/com/itac/inmemory/DeviceTripDTO.java 90 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fuel_content' is not final.
71532 src/com/itac/inmemory/DeviceTripDTO.java 90 Parameter 'fuel_content' is not assigned and could be declared final
71533 src/com/itac/inmemory/DeviceTripDTO.java 90 publicMethodCommentRequirement Required
71534 src/com/itac/inmemory/DeviceTripDTO.java 94 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
71535 src/com/itac/inmemory/DeviceTripDTO.java 94 fieldCommentRequirement Required
71536 src/com/itac/inmemory/DeviceTripDTO.java 95 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
71537 src/com/itac/inmemory/DeviceTripDTO.java 95 fieldCommentRequirement Required
71538 src/com/itac/inmemory/DeviceTripDTO.java 96 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
71539 src/com/itac/inmemory/DeviceTripDTO.java 96 fieldCommentRequirement Required
71540 src/com/itac/inmemory/DeviceTripDTO.java 97 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
71541 src/com/itac/inmemory/DeviceTripDTO.java 97 fieldCommentRequirement Required
71542 src/com/itac/inmemory/DeviceTripDTO.java 98 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
71543 src/com/itac/inmemory/DeviceTripDTO.java 98 fieldCommentRequirement Required
71544 src/com/itac/inmemory/DeviceTripDTO.java 99 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
71545 src/com/itac/inmemory/DeviceTripDTO.java 99 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fuel_content' is not final.
71546 src/com/itac/inmemory/DeviceTripDTO.java 99 fieldCommentRequirement Required
71547 src/com/itac/inmemory/DeviceTripDTO.java 100 Method names should not contain underscores
71548 src/com/itac/inmemory/DeviceTripDTO.java 100 publicMethodCommentRequirement Required
71549 src/com/itac/inmemory/DeviceTripDTO.java 104 Method names should not contain underscores
71550 src/com/itac/inmemory/DeviceTripDTO.java 104 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'battery_status' is not final.
71551 src/com/itac/inmemory/DeviceTripDTO.java 104 Parameter 'battery_status' is not assigned and could be declared final
71552 src/com/itac/inmemory/DeviceTripDTO.java 104 publicMethodCommentRequirement Required
71553 src/com/itac/inmemory/DeviceTripDTO.java 109 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
71554 src/com/itac/inmemory/DeviceTripDTO.java 109 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'battery_status' is not final.
71555 src/com/itac/inmemory/DeviceTripDTO.java 109 fieldCommentRequirement Required
71556 src/com/itac/inmemory/DeviceTripDTO.java 127 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
71557 src/com/itac/inmemory/DeviceTripDTO.java 127 fieldCommentRequirement Required
71558 src/com/itac/inmemory/DeviceTripDTO.java 128 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
71559 src/com/itac/inmemory/DeviceTripDTO.java 128 fieldCommentRequirement Required
71560 src/com/itac/inmemory/DeviceTripDTO.java 129 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
71561 src/com/itac/inmemory/DeviceTripDTO.java 129 fieldCommentRequirement Required
71562 src/com/itac/inmemory/DeviceTripDTO.java 130 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
71563 src/com/itac/inmemory/DeviceTripDTO.java 130 fieldCommentRequirement Required
71564 src/com/itac/inmemory/DeviceTripDTO.java 131 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
71565 src/com/itac/inmemory/DeviceTripDTO.java 131 fieldCommentRequirement Required
71566 src/com/itac/inmemory/DeviceTripDTO.java 132 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
71567 src/com/itac/inmemory/DeviceTripDTO.java 132 fieldCommentRequirement Required
71568 src/com/itac/inmemory/DeviceTripDTO.java 136 publicMethodCommentRequirement Required
71569 src/com/itac/inmemory/DeviceTripDTO.java 140 Parameter 'tripParamid' is not assigned and could be declared final
71570 src/com/itac/inmemory/DeviceTripDTO.java 140 publicMethodCommentRequirement Required
71571 src/com/itac/inmemory/DeviceTripDTO.java 144 Document empty constructor
71572 src/com/itac/inmemory/DeviceTripDTO.java 144 publicMethodCommentRequirement Required
71573 src/com/itac/inmemory/DeviceTripDTO.java 150 Avoid long parameter lists.
71574 src/com/itac/inmemory/DeviceTripDTO.java 150 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fuel_content' is not final.
71575 src/com/itac/inmemory/DeviceTripDTO.java 150 Parameter 'deviceId' is not assigned and could be declared final
71576 src/com/itac/inmemory/DeviceTripDTO.java 150 Parameter 'fuel_content' is not assigned and could be declared final
71577 src/com/itac/inmemory/DeviceTripDTO.java 150 Parameter 'heading' is not assigned and could be declared final
71578 src/com/itac/inmemory/DeviceTripDTO.java 150 Parameter 'latitude' is not assigned and could be declared final
71579 src/com/itac/inmemory/DeviceTripDTO.java 150 Parameter 'longitude' is not assigned and could be declared final
71580 src/com/itac/inmemory/DeviceTripDTO.java 150 Parameter 'speed' is not assigned and could be declared final
71581 src/com/itac/inmemory/DeviceTripDTO.java 150 Parameter 'tripid' is not assigned and could be declared final
71582 src/com/itac/inmemory/DeviceTripDTO.java 150 Parameter 'vehicleId' is not assigned and could be declared final
71583 src/com/itac/inmemory/DeviceTripDTO.java 150 publicMethodCommentRequirement Required
71584 src/com/itac/inmemory/DeviceTripDTO.java 151 Parameter 'organization' is not assigned and could be declared final
71585 src/com/itac/inmemory/DeviceTripDTO.java 151 Parameter 'vehicleName' is not assigned and could be declared final
71586 src/com/itac/inmemory/DeviceTripDTO.java 168 Parameter 'deviceId' is not assigned and could be declared final
71587 src/com/itac/inmemory/DeviceTripDTO.java 168 Parameter 'orgName' is not assigned and could be declared final
71588 src/com/itac/inmemory/DeviceTripDTO.java 168 Parameter 'regNo' is not assigned and could be declared final
71589 src/com/itac/inmemory/DeviceTripDTO.java 168 Parameter 'vehicleId' is not assigned and could be declared final
71590 src/com/itac/inmemory/DeviceTripDTO.java 168 publicMethodCommentRequirement Required
71591 src/com/itac/inmemory/DeviceTripDTO.java 176 Parameter 'creationTime' is not assigned and could be declared final
71592 src/com/itac/inmemory/DeviceTripDTO.java 176 Parameter 'vehicleId' is not assigned and could be declared final
71593 src/com/itac/inmemory/DeviceTripDTO.java 176 publicMethodCommentRequirement Required
71594 src/com/itac/inmemory/DeviceTripDTO.java 181 Comment is too large: Line too long
71595 src/com/itac/inmemory/DeviceTripDTO.java 182 Avoid long parameter lists.
71596 src/com/itac/inmemory/DeviceTripDTO.java 182 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'battery_status' is not final.
71597 src/com/itac/inmemory/DeviceTripDTO.java 182 Parameter 'battery_status' is not assigned and could be declared final
71598 src/com/itac/inmemory/DeviceTripDTO.java 182 Parameter 'creationTime' is not assigned and could be declared final
71599 src/com/itac/inmemory/DeviceTripDTO.java 182 Parameter 'heading' is not assigned and could be declared final
71600 src/com/itac/inmemory/DeviceTripDTO.java 182 Parameter 'latitude' is not assigned and could be declared final
71601 src/com/itac/inmemory/DeviceTripDTO.java 182 Parameter 'longitude' is not assigned and could be declared final
71602 src/com/itac/inmemory/DeviceTripDTO.java 182 Parameter 'speed' is not assigned and could be declared final
71603 src/com/itac/inmemory/DeviceTripDTO.java 182 Parameter 'tripid' is not assigned and could be declared final
71604 src/com/itac/inmemory/DeviceTripDTO.java 182 Parameter 'vehicleId' is not assigned and could be declared final
71605 src/com/itac/inmemory/DeviceTripDTO.java 182 publicMethodCommentRequirement Required
71606 src/com/itac/inmemory/DeviceTripDTO.java 183 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fuel_content' is not final.
71607 src/com/itac/inmemory/DeviceTripDTO.java 183 Parameter 'eventCode' is not assigned and could be declared final
71608 src/com/itac/inmemory/DeviceTripDTO.java 183 Parameter 'fuel_content' is not assigned and could be declared final
71609 src/com/itac/inmemory/DeviceTripDTO.java 183 Parameter 'tripParamid' is not assigned and could be declared final
71610 src/com/itac/inmemory/DeviceTripDTO.java 208 Parameter 'creationTime' is not assigned and could be declared final
71611 src/com/itac/inmemory/DeviceTripDTO.java 221 Parameter 'vehicleId' is not assigned and could be declared final
71612 src/com/itac/inmemory/DeviceTripDTO.java 233 Parameter 'deviceId' is not assigned and could be declared final
71613 src/com/itac/inmemory/DeviceTripDTO.java 245 Parameter 'vehicleName' is not assigned and could be declared final
71614 src/com/itac/inmemory/DeviceTripDTO.java 257 Parameter 'organization' is not assigned and could be declared final
71615 src/com/itac/inmemory/VehicleProcessDAO.java 20 headerCommentRequirement Required
71616 src/com/itac/inmemory/VehicleProcessDAO.java 25 The Logger variable declaration does not contain the static and final modifiers
71617 src/com/itac/inmemory/VehicleProcessDAO.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
71618 src/com/itac/inmemory/VehicleProcessDAO.java 27 Use explicit scoping instead of the default package private level
71619 src/com/itac/inmemory/VehicleProcessDAO.java 27 fieldCommentRequirement Required
71620 src/com/itac/inmemory/VehicleProcessDAO.java 30 publicMethodCommentRequirement Required
71621 src/com/itac/inmemory/VehicleProcessDAO.java 31 Found 'DD'-anomaly for variable 'tripList' (lines '31'-'35').
71622 src/com/itac/inmemory/VehicleProcessDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71623 src/com/itac/inmemory/VehicleProcessDAO.java 44 There is log block not surrounded by if
71624 src/com/itac/inmemory/VehicleProcessDAO.java 51 Parameter 'vehicleId' is not assigned and could be declared final
71625 src/com/itac/inmemory/VehicleProcessDAO.java 51 publicMethodCommentRequirement Required
71626 src/com/itac/inmemory/VehicleProcessDAO.java 52 Found 'DD'-anomaly for variable 'trip' (lines '52'-'62').
71627 src/com/itac/inmemory/VehicleProcessDAO.java 53 Found 'DD'-anomaly for variable 'tripInfo' (lines '53'-'66').
71628 src/com/itac/inmemory/VehicleProcessDAO.java 56 Local variable 'hquery' could be declared final
71629 src/com/itac/inmemory/VehicleProcessDAO.java 65 Avoid using Literals in Conditional Statements
71630 src/com/itac/inmemory/VehicleProcessDAO.java 65 Potential violation of Law of Demeter (object not created locally)
71631 src/com/itac/inmemory/VehicleProcessDAO.java 65 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
71632 src/com/itac/inmemory/VehicleProcessDAO.java 66 Found 'DD'-anomaly for variable 'tripInfo' (lines '66'-'67').
71633 src/com/itac/inmemory/VehicleProcessDAO.java 67 Potential violation of Law of Demeter (object not created locally)
71634 src/com/itac/inmemory/VehicleProcessDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71635 src/com/itac/inmemory/VehicleProcessDAO.java 71 There is log block not surrounded by if
71636 src/com/itac/inmemory/VehicleProcessDAO.java 78 publicMethodCommentRequirement Required
71637 src/com/itac/inmemory/VehicleProcessDAO.java 80 Found 'DD'-anomaly for variable 'tripList' (lines '80'-'99').
71638 src/com/itac/inmemory/VehicleProcessDAO.java 80 Found 'DU'-anomaly for variable 'tripList' (lines '80'-'111').
71639 src/com/itac/inmemory/VehicleProcessDAO.java 81 Found 'DD'-anomaly for variable 'paramIdList' (lines '81'-'86').
71640 src/com/itac/inmemory/VehicleProcessDAO.java 83 Local variable 'tripListData' could be declared final
71641 src/com/itac/inmemory/VehicleProcessDAO.java 90 Potential violation of Law of Demeter (object not created locally)
71642 src/com/itac/inmemory/VehicleProcessDAO.java 90 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
71643 src/com/itac/inmemory/VehicleProcessDAO.java 90 Useless parentheses.
71644 src/com/itac/inmemory/VehicleProcessDAO.java 90 Useless parentheses.
71645 src/com/itac/inmemory/VehicleProcessDAO.java 92 Potential violation of Law of Demeter (object not created locally)
71646 src/com/itac/inmemory/VehicleProcessDAO.java 93 Local variable 'query' could be declared final
71647 src/com/itac/inmemory/VehicleProcessDAO.java 98 Potential violation of Law of Demeter (object not created locally)
71648 src/com/itac/inmemory/VehicleProcessDAO.java 101 Potential violation of Law of Demeter (object not created locally)
71649 src/com/itac/inmemory/VehicleProcessDAO.java 101 Potential violation of Law of Demeter (object not created locally)
71650 src/com/itac/inmemory/VehicleProcessDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71651 src/com/itac/inmemory/VehicleProcessDAO.java 107 There is log block not surrounded by if
71652 src/com/itac/inmemory/VehicleProcessDAO.java 119 Parameter 'vehicleId' is not assigned and could be declared final
71653 src/com/itac/inmemory/VehicleProcessDAO.java 119 publicMethodCommentRequirement Required
71654 src/com/itac/inmemory/VehicleProcessDAO.java 121 Found 'DD'-anomaly for variable 'tripList' (lines '121'-'129').
71655 src/com/itac/inmemory/VehicleProcessDAO.java 124 Local variable 'query' could be declared final
71656 src/com/itac/inmemory/VehicleProcessDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71657 src/com/itac/inmemory/VehicleProcessDAO.java 134 There is log block not surrounded by if
71658 src/com/itac/inmemory/VehicleProcessDAO.java 141 Document empty method
71659 src/com/itac/inmemory/VehicleProcessDAO.java 141 Parameter 'args' is not assigned and could be declared final
71660 src/com/itac/inmemory/VehicleProcessDAO.java 141 publicMethodCommentRequirement Required
71661 src/com/itac/inmemory/VehicleProcessDAO.java 145 Parameter 'vehicleId' is not assigned and could be declared final
71662 src/com/itac/inmemory/VehicleProcessDAO.java 145 publicMethodCommentRequirement Required
71663 src/com/itac/inmemory/VehicleProcessDAO.java 148 Found 'DD'-anomaly for variable 'tripList' (lines '148'-'164').
71664 src/com/itac/inmemory/VehicleProcessDAO.java 149 Found 'DD'-anomaly for variable 'paramIdList' (lines '149'-'155').
71665 src/com/itac/inmemory/VehicleProcessDAO.java 150 Avoid declaring a variable if it is unreferenced before a possible exit point.
71666 src/com/itac/inmemory/VehicleProcessDAO.java 150 Avoid unused local variables such as 'tripInfo'.
71667 src/com/itac/inmemory/VehicleProcessDAO.java 150 Found 'DU'-anomaly for variable 'tripInfo' (lines '150'-'178').
71668 src/com/itac/inmemory/VehicleProcessDAO.java 150 Local variable 'tripInfo' could be declared final
71669 src/com/itac/inmemory/VehicleProcessDAO.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71670 src/com/itac/inmemory/VehicleProcessDAO.java 163 Avoid using if statements without curly braces
71671 src/com/itac/inmemory/VehicleProcessDAO.java 168 A method should have only one exit point, and that should be the last statement in the method
71672 src/com/itac/inmemory/VehicleProcessDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71673 src/com/itac/inmemory/VehicleProcessDAO.java 173 There is log block not surrounded by if
71674 src/com/itac/packetfetcher/PacketFetcher.java 1 A high number of imports can indicate a high degree of coupling within an object.
71675 src/com/itac/packetfetcher/PacketFetcher.java 1 Possible God class (WMC=81, ATFD=156, TCC=0.0)
71676 src/com/itac/packetfetcher/PacketFetcher.java 14 Comment is too large: Line too long
71677 src/com/itac/packetfetcher/PacketFetcher.java 22 Comment is too large: Line too long
71678 src/com/itac/packetfetcher/PacketFetcher.java 27 Avoid unused imports such as 'java.sql.ResultSet'
71679 src/com/itac/packetfetcher/PacketFetcher.java 29 Avoid unused imports such as 'java.text.DateFormat'
71680 src/com/itac/packetfetcher/PacketFetcher.java 40 Avoid unused imports such as 'java.util.Locale'
71681 src/com/itac/packetfetcher/PacketFetcher.java 42 Avoid unused imports such as 'java.util.TimeZone'
71682 src/com/itac/packetfetcher/PacketFetcher.java 44 Avoid unused imports such as 'org.apache.commons.collections.map.HashedMap'
71683 src/com/itac/packetfetcher/PacketFetcher.java 47 Avoid unused imports such as 'com.google.gson.Gson'
71684 src/com/itac/packetfetcher/PacketFetcher.java 50 Avoid unused imports such as 'com.itac.bean.VehicleDetails'
71685 src/com/itac/packetfetcher/PacketFetcher.java 56 Avoid unused imports such as 'com.itac.inmemory.DBManager'
71686 src/com/itac/packetfetcher/PacketFetcher.java 60 Avoid unused imports such as 'com.itac.vo.FuelVO'
71687 src/com/itac/packetfetcher/PacketFetcher.java 64 Avoid unused imports such as 'com.mysql.jdbc.StringUtils'
71688 src/com/itac/packetfetcher/PacketFetcher.java 66 The class 'PacketFetcher' has a Cyclomatic Complexity of 7 (Highest = 24).
71689 src/com/itac/packetfetcher/PacketFetcher.java 66 headerCommentRequirement Required
71690 src/com/itac/packetfetcher/PacketFetcher.java 68 The Logger variable declaration does not contain the static and final modifiers
71691 src/com/itac/packetfetcher/PacketFetcher.java 68 fieldCommentRequirement Required
71692 src/com/itac/packetfetcher/PacketFetcher.java 69 Found non-transient, non-static member. Please mark as transient or provide accessors.
71693 src/com/itac/packetfetcher/PacketFetcher.java 69 Use explicit scoping instead of the default package private level
71694 src/com/itac/packetfetcher/PacketFetcher.java 69 Variables should start with a lowercase character, 'ObjDbAdap' starts with uppercase character.
71695 src/com/itac/packetfetcher/PacketFetcher.java 69 fieldCommentRequirement Required
71696 src/com/itac/packetfetcher/PacketFetcher.java 71 Avoid using redundant field initializer for 'objDataOrg'
71697 src/com/itac/packetfetcher/PacketFetcher.java 71 Use explicit scoping instead of the default package private level
71698 src/com/itac/packetfetcher/PacketFetcher.java 71 fieldCommentRequirement Required
71699 src/com/itac/packetfetcher/PacketFetcher.java 72 Found non-transient, non-static member. Please mark as transient or provide accessors.
71700 src/com/itac/packetfetcher/PacketFetcher.java 72 Use explicit scoping instead of the default package private level
71701 src/com/itac/packetfetcher/PacketFetcher.java 72 fieldCommentRequirement Required
71702 src/com/itac/packetfetcher/PacketFetcher.java 74 Use explicit scoping instead of the default package private level
71703 src/com/itac/packetfetcher/PacketFetcher.java 74 When instantiating a SimpleDateFormat object, specify a Locale
71704 src/com/itac/packetfetcher/PacketFetcher.java 74 fieldCommentRequirement Required
71705 src/com/itac/packetfetcher/PacketFetcher.java 85 Avoid using implementation types like 'Hashtable'; use the interface instead
71706 src/com/itac/packetfetcher/PacketFetcher.java 85 Consider replacing this Hashtable with the newer java.util.Map
71707 src/com/itac/packetfetcher/PacketFetcher.java 85 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Htbl_InputParams' is not final.
71708 src/com/itac/packetfetcher/PacketFetcher.java 85 Parameter 'Htbl_InputParams' is not assigned and could be declared final
71709 src/com/itac/packetfetcher/PacketFetcher.java 85 Variables should start with a lowercase character, 'Htbl_InputParams' starts with uppercase character.
71710 src/com/itac/packetfetcher/PacketFetcher.java 86 A method/constructor shouldnt explicitly throw java.lang.Exception
71711 src/com/itac/packetfetcher/PacketFetcher.java 88 Found 'DD'-anomaly for variable 's_Context' (lines '88'-'92').
71712 src/com/itac/packetfetcher/PacketFetcher.java 88 Found 'DD'-anomaly for variable 's_Control' (lines '88'-'93').
71713 src/com/itac/packetfetcher/PacketFetcher.java 88 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 's_Context' is not final.
71714 src/com/itac/packetfetcher/PacketFetcher.java 88 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 's_Control' is not final.
71715 src/com/itac/packetfetcher/PacketFetcher.java 88 Use one line for each declaration, it enhances code readability.
71716 src/com/itac/packetfetcher/PacketFetcher.java 89 Found 'DD'-anomaly for variable 'OrgId' (lines '89'-'94').
71717 src/com/itac/packetfetcher/PacketFetcher.java 89 Variables should start with a lowercase character, 'OrgId' starts with uppercase character.
71718 src/com/itac/packetfetcher/PacketFetcher.java 90 Found 'DD'-anomaly for variable 'VehId' (lines '90'-'95').
71719 src/com/itac/packetfetcher/PacketFetcher.java 90 Variables should start with a lowercase character, 'VehId' starts with uppercase character.
71720 src/com/itac/packetfetcher/PacketFetcher.java 91 Avoid declaring a variable if it is unreferenced before a possible exit point.
71721 src/com/itac/packetfetcher/PacketFetcher.java 91 Avoid unused local variables such as 'objset'.
71722 src/com/itac/packetfetcher/PacketFetcher.java 91 Found 'DU'-anomaly for variable 'objset' (lines '91'-'122').
71723 src/com/itac/packetfetcher/PacketFetcher.java 91 Local variable 'objset' could be declared final
71724 src/com/itac/packetfetcher/PacketFetcher.java 92 Potential violation of Law of Demeter (method chain calls)
71725 src/com/itac/packetfetcher/PacketFetcher.java 93 Potential violation of Law of Demeter (method chain calls)
71726 src/com/itac/packetfetcher/PacketFetcher.java 94 Potential violation of Law of Demeter (method chain calls)
71727 src/com/itac/packetfetcher/PacketFetcher.java 94 Potential violation of Law of Demeter (method chain calls)
71728 src/com/itac/packetfetcher/PacketFetcher.java 95 Potential violation of Law of Demeter (method chain calls)
71729 src/com/itac/packetfetcher/PacketFetcher.java 96 Found 'DD'-anomaly for variable 'StrAry_VehID' (lines '96'-'102').
71730 src/com/itac/packetfetcher/PacketFetcher.java 96 Found 'DD'-anomaly for variable 'StrAry_VehID' (lines '96'-'113').
71731 src/com/itac/packetfetcher/PacketFetcher.java 96 Found 'DD'-anomaly for variable 'StrAry_VehID' (lines '96'-'98').
71732 src/com/itac/packetfetcher/PacketFetcher.java 96 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'StrAry_VehID' is not final.
71733 src/com/itac/packetfetcher/PacketFetcher.java 96 Variables should start with a lowercase character, 'StrAry_VehID' starts with uppercase character.
71734 src/com/itac/packetfetcher/PacketFetcher.java 97 This statement may have some unnecessary parentheses
71735 src/com/itac/packetfetcher/PacketFetcher.java 97 Useless parentheses.
71736 src/com/itac/packetfetcher/PacketFetcher.java 100 This statement may have some unnecessary parentheses
71737 src/com/itac/packetfetcher/PacketFetcher.java 100 Useless parentheses.
71738 src/com/itac/packetfetcher/PacketFetcher.java 103 Local variable 'StrtVal' could be declared final
71739 src/com/itac/packetfetcher/PacketFetcher.java 103 Potential violation of Law of Demeter (method chain calls)
71740 src/com/itac/packetfetcher/PacketFetcher.java 103 Variables should start with a lowercase character, 'StrtVal' starts with uppercase character.
71741 src/com/itac/packetfetcher/PacketFetcher.java 104 Local variable 'EndVal' could be declared final
71742 src/com/itac/packetfetcher/PacketFetcher.java 104 Potential violation of Law of Demeter (method chain calls)
71743 src/com/itac/packetfetcher/PacketFetcher.java 104 Variables should start with a lowercase character, 'EndVal' starts with uppercase character.
71744 src/com/itac/packetfetcher/PacketFetcher.java 105 Avoid variables with short names like i
71745 src/com/itac/packetfetcher/PacketFetcher.java 105 Found 'DU'-anomaly for variable 'i' (lines '105'-'122').
71746 src/com/itac/packetfetcher/PacketFetcher.java 106 Found 'DD'-anomaly for variable 'StrAryBase' (lines '106'-'108').
71747 src/com/itac/packetfetcher/PacketFetcher.java 106 Found 'DU'-anomaly for variable 'StrAryBase' (lines '106'-'122').
71748 src/com/itac/packetfetcher/PacketFetcher.java 106 Variables should start with a lowercase character, 'StrAryBase' starts with uppercase character.
71749 src/com/itac/packetfetcher/PacketFetcher.java 108 Found 'DD'-anomaly for variable 'StrAryBase' (lines '108'-'108').
71750 src/com/itac/packetfetcher/PacketFetcher.java 108 Found 'DU'-anomaly for variable 'StrAryBase' (lines '108'-'122').
71751 src/com/itac/packetfetcher/PacketFetcher.java 109 Found 'DU'-anomaly for variable 'i' (lines '109'-'122').
71752 src/com/itac/packetfetcher/PacketFetcher.java 116 Local variable 's_Params' could be declared final
71753 src/com/itac/packetfetcher/PacketFetcher.java 116 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 's_Params' is not final.
71754 src/com/itac/packetfetcher/PacketFetcher.java 117 Avoid declaring a variable if it is unreferenced before a possible exit point.
71755 src/com/itac/packetfetcher/PacketFetcher.java 117 Found 'DU'-anomaly for variable 'StrAry_Params' (lines '117'-'122').
71756 src/com/itac/packetfetcher/PacketFetcher.java 117 Local variable 'StrAry_Params' could be declared final
71757 src/com/itac/packetfetcher/PacketFetcher.java 117 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'StrAry_Params' is not final.
71758 src/com/itac/packetfetcher/PacketFetcher.java 117 Variables should start with a lowercase character, 'StrAry_Params' starts with uppercase character.
71759 src/com/itac/packetfetcher/PacketFetcher.java 119 Local variable 'FinalList' could be declared final
71760 src/com/itac/packetfetcher/PacketFetcher.java 119 Variables should start with a lowercase character, 'FinalList' starts with uppercase character.
71761 src/com/itac/packetfetcher/PacketFetcher.java 120 Consider simply returning the value vs storing it in local variable 'FinalList'
71762 src/com/itac/packetfetcher/PacketFetcher.java 129 Method names should not start with capital letters
71763 src/com/itac/packetfetcher/PacketFetcher.java 129 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 's_ControlName' is not final.
71764 src/com/itac/packetfetcher/PacketFetcher.java 129 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 's_ScreenName' is not final.
71765 src/com/itac/packetfetcher/PacketFetcher.java 129 Parameter 's_ControlName' is not assigned and could be declared final
71766 src/com/itac/packetfetcher/PacketFetcher.java 129 Parameter 's_ScreenName' is not assigned and could be declared final
71767 src/com/itac/packetfetcher/PacketFetcher.java 130 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'l_OrgId' is not final.
71768 src/com/itac/packetfetcher/PacketFetcher.java 130 Parameter 'l_OrgId' is not assigned and could be declared final
71769 src/com/itac/packetfetcher/PacketFetcher.java 131 Found 'DD'-anomaly for variable 's_Data' (lines '131'-'141').
71770 src/com/itac/packetfetcher/PacketFetcher.java 131 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 's_Data' is not final.
71771 src/com/itac/packetfetcher/PacketFetcher.java 132 Found 'DD'-anomaly for variable 'DataCntxtMapp' (lines '132'-'137').
71772 src/com/itac/packetfetcher/PacketFetcher.java 132 Variables should start with a lowercase character, 'DataCntxtMapp' starts with uppercase character.
71773 src/com/itac/packetfetcher/PacketFetcher.java 133 Local variable 'DCMQry' could be declared final
71774 src/com/itac/packetfetcher/PacketFetcher.java 133 Variables should start with a lowercase character, 'DCMQry' starts with uppercase character.
71775 src/com/itac/packetfetcher/PacketFetcher.java 138 Local variable 'contxtIter' could be declared final
71776 src/com/itac/packetfetcher/PacketFetcher.java 138 Potential violation of Law of Demeter (object not created locally)
71777 src/com/itac/packetfetcher/PacketFetcher.java 141 Found 'DD'-anomaly for variable 's_Data' (lines '141'-'141').
71778 src/com/itac/packetfetcher/PacketFetcher.java 148 Avoid really long methods.
71779 src/com/itac/packetfetcher/PacketFetcher.java 148 Avoid using implementation types like 'Hashtable'; use the interface instead
71780 src/com/itac/packetfetcher/PacketFetcher.java 148 Consider replacing this Hashtable with the newer java.util.Map
71781 src/com/itac/packetfetcher/PacketFetcher.java 148 Found 'UR'-anomaly for variable 'sessionValue' (lines '148'-'235').
71782 src/com/itac/packetfetcher/PacketFetcher.java 148 Parameter 'input' is not assigned and could be declared final
71783 src/com/itac/packetfetcher/PacketFetcher.java 148 The method 'getPacketCollection' has a Cyclomatic Complexity of 24.
71784 src/com/itac/packetfetcher/PacketFetcher.java 148 The method getPacketCollection() has an NCSS line count of 161
71785 src/com/itac/packetfetcher/PacketFetcher.java 148 The method getPacketCollection() has an NPath complexity of 898
71786 src/com/itac/packetfetcher/PacketFetcher.java 148 publicMethodCommentRequirement Required
71787 src/com/itac/packetfetcher/PacketFetcher.java 153 Local variable 'dateFormat' could be declared final
71788 src/com/itac/packetfetcher/PacketFetcher.java 153 When instantiating a SimpleDateFormat object, specify a Locale
71789 src/com/itac/packetfetcher/PacketFetcher.java 154 Found 'DD'-anomaly for variable 'organizationId' (lines '154'-'184').
71790 src/com/itac/packetfetcher/PacketFetcher.java 155 Found 'DD'-anomaly for variable 'tripId' (lines '155'-'185').
71791 src/com/itac/packetfetcher/PacketFetcher.java 156 Found 'DU'-anomaly for variable 'fromDate' (lines '156'-'399').
71792 src/com/itac/packetfetcher/PacketFetcher.java 157 Found 'DD'-anomaly for variable 'toDate' (lines '157'-'226').
71793 src/com/itac/packetfetcher/PacketFetcher.java 157 Found 'DU'-anomaly for variable 'toDate' (lines '157'-'399').
71794 src/com/itac/packetfetcher/PacketFetcher.java 158 Found 'DD'-anomaly for variable 'date' (lines '158'-'186').
71795 src/com/itac/packetfetcher/PacketFetcher.java 159 Found 'DD'-anomaly for variable 'nonTripid' (lines '159'-'217').
71796 src/com/itac/packetfetcher/PacketFetcher.java 159 Found 'DU'-anomaly for variable 'nonTripid' (lines '159'-'399').
71797 src/com/itac/packetfetcher/PacketFetcher.java 160 Found 'DD'-anomaly for variable 'session' (lines '160'-'206').
71798 src/com/itac/packetfetcher/PacketFetcher.java 160 Found 'DU'-anomaly for variable 'session' (lines '160'-'399').
71799 src/com/itac/packetfetcher/PacketFetcher.java 161 Avoid variables with short names like d1
71800 src/com/itac/packetfetcher/PacketFetcher.java 161 Found 'DU'-anomaly for variable 'd1' (lines '161'-'399').
71801 src/com/itac/packetfetcher/PacketFetcher.java 161 Local variable 'd1' could be declared final
71802 src/com/itac/packetfetcher/PacketFetcher.java 162 Local variable 'calendar' could be declared final
71803 src/com/itac/packetfetcher/PacketFetcher.java 163 Local variable 'time' could be declared final
71804 src/com/itac/packetfetcher/PacketFetcher.java 164 Found 'DD'-anomaly for variable 'user_session' (lines '164'-'166').
71805 src/com/itac/packetfetcher/PacketFetcher.java 164 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'user_session' is not final.
71806 src/com/itac/packetfetcher/PacketFetcher.java 165 Avoid using Literals in Conditional Statements
71807 src/com/itac/packetfetcher/PacketFetcher.java 165 Avoid using if statements without curly braces
71808 src/com/itac/packetfetcher/PacketFetcher.java 166 Found 'DU'-anomaly for variable 'user_session' (lines '166'-'399').
71809 src/com/itac/packetfetcher/PacketFetcher.java 167 Found 'DD'-anomaly for variable 'packetVo' (lines '167'-'207').
71810 src/com/itac/packetfetcher/PacketFetcher.java 167 Found 'DU'-anomaly for variable 'packetVo' (lines '167'-'399').
71811 src/com/itac/packetfetcher/PacketFetcher.java 169 Found 'DD'-anomaly for variable 'fenceVo' (lines '169'-'356').
71812 src/com/itac/packetfetcher/PacketFetcher.java 169 Found 'DU'-anomaly for variable 'fenceVo' (lines '169'-'399').
71813 src/com/itac/packetfetcher/PacketFetcher.java 170 Found 'DD'-anomaly for variable 'packetFetcher' (lines '170'-'249').
71814 src/com/itac/packetfetcher/PacketFetcher.java 170 Found 'DD'-anomaly for variable 'packetFetcher' (lines '170'-'277').
71815 src/com/itac/packetfetcher/PacketFetcher.java 170 Found 'DU'-anomaly for variable 'packetFetcher' (lines '170'-'399').
71816 src/com/itac/packetfetcher/PacketFetcher.java 171 Found 'DD'-anomaly for variable 'temppacketVo' (lines '171'-'381').
71817 src/com/itac/packetfetcher/PacketFetcher.java 171 Found 'DU'-anomaly for variable 'temppacketVo' (lines '171'-'399').
71818 src/com/itac/packetfetcher/PacketFetcher.java 173 Found 'DD'-anomaly for variable 'NontripIdQry' (lines '173'-'209').
71819 src/com/itac/packetfetcher/PacketFetcher.java 173 Found 'DU'-anomaly for variable 'NontripIdQry' (lines '173'-'399').
71820 src/com/itac/packetfetcher/PacketFetcher.java 173 Variables should start with a lowercase character, 'NontripIdQry' starts with uppercase character.
71821 src/com/itac/packetfetcher/PacketFetcher.java 174 Avoid excessively long variable names like objPacketCollection
71822 src/com/itac/packetfetcher/PacketFetcher.java 174 Found 'DD'-anomaly for variable 'objPacketCollection' (lines '174'-'191').
71823 src/com/itac/packetfetcher/PacketFetcher.java 174 Found 'DD'-anomaly for variable 'objPacketCollection' (lines '174'-'387').
71824 src/com/itac/packetfetcher/PacketFetcher.java 177 Found 'DD'-anomaly for variable 'vehicle_id' (lines '177'-'183').
71825 src/com/itac/packetfetcher/PacketFetcher.java 177 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
71826 src/com/itac/packetfetcher/PacketFetcher.java 178 Found 'DD'-anomaly for variable 'vehicleType' (lines '178'-'197').
71827 src/com/itac/packetfetcher/PacketFetcher.java 178 Found 'DU'-anomaly for variable 'vehicleType' (lines '178'-'399').
71828 src/com/itac/packetfetcher/PacketFetcher.java 179 Found 'DD'-anomaly for variable 'fuelCalibList' (lines '179'-'199').
71829 src/com/itac/packetfetcher/PacketFetcher.java 179 Found 'DU'-anomaly for variable 'fuelCalibList' (lines '179'-'399').
71830 src/com/itac/packetfetcher/PacketFetcher.java 180 Found 'DU'-anomaly for variable 'maxParamId' (lines '180'-'399').
71831 src/com/itac/packetfetcher/PacketFetcher.java 180 Local variable 'maxParamId' could be declared final
71832 src/com/itac/packetfetcher/PacketFetcher.java 183 Potential violation of Law of Demeter (method chain calls)
71833 src/com/itac/packetfetcher/PacketFetcher.java 183 Potential violation of Law of Demeter (method chain calls)
71834 src/com/itac/packetfetcher/PacketFetcher.java 184 Found 'DU'-anomaly for variable 'organizationId' (lines '184'-'399').
71835 src/com/itac/packetfetcher/PacketFetcher.java 184 Potential violation of Law of Demeter (method chain calls)
71836 src/com/itac/packetfetcher/PacketFetcher.java 184 Potential violation of Law of Demeter (method chain calls)
71837 src/com/itac/packetfetcher/PacketFetcher.java 185 Found 'DU'-anomaly for variable 'tripId' (lines '185'-'399').
71838 src/com/itac/packetfetcher/PacketFetcher.java 185 Potential violation of Law of Demeter (method chain calls)
71839 src/com/itac/packetfetcher/PacketFetcher.java 185 Potential violation of Law of Demeter (method chain calls)
71840 src/com/itac/packetfetcher/PacketFetcher.java 186 Potential violation of Law of Demeter (method chain calls)
71841 src/com/itac/packetfetcher/PacketFetcher.java 186 Potential violation of Law of Demeter (method chain calls)
71842 src/com/itac/packetfetcher/PacketFetcher.java 188 Local variable 'OfflineStatus' could be declared final
71843 src/com/itac/packetfetcher/PacketFetcher.java 188 Variables should start with a lowercase character, 'OfflineStatus' starts with uppercase character.
71844 src/com/itac/packetfetcher/PacketFetcher.java 190 Avoid using Literals in Conditional Statements
71845 src/com/itac/packetfetcher/PacketFetcher.java 193 A method should have only one exit point, and that should be the last statement in the method
71846 src/com/itac/packetfetcher/PacketFetcher.java 202 Local variable 'lstParamIds' could be declared final
71847 src/com/itac/packetfetcher/PacketFetcher.java 205 Local variable 'data' could be declared final
71848 src/com/itac/packetfetcher/PacketFetcher.java 207 Found 'DD'-anomaly for variable 'packetVo' (lines '207'-'253').
71849 src/com/itac/packetfetcher/PacketFetcher.java 207 Found 'DD'-anomaly for variable 'packetVo' (lines '207'-'282').
71850 src/com/itac/packetfetcher/PacketFetcher.java 207 Found 'DD'-anomaly for variable 'packetVo' (lines '207'-'298').
71851 src/com/itac/packetfetcher/PacketFetcher.java 207 Found 'DD'-anomaly for variable 'packetVo' (lines '207'-'316').
71852 src/com/itac/packetfetcher/PacketFetcher.java 207 Found 'DD'-anomaly for variable 'packetVo' (lines '207'-'340').
71853 src/com/itac/packetfetcher/PacketFetcher.java 207 Found 'DD'-anomaly for variable 'packetVo' (lines '207'-'372').
71854 src/com/itac/packetfetcher/PacketFetcher.java 207 Found 'DU'-anomaly for variable 'packetVo' (lines '207'-'399').
71855 src/com/itac/packetfetcher/PacketFetcher.java 213 Local variable 'LstNonTripId' could be declared final
71856 src/com/itac/packetfetcher/PacketFetcher.java 213 Variables should start with a lowercase character, 'LstNonTripId' starts with uppercase character.
71857 src/com/itac/packetfetcher/PacketFetcher.java 216 Avoid using Literals in Conditional Statements
71858 src/com/itac/packetfetcher/PacketFetcher.java 216 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
71859 src/com/itac/packetfetcher/PacketFetcher.java 228 Local variable 'lstMorningEvening' could be declared final
71860 src/com/itac/packetfetcher/PacketFetcher.java 232 Local variable 'hshMorningEvening' could be declared final
71861 src/com/itac/packetfetcher/PacketFetcher.java 234 Local variable 'sessionValue' could be declared final
71862 src/com/itac/packetfetcher/PacketFetcher.java 235 Position literals first in String comparisons
71863 src/com/itac/packetfetcher/PacketFetcher.java 245 Consider replacing this Hashtable with the newer java.util.Map
71864 src/com/itac/packetfetcher/PacketFetcher.java 245 Local variable 'hashAlerts' could be declared final
71865 src/com/itac/packetfetcher/PacketFetcher.java 247 Local variable 'monlist' could be declared final
71866 src/com/itac/packetfetcher/PacketFetcher.java 253 Avoid instantiating new objects inside loops
71867 src/com/itac/packetfetcher/PacketFetcher.java 253 Found 'DD'-anomaly for variable 'packetVo' (lines '253'-'253').
71868 src/com/itac/packetfetcher/PacketFetcher.java 253 Found 'DD'-anomaly for variable 'packetVo' (lines '253'-'282').
71869 src/com/itac/packetfetcher/PacketFetcher.java 253 Found 'DD'-anomaly for variable 'packetVo' (lines '253'-'298').
71870 src/com/itac/packetfetcher/PacketFetcher.java 253 Found 'DD'-anomaly for variable 'packetVo' (lines '253'-'316').
71871 src/com/itac/packetfetcher/PacketFetcher.java 253 Found 'DD'-anomaly for variable 'packetVo' (lines '253'-'340').
71872 src/com/itac/packetfetcher/PacketFetcher.java 253 Found 'DD'-anomaly for variable 'packetVo' (lines '253'-'372').
71873 src/com/itac/packetfetcher/PacketFetcher.java 253 Found 'DU'-anomaly for variable 'packetVo' (lines '253'-'399').
71874 src/com/itac/packetfetcher/PacketFetcher.java 255 Assigning an Object to null is a code smell. Consider refactoring.
71875 src/com/itac/packetfetcher/PacketFetcher.java 255 Found 'DD'-anomaly for variable 'packetFetcher' (lines '255'-'249').
71876 src/com/itac/packetfetcher/PacketFetcher.java 255 Found 'DD'-anomaly for variable 'packetFetcher' (lines '255'-'277').
71877 src/com/itac/packetfetcher/PacketFetcher.java 255 Found 'DD'-anomaly for variable 'packetFetcher' (lines '255'-'296').
71878 src/com/itac/packetfetcher/PacketFetcher.java 255 Found 'DD'-anomaly for variable 'packetFetcher' (lines '255'-'313').
71879 src/com/itac/packetfetcher/PacketFetcher.java 255 Found 'DD'-anomaly for variable 'packetFetcher' (lines '255'-'336').
71880 src/com/itac/packetfetcher/PacketFetcher.java 255 Found 'DU'-anomaly for variable 'packetFetcher' (lines '255'-'399').
71881 src/com/itac/packetfetcher/PacketFetcher.java 258 Position literals first in String comparisons
71882 src/com/itac/packetfetcher/PacketFetcher.java 272 Consider replacing this Hashtable with the newer java.util.Map
71883 src/com/itac/packetfetcher/PacketFetcher.java 272 Local variable 'hashAlerts' could be declared final
71884 src/com/itac/packetfetcher/PacketFetcher.java 275 Local variable 'evenlist' could be declared final
71885 src/com/itac/packetfetcher/PacketFetcher.java 282 Avoid instantiating new objects inside loops
71886 src/com/itac/packetfetcher/PacketFetcher.java 282 Found 'DD'-anomaly for variable 'packetVo' (lines '282'-'253').
71887 src/com/itac/packetfetcher/PacketFetcher.java 282 Found 'DD'-anomaly for variable 'packetVo' (lines '282'-'282').
71888 src/com/itac/packetfetcher/PacketFetcher.java 282 Found 'DD'-anomaly for variable 'packetVo' (lines '282'-'298').
71889 src/com/itac/packetfetcher/PacketFetcher.java 282 Found 'DD'-anomaly for variable 'packetVo' (lines '282'-'316').
71890 src/com/itac/packetfetcher/PacketFetcher.java 282 Found 'DD'-anomaly for variable 'packetVo' (lines '282'-'340').
71891 src/com/itac/packetfetcher/PacketFetcher.java 282 Found 'DD'-anomaly for variable 'packetVo' (lines '282'-'372').
71892 src/com/itac/packetfetcher/PacketFetcher.java 282 Found 'DU'-anomaly for variable 'packetVo' (lines '282'-'399').
71893 src/com/itac/packetfetcher/PacketFetcher.java 284 Assigning an Object to null is a code smell. Consider refactoring.
71894 src/com/itac/packetfetcher/PacketFetcher.java 284 Found 'DD'-anomaly for variable 'packetFetcher' (lines '284'-'249').
71895 src/com/itac/packetfetcher/PacketFetcher.java 284 Found 'DD'-anomaly for variable 'packetFetcher' (lines '284'-'277').
71896 src/com/itac/packetfetcher/PacketFetcher.java 284 Found 'DD'-anomaly for variable 'packetFetcher' (lines '284'-'296').
71897 src/com/itac/packetfetcher/PacketFetcher.java 284 Found 'DD'-anomaly for variable 'packetFetcher' (lines '284'-'313').
71898 src/com/itac/packetfetcher/PacketFetcher.java 284 Found 'DD'-anomaly for variable 'packetFetcher' (lines '284'-'336').
71899 src/com/itac/packetfetcher/PacketFetcher.java 284 Found 'DU'-anomaly for variable 'packetFetcher' (lines '284'-'399').
71900 src/com/itac/packetfetcher/PacketFetcher.java 288 Position literals first in String comparisons
71901 src/com/itac/packetfetcher/PacketFetcher.java 290 Local variable 'monMasterPktQry' could be declared final
71902 src/com/itac/packetfetcher/PacketFetcher.java 295 Local variable 'masterlist' could be declared final
71903 src/com/itac/packetfetcher/PacketFetcher.java 298 Avoid instantiating new objects inside loops
71904 src/com/itac/packetfetcher/PacketFetcher.java 298 Found 'DU'-anomaly for variable 'packetVo' (lines '298'-'399').
71905 src/com/itac/packetfetcher/PacketFetcher.java 300 Assigning an Object to null is a code smell. Consider refactoring.
71906 src/com/itac/packetfetcher/PacketFetcher.java 300 Found 'DU'-anomaly for variable 'packetFetcher' (lines '300'-'399').
71907 src/com/itac/packetfetcher/PacketFetcher.java 304 Position literals first in String comparisons
71908 src/com/itac/packetfetcher/PacketFetcher.java 306 Local variable 'evenMasterPktQry' could be declared final
71909 src/com/itac/packetfetcher/PacketFetcher.java 311 Local variable 'masterlist' could be declared final
71910 src/com/itac/packetfetcher/PacketFetcher.java 316 Avoid instantiating new objects inside loops
71911 src/com/itac/packetfetcher/PacketFetcher.java 316 Found 'DU'-anomaly for variable 'packetVo' (lines '316'-'399').
71912 src/com/itac/packetfetcher/PacketFetcher.java 318 Assigning an Object to null is a code smell. Consider refactoring.
71913 src/com/itac/packetfetcher/PacketFetcher.java 318 Found 'DU'-anomaly for variable 'packetFetcher' (lines '318'-'399').
71914 src/com/itac/packetfetcher/PacketFetcher.java 322 Position literals first in String comparisons
71915 src/com/itac/packetfetcher/PacketFetcher.java 322 The String literal "NonTrip" appears 4 times in this file; the first occurrence is on line 322
71916 src/com/itac/packetfetcher/PacketFetcher.java 333 Consider replacing this Hashtable with the newer java.util.Map
71917 src/com/itac/packetfetcher/PacketFetcher.java 333 Local variable 'hashAlerts' could be declared final
71918 src/com/itac/packetfetcher/PacketFetcher.java 335 Local variable 'defaultlist' could be declared final
71919 src/com/itac/packetfetcher/PacketFetcher.java 340 Avoid instantiating new objects inside loops
71920 src/com/itac/packetfetcher/PacketFetcher.java 340 Found 'DU'-anomaly for variable 'packetVo' (lines '340'-'399').
71921 src/com/itac/packetfetcher/PacketFetcher.java 342 Assigning an Object to null is a code smell. Consider refactoring.
71922 src/com/itac/packetfetcher/PacketFetcher.java 342 Found 'DU'-anomaly for variable 'packetFetcher' (lines '342'-'399').
71923 src/com/itac/packetfetcher/PacketFetcher.java 346 Position literals first in String comparisons
71924 src/com/itac/packetfetcher/PacketFetcher.java 347 Found 'DD'-anomaly for variable 'monPktQry' (lines '347'-'349').
71925 src/com/itac/packetfetcher/PacketFetcher.java 347 Found 'DD'-anomaly for variable 'monPktQry' (lines '347'-'351').
71926 src/com/itac/packetfetcher/PacketFetcher.java 348 Position literals first in String comparisons
71927 src/com/itac/packetfetcher/PacketFetcher.java 349 Avoid using if...else statements without curly braces
71928 src/com/itac/packetfetcher/PacketFetcher.java 351 Avoid using if...else statements without curly braces
71929 src/com/itac/packetfetcher/PacketFetcher.java 354 Local variable 'monlist' could be declared final
71930 src/com/itac/packetfetcher/PacketFetcher.java 355 Avoid using Literals in Conditional Statements
71931 src/com/itac/packetfetcher/PacketFetcher.java 355 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
71932 src/com/itac/packetfetcher/PacketFetcher.java 356 Avoid instantiating new objects inside loops
71933 src/com/itac/packetfetcher/PacketFetcher.java 356 Found 'DD'-anomaly for variable 'fenceVo' (lines '356'-'364').
71934 src/com/itac/packetfetcher/PacketFetcher.java 357 Local variable 'moniter' could be declared final
71935 src/com/itac/packetfetcher/PacketFetcher.java 358 Found 'DU'-anomaly for variable 'count' (lines '358'-'399').
71936 src/com/itac/packetfetcher/PacketFetcher.java 362 Avoid using if statements without curly braces
71937 src/com/itac/packetfetcher/PacketFetcher.java 364 Avoid instantiating new objects inside loops
71938 src/com/itac/packetfetcher/PacketFetcher.java 364 Found 'DD'-anomaly for variable 'fenceVo' (lines '364'-'364').
71939 src/com/itac/packetfetcher/PacketFetcher.java 364 Potential violation of Law of Demeter (method chain calls)
71940 src/com/itac/packetfetcher/PacketFetcher.java 364 Potential violation of Law of Demeter (method chain calls)
71941 src/com/itac/packetfetcher/PacketFetcher.java 368 Found 'DU'-anomaly for variable 'count' (lines '368'-'399').
71942 src/com/itac/packetfetcher/PacketFetcher.java 372 Avoid instantiating new objects inside loops
71943 src/com/itac/packetfetcher/PacketFetcher.java 372 Found 'DU'-anomaly for variable 'packetVo' (lines '372'-'399').
71944 src/com/itac/packetfetcher/PacketFetcher.java 373 Assigning an Object to null is a code smell. Consider refactoring.
71945 src/com/itac/packetfetcher/PacketFetcher.java 373 Found 'DU'-anomaly for variable 'fenceVo' (lines '373'-'399').
71946 src/com/itac/packetfetcher/PacketFetcher.java 376 System.out.print is used
71947 src/com/itac/packetfetcher/PacketFetcher.java 382 System.arraycopy is more efficient
71948 src/com/itac/packetfetcher/PacketFetcher.java 390 Avoid variables with short names like d2
71949 src/com/itac/packetfetcher/PacketFetcher.java 390 Local variable 'd2' could be declared final
71950 src/com/itac/packetfetcher/PacketFetcher.java 392 There is log block not surrounded by if
71951 src/com/itac/packetfetcher/PacketFetcher.java 393 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71952 src/com/itac/packetfetcher/PacketFetcher.java 394 Avoid printStackTrace(); use a logger call instead.
71953 src/com/itac/packetfetcher/PacketFetcher.java 402 Avoid using implementation types like 'HashMap'; use the interface instead
71954 src/com/itac/packetfetcher/PacketFetcher.java 402 Parameter 'NontripId' is not assigned and could be declared final
71955 src/com/itac/packetfetcher/PacketFetcher.java 402 Parameter 'dtInputDate' is not assigned and could be declared final
71956 src/com/itac/packetfetcher/PacketFetcher.java 402 Parameter 'lstData' is not assigned and could be declared final
71957 src/com/itac/packetfetcher/PacketFetcher.java 402 Parameter 'tripId' is not assigned and could be declared final
71958 src/com/itac/packetfetcher/PacketFetcher.java 402 Variables should start with a lowercase character, 'NontripId' starts with uppercase character.
71959 src/com/itac/packetfetcher/PacketFetcher.java 402 publicMethodCommentRequirement Required
71960 src/com/itac/packetfetcher/PacketFetcher.java 405 Local variable 'hMapSession' could be declared final
71961 src/com/itac/packetfetcher/PacketFetcher.java 406 Local variable 'cal' could be declared final
71962 src/com/itac/packetfetcher/PacketFetcher.java 408 Local variable 'CurrentDate' could be declared final
71963 src/com/itac/packetfetcher/PacketFetcher.java 408 Variables should start with a lowercase character, 'CurrentDate' starts with uppercase character.
71964 src/com/itac/packetfetcher/PacketFetcher.java 409 Potential violation of Law of Demeter (object not created locally)
71965 src/com/itac/packetfetcher/PacketFetcher.java 413 Local variable 'lstAM' could be declared final
71966 src/com/itac/packetfetcher/PacketFetcher.java 414 Local variable 'lstPM' could be declared final
71967 src/com/itac/packetfetcher/PacketFetcher.java 415 Local variable 'lstNonTrip' could be declared final
71968 src/com/itac/packetfetcher/PacketFetcher.java 417 Local variable 'itrData' could be declared final
71969 src/com/itac/packetfetcher/PacketFetcher.java 420 Local variable 'row' could be declared final
71970 src/com/itac/packetfetcher/PacketFetcher.java 421 Potential violation of Law of Demeter (method chain calls)
71971 src/com/itac/packetfetcher/PacketFetcher.java 421 Potential violation of Law of Demeter (object not created locally)
71972 src/com/itac/packetfetcher/PacketFetcher.java 423 Potential violation of Law of Demeter (method chain calls)
71973 src/com/itac/packetfetcher/PacketFetcher.java 423 Potential violation of Law of Demeter (object not created locally)
71974 src/com/itac/packetfetcher/PacketFetcher.java 423 Potential violation of Law of Demeter (object not created locally)
71975 src/com/itac/packetfetcher/PacketFetcher.java 424 Avoid unused local variables such as 'strTripName'.
71976 src/com/itac/packetfetcher/PacketFetcher.java 424 Local variable 'strTripName' could be declared final
71977 src/com/itac/packetfetcher/PacketFetcher.java 425 Local variable 'intTrip' could be declared final
71978 src/com/itac/packetfetcher/PacketFetcher.java 427 Potential violation of Law of Demeter (object not created locally)
71979 src/com/itac/packetfetcher/PacketFetcher.java 428 Potential violation of Law of Demeter (object not created locally)
71980 src/com/itac/packetfetcher/PacketFetcher.java 440 Local variable 'dblSpeed' could be declared final
71981 src/com/itac/packetfetcher/PacketFetcher.java 441 Avoid using Literals in Conditional Statements
71982 src/com/itac/packetfetcher/PacketFetcher.java 454 A method should have only one exit point, and that should be the last statement in the method
71983 src/com/itac/packetfetcher/PacketFetcher.java 457 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71984 src/com/itac/packetfetcher/PacketFetcher.java 458 There is log block not surrounded by if
71985 src/com/itac/packetfetcher/PacketFetcher.java 463 Avoid variables with short names like d1
71986 src/com/itac/packetfetcher/PacketFetcher.java 463 Parameter 'd1' is not assigned and could be declared final
71987 src/com/itac/packetfetcher/PacketFetcher.java 463 publicMethodCommentRequirement Required
71988 src/com/itac/packetfetcher/PacketFetcher.java 467 Parameter 'strContent' is not assigned and could be declared final
71989 src/com/itac/packetfetcher/PacketFetcher.java 467 publicMethodCommentRequirement Required
71990 src/com/itac/packetfetcher/PacketFetcher.java 469 Avoid variables with short names like d1
71991 src/com/itac/packetfetcher/PacketFetcher.java 469 Local variable 'd1' could be declared final
71992 src/com/itac/packetfetcher/PacketFetcher.java 470 A method should have only one exit point, and that should be the last statement in the method
71993 src/com/itac/packetfetcher/PacketFetcher.java 472 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71994 src/com/itac/packetfetcher/PacketFetcher.java 473 System.out.print is used
71995 src/com/itac/packetfetcher/PacketFetcher.java 474 Avoid variables with short names like d1
71996 src/com/itac/packetfetcher/PacketFetcher.java 474 Local variable 'd1' could be declared final
71997 src/com/itac/packetfetcher/PacketFetcher.java 482 Avoid really long methods.
71998 src/com/itac/packetfetcher/PacketFetcher.java 482 Avoid using implementation types like 'Hashtable'; use the interface instead
71999 src/com/itac/packetfetcher/PacketFetcher.java 482 Consider replacing this Hashtable with the newer java.util.Map
72000 src/com/itac/packetfetcher/PacketFetcher.java 482 Parameter 'input' is not assigned and could be declared final
72001 src/com/itac/packetfetcher/PacketFetcher.java 482 The method 'getTripPackets' has a Cyclomatic Complexity of 14.
72002 src/com/itac/packetfetcher/PacketFetcher.java 482 publicMethodCommentRequirement Required
72003 src/com/itac/packetfetcher/PacketFetcher.java 484 Local variable 'dateFormat' could be declared final
72004 src/com/itac/packetfetcher/PacketFetcher.java 484 When instantiating a SimpleDateFormat object, specify a Locale
72005 src/com/itac/packetfetcher/PacketFetcher.java 488 Local variable 'calendar' could be declared final
72006 src/com/itac/packetfetcher/PacketFetcher.java 489 Local variable 'time' could be declared final
72007 src/com/itac/packetfetcher/PacketFetcher.java 489 Potential violation of Law of Demeter (object not created locally)
72008 src/com/itac/packetfetcher/PacketFetcher.java 490 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'user_session' is not final.
72009 src/com/itac/packetfetcher/PacketFetcher.java 491 Avoid using Literals in Conditional Statements
72010 src/com/itac/packetfetcher/PacketFetcher.java 491 Avoid using if statements without curly braces
72011 src/com/itac/packetfetcher/PacketFetcher.java 491 Potential violation of Law of Demeter (object not created locally)
72012 src/com/itac/packetfetcher/PacketFetcher.java 500 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'name_array' is not final.
72013 src/com/itac/packetfetcher/PacketFetcher.java 502 Local variable 'data' could be declared final
72014 src/com/itac/packetfetcher/PacketFetcher.java 503 Potential violation of Law of Demeter (object not created locally)
72015 src/com/itac/packetfetcher/PacketFetcher.java 511 Potential violation of Law of Demeter (method chain calls)
72016 src/com/itac/packetfetcher/PacketFetcher.java 511 Potential violation of Law of Demeter (method chain calls)
72017 src/com/itac/packetfetcher/PacketFetcher.java 512 Potential violation of Law of Demeter (method chain calls)
72018 src/com/itac/packetfetcher/PacketFetcher.java 512 Potential violation of Law of Demeter (method chain calls)
72019 src/com/itac/packetfetcher/PacketFetcher.java 513 Potential violation of Law of Demeter (method chain calls)
72020 src/com/itac/packetfetcher/PacketFetcher.java 513 Potential violation of Law of Demeter (method chain calls)
72021 src/com/itac/packetfetcher/PacketFetcher.java 513 Potential violation of Law of Demeter (object not created locally)
72022 src/com/itac/packetfetcher/PacketFetcher.java 519 Avoid using if statements without curly braces
72023 src/com/itac/packetfetcher/PacketFetcher.java 520 Potential violation of Law of Demeter (object not created locally)
72024 src/com/itac/packetfetcher/PacketFetcher.java 525 Potential violation of Law of Demeter (method chain calls)
72025 src/com/itac/packetfetcher/PacketFetcher.java 525 Potential violation of Law of Demeter (method chain calls)
72026 src/com/itac/packetfetcher/PacketFetcher.java 529 Local variable 'maxParamId' could be declared final
72027 src/com/itac/packetfetcher/PacketFetcher.java 531 Avoid if (x != y) ..; else ..;
72028 src/com/itac/packetfetcher/PacketFetcher.java 542 Local variable 'tripPktList' could be declared final
72029 src/com/itac/packetfetcher/PacketFetcher.java 544 Avoid instantiating new objects inside loops
72030 src/com/itac/packetfetcher/PacketFetcher.java 544 Consider replacing this Hashtable with the newer java.util.Map
72031 src/com/itac/packetfetcher/PacketFetcher.java 544 Local variable 'hashAlerts' could be declared final
72032 src/com/itac/packetfetcher/PacketFetcher.java 550 Avoid instantiating new objects inside loops
72033 src/com/itac/packetfetcher/PacketFetcher.java 552 Assigning an Object to null is a code smell. Consider refactoring.
72034 src/com/itac/packetfetcher/PacketFetcher.java 557 Position literals first in String comparisons
72035 src/com/itac/packetfetcher/PacketFetcher.java 557 Potential violation of Law of Demeter (object not created locally)
72036 src/com/itac/packetfetcher/PacketFetcher.java 564 Local variable 'monlist' could be declared final
72037 src/com/itac/packetfetcher/PacketFetcher.java 565 Avoid using Literals in Conditional Statements
72038 src/com/itac/packetfetcher/PacketFetcher.java 565 Potential violation of Law of Demeter (object not created locally)
72039 src/com/itac/packetfetcher/PacketFetcher.java 565 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
72040 src/com/itac/packetfetcher/PacketFetcher.java 566 Avoid instantiating new objects inside loops
72041 src/com/itac/packetfetcher/PacketFetcher.java 566 Potential violation of Law of Demeter (object not created locally)
72042 src/com/itac/packetfetcher/PacketFetcher.java 567 Local variable 'moniter' could be declared final
72043 src/com/itac/packetfetcher/PacketFetcher.java 567 Potential violation of Law of Demeter (object not created locally)
72044 src/com/itac/packetfetcher/PacketFetcher.java 572 Avoid using if statements without curly braces
72045 src/com/itac/packetfetcher/PacketFetcher.java 574 Avoid instantiating new objects inside loops
72046 src/com/itac/packetfetcher/PacketFetcher.java 574 Potential violation of Law of Demeter (method chain calls)
72047 src/com/itac/packetfetcher/PacketFetcher.java 574 Potential violation of Law of Demeter (method chain calls)
72048 src/com/itac/packetfetcher/PacketFetcher.java 582 Avoid instantiating new objects inside loops
72049 src/com/itac/packetfetcher/PacketFetcher.java 583 Assigning an Object to null is a code smell. Consider refactoring.
72050 src/com/itac/packetfetcher/PacketFetcher.java 586 System.out.print is used
72051 src/com/itac/packetfetcher/PacketFetcher.java 592 System.arraycopy is more efficient
72052 src/com/itac/packetfetcher/PacketFetcher.java 598 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72053 src/com/itac/packetfetcher/PacketFetcher.java 599 Avoid printStackTrace(); use a logger call instead.
72054 src/com/itac/packetfetcher/PacketFetcher.java 599 Potential violation of Law of Demeter (object not created locally)
72055 src/com/itac/packetfetcher/PacketFetcher.java 606 Parameter 'vehicleType' is not assigned and could be declared final
72056 src/com/itac/packetfetcher/PacketFetcher.java 607 Parameter 'cbList' is not assigned and could be declared final
72057 src/com/itac/packetfetcher/PacketFetcher.java 607 Parameter 'fuelVolt' is not assigned and could be declared final
72058 src/com/itac/packetfetcher/PacketFetcher.java 612 Potential violation of Law of Demeter (method chain calls)
72059 src/com/itac/packetfetcher/PacketFetcher.java 613 Potential violation of Law of Demeter (method chain calls)
72060 src/com/itac/packetfetcher/PacketFetcher.java 618 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72061 src/com/itac/packetfetcher/PacketFetcher.java 619 There is log block not surrounded by if
72062 src/com/itac/packetfetcher/PacketFetcher.java 620 Avoid empty finally blocks
72063 src/com/itac/packetfetcher/PacketFetcher.java 628 Parameter 'lstMaxParam' is not assigned and could be declared final
72064 src/com/itac/packetfetcher/PacketFetcher.java 628 Parameter 'tripId' is not assigned and could be declared final
72065 src/com/itac/packetfetcher/PacketFetcher.java 628 publicMethodCommentRequirement Required
72066 src/com/itac/packetfetcher/PacketFetcher.java 629 Parameter 'fromDate' is not assigned and could be declared final
72067 src/com/itac/packetfetcher/PacketFetcher.java 629 Parameter 'nonTripID' is not assigned and could be declared final
72068 src/com/itac/packetfetcher/PacketFetcher.java 629 Parameter 'organizationId' is not assigned and could be declared final
72069 src/com/itac/packetfetcher/PacketFetcher.java 629 Parameter 'sessionValue' is not assigned and could be declared final
72070 src/com/itac/packetfetcher/PacketFetcher.java 629 Parameter 'toDate' is not assigned and could be declared final
72071 src/com/itac/packetfetcher/PacketFetcher.java 633 Position literals first in String comparisons
72072 src/com/itac/packetfetcher/PacketFetcher.java 634 Avoid if (x != y) ..; else ..;
72073 src/com/itac/packetfetcher/PacketFetcher.java 654 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72074 src/com/itac/packetfetcher/PacketFetcher.java 655 There is log block not surrounded by if
72075 src/com/itac/packetfetcher/PacketFetcher.java 661 Parameter 'pktlist' is not assigned and could be declared final
72076 src/com/itac/packetfetcher/PacketFetcher.java 661 The method 'processPacketList' has a Cyclomatic Complexity of 11.
72077 src/com/itac/packetfetcher/PacketFetcher.java 661 publicMethodCommentRequirement Required
72078 src/com/itac/packetfetcher/PacketFetcher.java 662 Avoid using implementation types like 'Hashtable'; use the interface instead
72079 src/com/itac/packetfetcher/PacketFetcher.java 662 Consider replacing this Hashtable with the newer java.util.Map
72080 src/com/itac/packetfetcher/PacketFetcher.java 662 Parameter 'fuelCalibList' is not assigned and could be declared final
72081 src/com/itac/packetfetcher/PacketFetcher.java 662 Parameter 'hashAlerts' is not assigned and could be declared final
72082 src/com/itac/packetfetcher/PacketFetcher.java 662 Parameter 'vehicleType' is not assigned and could be declared final
72083 src/com/itac/packetfetcher/PacketFetcher.java 664 Local variable 'decimalFormat' could be declared final
72084 src/com/itac/packetfetcher/PacketFetcher.java 673 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
72085 src/com/itac/packetfetcher/PacketFetcher.java 675 Local variable 'moniter' could be declared final
72086 src/com/itac/packetfetcher/PacketFetcher.java 678 Local variable 'rows' could be declared final
72087 src/com/itac/packetfetcher/PacketFetcher.java 679 Potential violation of Law of Demeter (method chain calls)
72088 src/com/itac/packetfetcher/PacketFetcher.java 679 Potential violation of Law of Demeter (method chain calls)
72089 src/com/itac/packetfetcher/PacketFetcher.java 681 Local variable 'tripParamId' could be declared final
72090 src/com/itac/packetfetcher/PacketFetcher.java 682 Local variable 'eventCode' could be declared final
72091 src/com/itac/packetfetcher/PacketFetcher.java 683 Potential violation of Law of Demeter (method chain calls)
72092 src/com/itac/packetfetcher/PacketFetcher.java 699 Potential violation of Law of Demeter (method chain calls)
72093 src/com/itac/packetfetcher/PacketFetcher.java 703 Avoid instantiating new objects inside loops
72094 src/com/itac/packetfetcher/PacketFetcher.java 704 Potential violation of Law of Demeter (method chain calls)
72095 src/com/itac/packetfetcher/PacketFetcher.java 704 Potential violation of Law of Demeter (method chain calls)
72096 src/com/itac/packetfetcher/PacketFetcher.java 707 Potential violation of Law of Demeter (method chain calls)
72097 src/com/itac/packetfetcher/PacketFetcher.java 707 Potential violation of Law of Demeter (method chain calls)
72098 src/com/itac/packetfetcher/PacketFetcher.java 707 Potential violation of Law of Demeter (method chain calls)
72099 src/com/itac/packetfetcher/PacketFetcher.java 712 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72100 src/com/itac/packetfetcher/PacketFetcher.java 713 There is log block not surrounded by if
72101 src/com/itac/packetfetcher/PacketFetcher.java 719 Parameter 'masterList' is not assigned and could be declared final
72102 src/com/itac/packetfetcher/PacketFetcher.java 719 Return an empty array rather than null.
72103 src/com/itac/packetfetcher/PacketFetcher.java 719 publicMethodCommentRequirement Required
72104 src/com/itac/packetfetcher/PacketFetcher.java 722 Avoid using Literals in Conditional Statements
72105 src/com/itac/packetfetcher/PacketFetcher.java 722 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
72106 src/com/itac/packetfetcher/PacketFetcher.java 724 Local variable 'masteriter' could be declared final
72107 src/com/itac/packetfetcher/PacketFetcher.java 727 Local variable 'rows' could be declared final
72108 src/com/itac/packetfetcher/PacketFetcher.java 728 Avoid instantiating new objects inside loops
72109 src/com/itac/packetfetcher/PacketFetcher.java 729 Potential violation of Law of Demeter (method chain calls)
72110 src/com/itac/packetfetcher/PacketFetcher.java 729 Potential violation of Law of Demeter (method chain calls)
72111 src/com/itac/packetfetcher/PacketFetcher.java 733 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72112 src/com/itac/packetfetcher/PacketFetcher.java 734 There is log block not surrounded by if
72113 src/com/itac/packetfetcher/PacketFetcher.java 741 Avoid using implementation types like 'Hashtable'; use the interface instead
72114 src/com/itac/packetfetcher/PacketFetcher.java 741 Consider replacing this Hashtable with the newer java.util.Map
72115 src/com/itac/packetfetcher/PacketFetcher.java 741 Parameter 'fromDate' is not assigned and could be declared final
72116 src/com/itac/packetfetcher/PacketFetcher.java 741 Parameter 'maxParamId' is not assigned and could be declared final
72117 src/com/itac/packetfetcher/PacketFetcher.java 741 Parameter 'toDate' is not assigned and could be declared final
72118 src/com/itac/packetfetcher/PacketFetcher.java 741 Parameter 'tripId' is not assigned and could be declared final
72119 src/com/itac/packetfetcher/PacketFetcher.java 741 publicMethodCommentRequirement Required
72120 src/com/itac/packetfetcher/PacketFetcher.java 744 Consider replacing this Hashtable with the newer java.util.Map
72121 src/com/itac/packetfetcher/PacketFetcher.java 744 Local variable 'alertTable' could be declared final
72122 src/com/itac/packetfetcher/PacketFetcher.java 748 Local variable 'alerts' could be declared final
72123 src/com/itac/packetfetcher/PacketFetcher.java 749 Potential violation of Law of Demeter (object not created locally)
72124 src/com/itac/packetfetcher/PacketFetcher.java 752 Local variable 'derive' could be declared final
72125 src/com/itac/packetfetcher/PacketFetcher.java 756 Avoid if (x != y) ..; else ..;
72126 src/com/itac/packetfetcher/PacketFetcher.java 775 Local variable 'alertiter' could be declared final
72127 src/com/itac/packetfetcher/PacketFetcher.java 775 Potential violation of Law of Demeter (object not created locally)
72128 src/com/itac/packetfetcher/PacketFetcher.java 777 Local variable 'rows' could be declared final
72129 src/com/itac/packetfetcher/PacketFetcher.java 779 Potential violation of Law of Demeter (method chain calls)
72130 src/com/itac/packetfetcher/PacketFetcher.java 779 Potential violation of Law of Demeter (method chain calls)
72131 src/com/itac/packetfetcher/PacketFetcher.java 779 Potential violation of Law of Demeter (object not created locally)
72132 src/com/itac/packetfetcher/PacketFetcher.java 783 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72133 src/com/itac/packetfetcher/PacketFetcher.java 784 There is log block not surrounded by if
72134 src/com/itac/readxml/ControlAlerts.java 3 headerCommentRequirement Required
72135 src/com/itac/readxml/ControlAlerts.java 4 Use explicit scoping instead of the default package private level
72136 src/com/itac/readxml/ControlAlerts.java 4 fieldCommentRequirement Required
72137 src/com/itac/readxml/ControlAlerts.java 5 Avoid using redundant field initializer for 'severealerts'
72138 src/com/itac/readxml/ControlAlerts.java 5 Use explicit scoping instead of the default package private level
72139 src/com/itac/readxml/ControlAlerts.java 5 fieldCommentRequirement Required
72140 src/com/itac/readxml/ControlAlerts.java 6 Avoid using redundant field initializer for 'mediumalerts'
72141 src/com/itac/readxml/ControlAlerts.java 6 Use explicit scoping instead of the default package private level
72142 src/com/itac/readxml/ControlAlerts.java 6 fieldCommentRequirement Required
72143 src/com/itac/readxml/ControlAlerts.java 7 Avoid using redundant field initializer for 'lowalerts'
72144 src/com/itac/readxml/ControlAlerts.java 7 Use explicit scoping instead of the default package private level
72145 src/com/itac/readxml/ControlAlerts.java 7 fieldCommentRequirement Required
72146 src/com/itac/readxml/ControlAlerts.java 8 publicMethodCommentRequirement Required
72147 src/com/itac/readxml/ControlAlerts.java 9 Returning 'severealerts' may expose an internal array.
72148 src/com/itac/readxml/ControlAlerts.java 11 Parameter 'severealerts' is not assigned and could be declared final
72149 src/com/itac/readxml/ControlAlerts.java 11 The user-supplied array 'severealerts' is stored directly.
72150 src/com/itac/readxml/ControlAlerts.java 11 publicMethodCommentRequirement Required
72151 src/com/itac/readxml/ControlAlerts.java 14 publicMethodCommentRequirement Required
72152 src/com/itac/readxml/ControlAlerts.java 15 Returning 'mediumalerts' may expose an internal array.
72153 src/com/itac/readxml/ControlAlerts.java 17 Parameter 'mediumalerts' is not assigned and could be declared final
72154 src/com/itac/readxml/ControlAlerts.java 17 The user-supplied array 'mediumalerts' is stored directly.
72155 src/com/itac/readxml/ControlAlerts.java 17 publicMethodCommentRequirement Required
72156 src/com/itac/readxml/ControlAlerts.java 20 publicMethodCommentRequirement Required
72157 src/com/itac/readxml/ControlAlerts.java 21 Returning 'lowalerts' may expose an internal array.
72158 src/com/itac/readxml/ControlAlerts.java 23 Parameter 'lowalerts' is not assigned and could be declared final
72159 src/com/itac/readxml/ControlAlerts.java 23 The user-supplied array 'lowalerts' is stored directly.
72160 src/com/itac/readxml/ControlAlerts.java 23 publicMethodCommentRequirement Required
72161 src/com/itac/readxml/ControlAlerts.java 26 publicMethodCommentRequirement Required
72162 src/com/itac/readxml/ControlAlerts.java 29 Parameter 'fieldname' is not assigned and could be declared final
72163 src/com/itac/readxml/ControlAlerts.java 29 publicMethodCommentRequirement Required
72164 src/com/itac/readxml/ControlAlerts.java 33 Parameter 'fieldname' is not assigned and could be declared final
72165 src/com/itac/readxml/ControlAlerts.java 33 Parameter 'lowalerts' is not assigned and could be declared final
72166 src/com/itac/readxml/ControlAlerts.java 33 Parameter 'mediumalerts' is not assigned and could be declared final
72167 src/com/itac/readxml/ControlAlerts.java 33 Parameter 'severealerts' is not assigned and could be declared final
72168 src/com/itac/readxml/ControlAlerts.java 33 The user-supplied array 'lowalerts' is stored directly.
72169 src/com/itac/readxml/ControlAlerts.java 33 The user-supplied array 'mediumalerts' is stored directly.
72170 src/com/itac/readxml/ControlAlerts.java 33 The user-supplied array 'severealerts' is stored directly.
72171 src/com/itac/readxml/ControlAlerts.java 33 publicMethodCommentRequirement Required
72172 src/com/itac/readxml/Controls.java 3 headerCommentRequirement Required
72173 src/com/itac/readxml/Controls.java 4 Use explicit scoping instead of the default package private level
72174 src/com/itac/readxml/Controls.java 4 fieldCommentRequirement Required
72175 src/com/itac/readxml/Controls.java 5 Use explicit scoping instead of the default package private level
72176 src/com/itac/readxml/Controls.java 5 Variables should start with a lowercase character, 'ControlsArray' starts with uppercase character.
72177 src/com/itac/readxml/Controls.java 5 fieldCommentRequirement Required
72178 src/com/itac/readxml/Controls.java 7 publicMethodCommentRequirement Required
72179 src/com/itac/readxml/Controls.java 10 Parameter 'vehicleid' is not assigned and could be declared final
72180 src/com/itac/readxml/Controls.java 10 publicMethodCommentRequirement Required
72181 src/com/itac/readxml/Controls.java 13 publicMethodCommentRequirement Required
72182 src/com/itac/readxml/Controls.java 14 Returning 'ControlsArray' may expose an internal array.
72183 src/com/itac/readxml/Controls.java 16 Parameter 'controlsArray' is not assigned and could be declared final
72184 src/com/itac/readxml/Controls.java 16 The user-supplied array 'controlsArray' is stored directly.
72185 src/com/itac/readxml/Controls.java 16 publicMethodCommentRequirement Required
72186 src/com/itac/readxml/Controls.java 19 Parameter 'controlsArray' is not assigned and could be declared final
72187 src/com/itac/readxml/Controls.java 19 Parameter 'vehicleid' is not assigned and could be declared final
72188 src/com/itac/readxml/Controls.java 19 The user-supplied array 'controlsArray' is stored directly.
72189 src/com/itac/readxml/Controls.java 19 publicMethodCommentRequirement Required
72190 src/com/itac/readxml/OrgControlMapping.java 3 headerCommentRequirement Required
72191 src/com/itac/readxml/OrgControlMapping.java 4 Variables should start with a lowercase character, 'Controls' starts with uppercase character.
72192 src/com/itac/readxml/OrgControlMapping.java 4 fieldCommentRequirement Required
72193 src/com/itac/readxml/OrgControlMapping.java 5 Avoid excessively long variable names like ControlAlertsCollection
72194 src/com/itac/readxml/OrgControlMapping.java 5 Avoid using redundant field initializer for 'ControlAlertsCollection'
72195 src/com/itac/readxml/OrgControlMapping.java 5 Variables should start with a lowercase character, 'ControlAlertsCollection' starts with uppercase character.
72196 src/com/itac/readxml/OrgControlMapping.java 5 fieldCommentRequirement Required
72197 src/com/itac/readxml/OrgControlMapping.java 6 Document empty constructor
72198 src/com/itac/readxml/OrgControlMapping.java 6 publicMethodCommentRequirement Required
72199 src/com/itac/readxml/OrgControlMapping.java 11 Parameter 'Controls' is not assigned and could be declared final
72200 src/com/itac/readxml/OrgControlMapping.java 11 The user-supplied array 'Controls' is stored directly.
72201 src/com/itac/readxml/OrgControlMapping.java 11 Variables should start with a lowercase character, 'Controls' starts with uppercase character.
72202 src/com/itac/readxml/OrgControlMapping.java 11 publicMethodCommentRequirement Required
72203 src/com/itac/readxml/OrgControlMapping.java 15 Parameter 'controls' is not assigned and could be declared final
72204 src/com/itac/readxml/OrgControlMapping.java 15 The user-supplied array 'controls' is stored directly.
72205 src/com/itac/readxml/OrgControlMapping.java 15 publicMethodCommentRequirement Required
72206 src/com/itac/readxml/OrgControlMapping.java 16 Avoid excessively long variable names like controlAlertsCollection
72207 src/com/itac/readxml/OrgControlMapping.java 16 Parameter 'controlAlertsCollection' is not assigned and could be declared final
72208 src/com/itac/readxml/OrgControlMapping.java 16 The user-supplied array 'controlAlertsCollection' is stored directly.
72209 src/com/itac/readxml/OrgControlMapping.java 21 publicMethodCommentRequirement Required
72210 src/com/itac/readxml/OrgControlMapping.java 22 Returning 'Controls' may expose an internal array.
72211 src/com/itac/readxml/OrgControlMapping.java 24 Parameter 'controls' is not assigned and could be declared final
72212 src/com/itac/readxml/OrgControlMapping.java 24 The user-supplied array 'controls' is stored directly.
72213 src/com/itac/readxml/OrgControlMapping.java 24 publicMethodCommentRequirement Required
72214 src/com/itac/readxml/OrgControlMapping.java 27 publicMethodCommentRequirement Required
72215 src/com/itac/readxml/OrgControlMapping.java 28 Returning 'ControlAlertsCollection' may expose an internal array.
72216 src/com/itac/readxml/OrgControlMapping.java 31 Avoid excessively long variable names like controlAlertsCollection
72217 src/com/itac/readxml/OrgControlMapping.java 31 Parameter 'controlAlertsCollection' is not assigned and could be declared final
72218 src/com/itac/readxml/OrgControlMapping.java 31 The user-supplied array 'controlAlertsCollection' is stored directly.
72219 src/com/itac/readxml/OrgControlMapping.java 31 publicMethodCommentRequirement Required
72220 src/com/itac/readxml/ReadControl.java 7 Avoid unused imports such as 'org.w3c.dom.DOMException'
72221 src/com/itac/readxml/ReadControl.java 14 Avoid unused imports such as 'com.google.gson.Gson'
72222 src/com/itac/readxml/ReadControl.java 23 headerCommentRequirement Required
72223 src/com/itac/readxml/ReadControl.java 24 Found non-transient, non-static member. Please mark as transient or provide accessors.
72224 src/com/itac/readxml/ReadControl.java 24 Use explicit scoping instead of the default package private level
72225 src/com/itac/readxml/ReadControl.java 24 fieldCommentRequirement Required
72226 src/com/itac/readxml/ReadControl.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
72227 src/com/itac/readxml/ReadControl.java 25 Use explicit scoping instead of the default package private level
72228 src/com/itac/readxml/ReadControl.java 25 fieldCommentRequirement Required
72229 src/com/itac/readxml/ReadControl.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
72230 src/com/itac/readxml/ReadControl.java 26 Use explicit scoping instead of the default package private level
72231 src/com/itac/readxml/ReadControl.java 26 fieldCommentRequirement Required
72232 src/com/itac/readxml/ReadControl.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
72233 src/com/itac/readxml/ReadControl.java 27 Use explicit scoping instead of the default package private level
72234 src/com/itac/readxml/ReadControl.java 27 fieldCommentRequirement Required
72235 src/com/itac/readxml/ReadControl.java 29 Avoid using implementation types like 'Hashtable'; use the interface instead
72236 src/com/itac/readxml/ReadControl.java 29 Consider replacing this Hashtable with the newer java.util.Map
72237 src/com/itac/readxml/ReadControl.java 29 Parameter 'input' is not assigned and could be declared final
72238 src/com/itac/readxml/ReadControl.java 29 publicMethodCommentRequirement Required
72239 src/com/itac/readxml/ReadControl.java 31 Local variable 'dBuilder' could be declared final
72240 src/com/itac/readxml/ReadControl.java 32 Local variable 'doc' could be declared final
72241 src/com/itac/readxml/ReadControl.java 33 Potential violation of Law of Demeter (method chain calls)
72242 src/com/itac/readxml/ReadControl.java 34 Local variable 'orgid' could be declared final
72243 src/com/itac/readxml/ReadControl.java 34 Potential violation of Law of Demeter (method chain calls)
72244 src/com/itac/readxml/ReadControl.java 34 Potential violation of Law of Demeter (method chain calls)
72245 src/com/itac/readxml/ReadControl.java 35 Found 'DU'-anomaly for variable 'organizationId' (lines '35'-'107').
72246 src/com/itac/readxml/ReadControl.java 35 Local variable 'organizationId' could be declared final
72247 src/com/itac/readxml/ReadControl.java 36 Local variable 'nList' could be declared final
72248 src/com/itac/readxml/ReadControl.java 40 Local variable 'nNode' could be declared final
72249 src/com/itac/readxml/ReadControl.java 43 Local variable 'eElement' could be declared final
72250 src/com/itac/readxml/ReadControl.java 45 Potential violation of Law of Demeter (method chain calls)
72251 src/com/itac/readxml/ReadControl.java 46 Found 'DD'-anomaly for variable 'controlArr' (lines '46'-'46').
72252 src/com/itac/readxml/ReadControl.java 46 Found 'DD'-anomaly for variable 'controlArr' (lines '46'-'57').
72253 src/com/itac/readxml/ReadControl.java 46 Found 'DU'-anomaly for variable 'controlArr' (lines '46'-'107').
72254 src/com/itac/readxml/ReadControl.java 48 Found 'DD'-anomaly for variable 'values' (lines '48'-'48').
72255 src/com/itac/readxml/ReadControl.java 48 Found 'DD'-anomaly for variable 'values' (lines '48'-'53').
72256 src/com/itac/readxml/ReadControl.java 48 Found 'DU'-anomaly for variable 'values' (lines '48'-'107').
72257 src/com/itac/readxml/ReadControl.java 49 Local variable 'nodevalues' could be declared final
72258 src/com/itac/readxml/ReadControl.java 50 Avoid instantiating new objects inside loops
72259 src/com/itac/readxml/ReadControl.java 50 Found 'DD'-anomaly for variable 'controlsarray' (lines '50'-'63').
72260 src/com/itac/readxml/ReadControl.java 53 Potential violation of Law of Demeter (method chain calls)
72261 src/com/itac/readxml/ReadControl.java 54 Found 'DD'-anomaly for variable 'vehicleid' (lines '54'-'55').
72262 src/com/itac/readxml/ReadControl.java 55 Potential violation of Law of Demeter (method chain calls)
72263 src/com/itac/readxml/ReadControl.java 55 Potential violation of Law of Demeter (method chain calls)
72264 src/com/itac/readxml/ReadControl.java 55 Potential violation of Law of Demeter (method chain calls)
72265 src/com/itac/readxml/ReadControl.java 56 Avoid instantiating new objects inside loops
72266 src/com/itac/readxml/ReadControl.java 56 Local variable 'strToken' could be declared final
72267 src/com/itac/readxml/ReadControl.java 57 Avoid instantiating new objects inside loops
72268 src/com/itac/readxml/ReadControl.java 57 Found 'DD'-anomaly for variable 'controlArr' (lines '57'-'60').
72269 src/com/itac/readxml/ReadControl.java 58 Found 'DD'-anomaly for variable 'count' (lines '58'-'58').
72270 src/com/itac/readxml/ReadControl.java 58 Found 'DU'-anomaly for variable 'count' (lines '58'-'107').
72271 src/com/itac/readxml/ReadControl.java 60 Found 'DD'-anomaly for variable 'controlArr' (lines '60'-'60').
72272 src/com/itac/readxml/ReadControl.java 61 Found 'DD'-anomaly for variable 'count' (lines '61'-'58').
72273 src/com/itac/readxml/ReadControl.java 61 Found 'DU'-anomaly for variable 'count' (lines '61'-'107').
72274 src/com/itac/readxml/ReadControl.java 63 Avoid instantiating new objects inside loops
72275 src/com/itac/readxml/ReadControl.java 63 Found 'DD'-anomaly for variable 'controlsarray' (lines '63'-'63').
72276 src/com/itac/readxml/ReadControl.java 68 Local variable 'nodelist' could be declared final
72277 src/com/itac/readxml/ReadControl.java 69 Avoid excessively long variable names like controlalertscollection
72278 src/com/itac/readxml/ReadControl.java 69 Avoid instantiating new objects inside loops
72279 src/com/itac/readxml/ReadControl.java 69 Found 'DD'-anomaly for variable 'controlalertscollection' (lines '69'-'97').
72280 src/com/itac/readxml/ReadControl.java 73 Local variable 'node' could be declared final
72281 src/com/itac/readxml/ReadControl.java 74 Local variable 'attribute' could be declared final
72282 src/com/itac/readxml/ReadControl.java 74 Potential violation of Law of Demeter (method chain calls)
72283 src/com/itac/readxml/ReadControl.java 74 Potential violation of Law of Demeter (method chain calls)
72284 src/com/itac/readxml/ReadControl.java 76 Local variable 'alertNode' could be declared final
72285 src/com/itac/readxml/ReadControl.java 78 Local variable 'severealerts' could be declared final
72286 src/com/itac/readxml/ReadControl.java 79 Local variable 'mediumalerts' could be declared final
72287 src/com/itac/readxml/ReadControl.java 80 Local variable 'lowalerts' could be declared final
72288 src/com/itac/readxml/ReadControl.java 82 Comment is too large: Too many lines
72289 src/com/itac/readxml/ReadControl.java 96 Avoid instantiating new objects inside loops
72290 src/com/itac/readxml/ReadControl.java 96 Local variable 'ctrlalerts' could be declared final
72291 src/com/itac/readxml/ReadControl.java 97 Found 'DD'-anomaly for variable 'controlalertscollection' (lines '97'-'97').
72292 src/com/itac/readxml/ReadControl.java 100 Avoid instantiating new objects inside loops
72293 src/com/itac/readxml/ReadControl.java 109 Parameter 'alertNode' is not assigned and could be declared final
72294 src/com/itac/readxml/ReadControl.java 109 Parameter 'alerttype' is not assigned and could be declared final
72295 src/com/itac/readxml/ReadControl.java 109 publicMethodCommentRequirement Required
72296 src/com/itac/readxml/ReadControl.java 112 Local variable 'severenodes' could be declared final
72297 src/com/itac/readxml/ReadControl.java 113 Found 'DD'-anomaly for variable 'alerts' (lines '113'-'117').
72298 src/com/itac/readxml/ReadControl.java 113 Found 'DU'-anomaly for variable 'alerts' (lines '113'-'134').
72299 src/com/itac/readxml/ReadControl.java 114 Found 'DD'-anomaly for variable 'AlertArr' (lines '114'-'119').
72300 src/com/itac/readxml/ReadControl.java 114 Variables should start with a lowercase character, 'AlertArr' starts with uppercase character.
72301 src/com/itac/readxml/ReadControl.java 115 Potential violation of Law of Demeter (object not created locally)
72302 src/com/itac/readxml/ReadControl.java 117 Potential violation of Law of Demeter (method chain calls)
72303 src/com/itac/readxml/ReadControl.java 117 Potential violation of Law of Demeter (object not created locally)
72304 src/com/itac/readxml/ReadControl.java 118 Local variable 'AlertTokens' could be declared final
72305 src/com/itac/readxml/ReadControl.java 118 Variables should start with a lowercase character, 'AlertTokens' starts with uppercase character.
72306 src/com/itac/readxml/ReadControl.java 119 Found 'DD'-anomaly for variable 'AlertArr' (lines '119'-'122').
72307 src/com/itac/readxml/ReadControl.java 119 Potential violation of Law of Demeter (object not created locally)
72308 src/com/itac/readxml/ReadControl.java 120 Found 'DU'-anomaly for variable 'alertcount' (lines '120'-'134').
72309 src/com/itac/readxml/ReadControl.java 121 Potential violation of Law of Demeter (object not created locally)
72310 src/com/itac/readxml/ReadControl.java 122 Found 'DD'-anomaly for variable 'AlertArr' (lines '122'-'122').
72311 src/com/itac/readxml/ReadControl.java 122 Potential violation of Law of Demeter (object not created locally)
72312 src/com/itac/readxml/ReadControl.java 123 Found 'DU'-anomaly for variable 'alertcount' (lines '123'-'134').
72313 src/com/itac/readxml/ReadControl.java 127 A method should have only one exit point, and that should be the last statement in the method
72314 src/com/itac/readxml/ReadControl.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72315 src/com/itac/readxml/ReadControl.java 130 Avoid printStackTrace(); use a logger call instead.
72316 src/com/itac/readxml/ReadControl.java 130 Potential violation of Law of Demeter (object not created locally)
72317 src/com/itac/reporthandler/Alert.java 1 A high number of imports can indicate a high degree of coupling within an object.
72318 src/com/itac/reporthandler/Alert.java 1 Possible God class (WMC=152, ATFD=354, TCC=0.10909090909090909)
72319 src/com/itac/reporthandler/Alert.java 35 Avoid unused imports such as 'java.util.Locale'
72320 src/com/itac/reporthandler/Alert.java 37 Avoid unused imports such as 'java.util.StringTokenizer'
72321 src/com/itac/reporthandler/Alert.java 38 Avoid unused imports such as 'javax.lang.model.util.Types'
72322 src/com/itac/reporthandler/Alert.java 39 Avoid unused imports such as 'java.util.TimeZone'
72323 src/com/itac/reporthandler/Alert.java 44 Avoid unused imports such as 'com.itac.bean.AlertHistory'
72324 src/com/itac/reporthandler/Alert.java 45 Avoid unused imports such as 'com.itac.bean.TripParameters'
72325 src/com/itac/reporthandler/Alert.java 48 Avoid unused imports such as 'com.itac.hibernatefactory.InputData'
72326 src/com/itac/reporthandler/Alert.java 59 Avoid unused imports such as 'com.itac.vo.TripAlertVO'
72327 src/com/itac/reporthandler/Alert.java 67 Avoid really long classes.
72328 src/com/itac/reporthandler/Alert.java 67 The class 'Alert' has a Cyclomatic Complexity of 14 (Highest = 28).
72329 src/com/itac/reporthandler/Alert.java 67 Too many fields
72330 src/com/itac/reporthandler/Alert.java 67 headerCommentRequirement Required
72331 src/com/itac/reporthandler/Alert.java 69 The Logger variable declaration does not contain the static and final modifiers
72332 src/com/itac/reporthandler/Alert.java 69 fieldCommentRequirement Required
72333 src/com/itac/reporthandler/Alert.java 72 Found non-transient, non-static member. Please mark as transient or provide accessors.
72334 src/com/itac/reporthandler/Alert.java 72 Use explicit scoping instead of the default package private level
72335 src/com/itac/reporthandler/Alert.java 72 fieldCommentRequirement Required
72336 src/com/itac/reporthandler/Alert.java 75 Avoid using redundant field initializer for 'alertids'
72337 src/com/itac/reporthandler/Alert.java 75 Found non-transient, non-static member. Please mark as transient or provide accessors.
72338 src/com/itac/reporthandler/Alert.java 75 Use explicit scoping instead of the default package private level
72339 src/com/itac/reporthandler/Alert.java 75 fieldCommentRequirement Required
72340 src/com/itac/reporthandler/Alert.java 76 Avoid using redundant field initializer for 'vehicles'
72341 src/com/itac/reporthandler/Alert.java 76 Found non-transient, non-static member. Please mark as transient or provide accessors.
72342 src/com/itac/reporthandler/Alert.java 76 Use explicit scoping instead of the default package private level
72343 src/com/itac/reporthandler/Alert.java 76 fieldCommentRequirement Required
72344 src/com/itac/reporthandler/Alert.java 77 Avoid using redundant field initializer for 'tripIds'
72345 src/com/itac/reporthandler/Alert.java 77 Use explicit scoping instead of the default package private level
72346 src/com/itac/reporthandler/Alert.java 77 fieldCommentRequirement Required
72347 src/com/itac/reporthandler/Alert.java 78 Avoid using redundant field initializer for 'alertVo'
72348 src/com/itac/reporthandler/Alert.java 78 Found non-transient, non-static member. Please mark as transient or provide accessors.
72349 src/com/itac/reporthandler/Alert.java 78 Use explicit scoping instead of the default package private level
72350 src/com/itac/reporthandler/Alert.java 78 fieldCommentRequirement Required
72351 src/com/itac/reporthandler/Alert.java 80 Avoid using redundant field initializer for 'alerts'
72352 src/com/itac/reporthandler/Alert.java 80 Found non-transient, non-static member. Please mark as transient or provide accessors.
72353 src/com/itac/reporthandler/Alert.java 80 Use explicit scoping instead of the default package private level
72354 src/com/itac/reporthandler/Alert.java 80 fieldCommentRequirement Required
72355 src/com/itac/reporthandler/Alert.java 81 Avoid using redundant field initializer for 'tempalerts'
72356 src/com/itac/reporthandler/Alert.java 81 Found non-transient, non-static member. Please mark as transient or provide accessors.
72357 src/com/itac/reporthandler/Alert.java 81 Use explicit scoping instead of the default package private level
72358 src/com/itac/reporthandler/Alert.java 81 fieldCommentRequirement Required
72359 src/com/itac/reporthandler/Alert.java 82 Avoid using redundant field initializer for 'vehicleAlerts'
72360 src/com/itac/reporthandler/Alert.java 82 Found non-transient, non-static member. Please mark as transient or provide accessors.
72361 src/com/itac/reporthandler/Alert.java 82 Use explicit scoping instead of the default package private level
72362 src/com/itac/reporthandler/Alert.java 82 fieldCommentRequirement Required
72363 src/com/itac/reporthandler/Alert.java 83 Avoid using redundant field initializer for 'tempvehicleAlerts'
72364 src/com/itac/reporthandler/Alert.java 83 Found non-transient, non-static member. Please mark as transient or provide accessors.
72365 src/com/itac/reporthandler/Alert.java 83 Use explicit scoping instead of the default package private level
72366 src/com/itac/reporthandler/Alert.java 83 fieldCommentRequirement Required
72367 src/com/itac/reporthandler/Alert.java 84 Avoid using redundant field initializer for 'alertCount'
72368 src/com/itac/reporthandler/Alert.java 84 Found non-transient, non-static member. Please mark as transient or provide accessors.
72369 src/com/itac/reporthandler/Alert.java 84 Use explicit scoping instead of the default package private level
72370 src/com/itac/reporthandler/Alert.java 84 fieldCommentRequirement Required
72371 src/com/itac/reporthandler/Alert.java 85 Avoid using redundant field initializer for 'alertInfo'
72372 src/com/itac/reporthandler/Alert.java 85 Use explicit scoping instead of the default package private level
72373 src/com/itac/reporthandler/Alert.java 85 fieldCommentRequirement Required
72374 src/com/itac/reporthandler/Alert.java 86 Found non-transient, non-static member. Please mark as transient or provide accessors.
72375 src/com/itac/reporthandler/Alert.java 86 Use explicit scoping instead of the default package private level
72376 src/com/itac/reporthandler/Alert.java 86 fieldCommentRequirement Required
72377 src/com/itac/reporthandler/Alert.java 91 Found non-transient, non-static member. Please mark as transient or provide accessors.
72378 src/com/itac/reporthandler/Alert.java 91 The String literal "yyyy-MM-dd HH:mm:ss" appears 7 times in this file; the first occurrence is on line 91
72379 src/com/itac/reporthandler/Alert.java 91 Use explicit scoping instead of the default package private level
72380 src/com/itac/reporthandler/Alert.java 91 When instantiating a SimpleDateFormat object, specify a Locale
72381 src/com/itac/reporthandler/Alert.java 91 fieldCommentRequirement Required
72382 src/com/itac/reporthandler/Alert.java 94 Avoid using redundant field initializer for 'alertsids'
72383 src/com/itac/reporthandler/Alert.java 94 Found non-transient, non-static member. Please mark as transient or provide accessors.
72384 src/com/itac/reporthandler/Alert.java 94 Use explicit scoping instead of the default package private level
72385 src/com/itac/reporthandler/Alert.java 94 fieldCommentRequirement Required
72386 src/com/itac/reporthandler/Alert.java 95 Found non-transient, non-static member. Please mark as transient or provide accessors.
72387 src/com/itac/reporthandler/Alert.java 95 Use explicit scoping instead of the default package private level
72388 src/com/itac/reporthandler/Alert.java 95 fieldCommentRequirement Required
72389 src/com/itac/reporthandler/Alert.java 96 Found non-transient, non-static member. Please mark as transient or provide accessors.
72390 src/com/itac/reporthandler/Alert.java 96 Use explicit scoping instead of the default package private level
72391 src/com/itac/reporthandler/Alert.java 96 fieldCommentRequirement Required
72392 src/com/itac/reporthandler/Alert.java 97 Avoid unused private fields such as 'i'.
72393 src/com/itac/reporthandler/Alert.java 97 Avoid variables with short names like i
72394 src/com/itac/reporthandler/Alert.java 97 fieldCommentRequirement Required
72395 src/com/itac/reporthandler/Alert.java 100 Avoid using implementation types like 'Hashtable'; use the interface instead
72396 src/com/itac/reporthandler/Alert.java 100 Consider replacing this Hashtable with the newer java.util.Map
72397 src/com/itac/reporthandler/Alert.java 100 Found 'UR'-anomaly for variable 'alert' (lines '100'-'158').
72398 src/com/itac/reporthandler/Alert.java 100 Found 'UR'-anomaly for variable 'vehicle' (lines '100'-'162').
72399 src/com/itac/reporthandler/Alert.java 100 Parameter 'inputData' is not assigned and could be declared final
72400 src/com/itac/reporthandler/Alert.java 100 publicMethodCommentRequirement Required
72401 src/com/itac/reporthandler/Alert.java 104 Found 'DD'-anomaly for variable 'alertcount' (lines '104'-'178').
72402 src/com/itac/reporthandler/Alert.java 104 Found 'DU'-anomaly for variable 'alertcount' (lines '104'-'195').
72403 src/com/itac/reporthandler/Alert.java 106 Found 'DU'-anomaly for variable 'organizationId' (lines '106'-'195').
72404 src/com/itac/reporthandler/Alert.java 106 Local variable 'organizationId' could be declared final
72405 src/com/itac/reporthandler/Alert.java 108 Found 'DU'-anomaly for variable 'fromDate' (lines '108'-'195').
72406 src/com/itac/reporthandler/Alert.java 108 Local variable 'fromDate' could be declared final
72407 src/com/itac/reporthandler/Alert.java 108 Potential violation of Law of Demeter (method chain calls)
72408 src/com/itac/reporthandler/Alert.java 108 Potential violation of Law of Demeter (method chain calls)
72409 src/com/itac/reporthandler/Alert.java 110 Potential violation of Law of Demeter (method chain calls)
72410 src/com/itac/reporthandler/Alert.java 110 Potential violation of Law of Demeter (method chain calls)
72411 src/com/itac/reporthandler/Alert.java 116 Found 'DU'-anomaly for variable 'toDate' (lines '116'-'195').
72412 src/com/itac/reporthandler/Alert.java 120 Found 'DU'-anomaly for variable 'count' (lines '120'-'195').
72413 src/com/itac/reporthandler/Alert.java 121 Found 'DU'-anomaly for variable 'count1' (lines '121'-'195').
72414 src/com/itac/reporthandler/Alert.java 124 Local variable 'alertIdQuery' could be declared final
72415 src/com/itac/reporthandler/Alert.java 126 Local variable 'alertList' could be declared final
72416 src/com/itac/reporthandler/Alert.java 130 Local variable 'alertIter' could be declared final
72417 src/com/itac/reporthandler/Alert.java 133 Local variable 'alertid' could be declared final
72418 src/com/itac/reporthandler/Alert.java 133 Potential violation of Law of Demeter (method chain calls)
72419 src/com/itac/reporthandler/Alert.java 134 Avoid instantiating String objects; this is usually unnecessary.
72420 src/com/itac/reporthandler/Alert.java 134 Avoid instantiating new objects inside loops
72421 src/com/itac/reporthandler/Alert.java 135 Found 'DU'-anomaly for variable 'count' (lines '135'-'195').
72422 src/com/itac/reporthandler/Alert.java 142 Local variable 'vehicleQuery' could be declared final
72423 src/com/itac/reporthandler/Alert.java 144 Local variable 'vehList' could be declared final
72424 src/com/itac/reporthandler/Alert.java 147 Local variable 'vehIter' could be declared final
72425 src/com/itac/reporthandler/Alert.java 150 Local variable 'vehId' could be declared final
72426 src/com/itac/reporthandler/Alert.java 150 Potential violation of Law of Demeter (method chain calls)
72427 src/com/itac/reporthandler/Alert.java 151 Avoid instantiating String objects; this is usually unnecessary.
72428 src/com/itac/reporthandler/Alert.java 151 Avoid instantiating new objects inside loops
72429 src/com/itac/reporthandler/Alert.java 152 Found 'DU'-anomaly for variable 'count1' (lines '152'-'195').
72430 src/com/itac/reporthandler/Alert.java 155 Found 'DD'-anomaly for variable 'temp' (lines '155'-'188').
72431 src/com/itac/reporthandler/Alert.java 155 Found 'DU'-anomaly for variable 'temp' (lines '155'-'195').
72432 src/com/itac/reporthandler/Alert.java 157 Local variable 'alert' could be declared final
72433 src/com/itac/reporthandler/Alert.java 158 Found 'DD'-anomaly for variable 'alertid' (lines '158'-'158').
72434 src/com/itac/reporthandler/Alert.java 158 Found 'DU'-anomaly for variable 'alertid' (lines '158'-'195').
72435 src/com/itac/reporthandler/Alert.java 158 Local variable 'alertid' could be declared final
72436 src/com/itac/reporthandler/Alert.java 159 Found 'DD'-anomaly for variable 'temp1' (lines '159'-'159').
72437 src/com/itac/reporthandler/Alert.java 159 Found 'DD'-anomaly for variable 'temp1' (lines '159'-'185').
72438 src/com/itac/reporthandler/Alert.java 159 Found 'DU'-anomaly for variable 'temp1' (lines '159'-'195').
72439 src/com/itac/reporthandler/Alert.java 160 Avoid instantiating new objects inside loops
72440 src/com/itac/reporthandler/Alert.java 161 Local variable 'vehicle' could be declared final
72441 src/com/itac/reporthandler/Alert.java 162 Local variable 'vehicleId' could be declared final
72442 src/com/itac/reporthandler/Alert.java 165 Local variable 'alertQuery' could be declared final
72443 src/com/itac/reporthandler/Alert.java 174 Local variable 'alertList' could be declared final
72444 src/com/itac/reporthandler/Alert.java 176 Local variable 'alertIter' could be declared final
72445 src/com/itac/reporthandler/Alert.java 180 Avoid instantiating new objects inside loops
72446 src/com/itac/reporthandler/Alert.java 185 Found 'DD'-anomaly for variable 'temp1' (lines '185'-'159').
72447 src/com/itac/reporthandler/Alert.java 185 Found 'DD'-anomaly for variable 'temp1' (lines '185'-'185').
72448 src/com/itac/reporthandler/Alert.java 185 Found 'DU'-anomaly for variable 'temp1' (lines '185'-'195').
72449 src/com/itac/reporthandler/Alert.java 186 Avoid instantiating new objects inside loops
72450 src/com/itac/reporthandler/Alert.java 188 Found 'DD'-anomaly for variable 'temp' (lines '188'-'188').
72451 src/com/itac/reporthandler/Alert.java 188 Found 'DU'-anomaly for variable 'temp' (lines '188'-'195').
72452 src/com/itac/reporthandler/Alert.java 190 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72453 src/com/itac/reporthandler/Alert.java 192 There is log block not surrounded by if
72454 src/com/itac/reporthandler/Alert.java 194 Returning 'alertVo' may expose an internal array.
72455 src/com/itac/reporthandler/Alert.java 199 Avoid really long methods.
72456 src/com/itac/reporthandler/Alert.java 199 Avoid using implementation types like 'Hashtable'; use the interface instead
72457 src/com/itac/reporthandler/Alert.java 199 Consider replacing this Hashtable with the newer java.util.Map
72458 src/com/itac/reporthandler/Alert.java 199 Parameter 'inputData' is not assigned and could be declared final
72459 src/com/itac/reporthandler/Alert.java 199 The method 'getAlert' has a Cyclomatic Complexity of 23.
72460 src/com/itac/reporthandler/Alert.java 199 The method getAlert() has an NCSS line count of 112
72461 src/com/itac/reporthandler/Alert.java 199 The method getAlert() has an NPath complexity of 790
72462 src/com/itac/reporthandler/Alert.java 199 publicMethodCommentRequirement Required
72463 src/com/itac/reporthandler/Alert.java 202 Found 'DD'-anomaly for variable 'fromTime' (lines '202'-'227').
72464 src/com/itac/reporthandler/Alert.java 203 Found 'DD'-anomaly for variable 'toTime' (lines '203'-'223').
72465 src/com/itac/reporthandler/Alert.java 204 Avoid declaring a variable if it is unreferenced before a possible exit point.
72466 src/com/itac/reporthandler/Alert.java 204 Found 'DU'-anomaly for variable 'vehAlertsVo' (lines '204'-'417').
72467 src/com/itac/reporthandler/Alert.java 204 Local variable 'vehAlertsVo' could be declared final
72468 src/com/itac/reporthandler/Alert.java 206 Avoid declaring a variable if it is unreferenced before a possible exit point.
72469 src/com/itac/reporthandler/Alert.java 206 Avoid unused local variables such as 'description'.
72470 src/com/itac/reporthandler/Alert.java 206 Found 'DU'-anomaly for variable 'description' (lines '206'-'417').
72471 src/com/itac/reporthandler/Alert.java 206 Local variable 'description' could be declared final
72472 src/com/itac/reporthandler/Alert.java 207 Found 'DD'-anomaly for variable 'paramid' (lines '207'-'291').
72473 src/com/itac/reporthandler/Alert.java 208 Avoid declaring a variable if it is unreferenced before a possible exit point.
72474 src/com/itac/reporthandler/Alert.java 208 Avoid unused local variables such as 'currentDateTime'.
72475 src/com/itac/reporthandler/Alert.java 208 Found 'DU'-anomaly for variable 'currentDateTime' (lines '208'-'417').
72476 src/com/itac/reporthandler/Alert.java 208 Local variable 'currentDateTime' could be declared final
72477 src/com/itac/reporthandler/Alert.java 209 Found 'DD'-anomaly for variable 'vehId' (lines '209'-'247').
72478 src/com/itac/reporthandler/Alert.java 210 Consider replacing this Hashtable with the newer java.util.Map
72479 src/com/itac/reporthandler/Alert.java 210 Found 'DU'-anomaly for variable 'fuelinput' (lines '210'-'417').
72480 src/com/itac/reporthandler/Alert.java 210 Local variable 'fuelinput' could be declared final
72481 src/com/itac/reporthandler/Alert.java 211 Found 'DD'-anomaly for variable 'latitude' (lines '211'-'345').
72482 src/com/itac/reporthandler/Alert.java 211 Found 'DU'-anomaly for variable 'latitude' (lines '211'-'417').
72483 src/com/itac/reporthandler/Alert.java 212 Found 'DD'-anomaly for variable 'longitude' (lines '212'-'350').
72484 src/com/itac/reporthandler/Alert.java 212 Found 'DU'-anomaly for variable 'longitude' (lines '212'-'417').
72485 src/com/itac/reporthandler/Alert.java 216 Local variable 'organizationId' could be declared final
72486 src/com/itac/reporthandler/Alert.java 216 Potential violation of Law of Demeter (method chain calls)
72487 src/com/itac/reporthandler/Alert.java 216 Potential violation of Law of Demeter (method chain calls)
72488 src/com/itac/reporthandler/Alert.java 216 Potential violation of Law of Demeter (method chain calls)
72489 src/com/itac/reporthandler/Alert.java 216 Potential violation of Law of Demeter (method chain calls)
72490 src/com/itac/reporthandler/Alert.java 220 Local variable 'context' could be declared final
72491 src/com/itac/reporthandler/Alert.java 222 Local variable 'dateFormat' could be declared final
72492 src/com/itac/reporthandler/Alert.java 222 When instantiating a SimpleDateFormat object, specify a Locale
72493 src/com/itac/reporthandler/Alert.java 225 Local variable 'now' could be declared final
72494 src/com/itac/reporthandler/Alert.java 226 Potential violation of Law of Demeter (object not created locally)
72495 src/com/itac/reporthandler/Alert.java 227 Found 'DD'-anomaly for variable 'fromTime' (lines '227'-'228').
72496 src/com/itac/reporthandler/Alert.java 227 Potential violation of Law of Demeter (object not created locally)
72497 src/com/itac/reporthandler/Alert.java 228 Potential violation of Law of Demeter (object not created locally)
72498 src/com/itac/reporthandler/Alert.java 228 Potential violation of Law of Demeter (object not created locally)
72499 src/com/itac/reporthandler/Alert.java 232 Local variable 'alertIdQuery' could be declared final
72500 src/com/itac/reporthandler/Alert.java 237 Local variable 'alertList' could be declared final
72501 src/com/itac/reporthandler/Alert.java 243 Local variable 'vehicleQuery' could be declared final
72502 src/com/itac/reporthandler/Alert.java 246 Local variable 'vehList' could be declared final
72503 src/com/itac/reporthandler/Alert.java 247 Found 'DD'-anomaly for variable 'vehId' (lines '247'-'254').
72504 src/com/itac/reporthandler/Alert.java 247 Potential violation of Law of Demeter (object not created locally)
72505 src/com/itac/reporthandler/Alert.java 250 Local variable 'vehIter' could be declared final
72506 src/com/itac/reporthandler/Alert.java 250 Potential violation of Law of Demeter (object not created locally)
72507 src/com/itac/reporthandler/Alert.java 254 Found 'DD'-anomaly for variable 'vehId' (lines '254'-'254').
72508 src/com/itac/reporthandler/Alert.java 254 Potential violation of Law of Demeter (method chain calls)
72509 src/com/itac/reporthandler/Alert.java 255 Found 'DD'-anomaly for variable 'temp' (lines '255'-'260').
72510 src/com/itac/reporthandler/Alert.java 261 Found 'DD'-anomaly for variable 'location' (lines '261'-'355').
72511 src/com/itac/reporthandler/Alert.java 261 Found 'DU'-anomaly for variable 'location' (lines '261'-'417').
72512 src/com/itac/reporthandler/Alert.java 262 Avoid using Literals in Conditional Statements
72513 src/com/itac/reporthandler/Alert.java 265 Local variable 'vehicleId' could be declared final
72514 src/com/itac/reporthandler/Alert.java 265 Potential violation of Law of Demeter (method chain calls)
72515 src/com/itac/reporthandler/Alert.java 266 Avoid using Literals in Conditional Statements
72516 src/com/itac/reporthandler/Alert.java 266 Potential violation of Law of Demeter (object not created locally)
72517 src/com/itac/reporthandler/Alert.java 266 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
72518 src/com/itac/reporthandler/Alert.java 267 Avoid instantiating new objects inside loops
72519 src/com/itac/reporthandler/Alert.java 267 Potential violation of Law of Demeter (object not created locally)
72520 src/com/itac/reporthandler/Alert.java 268 Local variable 'alertiter' could be declared final
72521 src/com/itac/reporthandler/Alert.java 268 Potential violation of Law of Demeter (object not created locally)
72522 src/com/itac/reporthandler/Alert.java 271 Avoid instantiating new objects inside loops
72523 src/com/itac/reporthandler/Alert.java 271 Local variable 'params' could be declared final
72524 src/com/itac/reporthandler/Alert.java 272 Local variable 'rowvalues' could be declared final
72525 src/com/itac/reporthandler/Alert.java 274 Local variable 'alertId' could be declared final
72526 src/com/itac/reporthandler/Alert.java 275 Local variable 'data' could be declared final
72527 src/com/itac/reporthandler/Alert.java 276 Found 'DU'-anomaly for variable 'desc' (lines '276'-'417').
72528 src/com/itac/reporthandler/Alert.java 276 Local variable 'desc' could be declared final
72529 src/com/itac/reporthandler/Alert.java 277 Local variable 'datakey' could be declared final
72530 src/com/itac/reporthandler/Alert.java 277 Potential violation of Law of Demeter (object not created locally)
72531 src/com/itac/reporthandler/Alert.java 278 Local variable 'alertQuery' could be declared final
72532 src/com/itac/reporthandler/Alert.java 289 Local variable 'list' could be declared final
72533 src/com/itac/reporthandler/Alert.java 290 Avoid using Literals in Conditional Statements
72534 src/com/itac/reporthandler/Alert.java 290 Potential violation of Law of Demeter (object not created locally)
72535 src/com/itac/reporthandler/Alert.java 290 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
72536 src/com/itac/reporthandler/Alert.java 291 Avoid instantiating new objects inside loops
72537 src/com/itac/reporthandler/Alert.java 291 Found 'DD'-anomaly for variable 'paramid' (lines '291'-'296').
72538 src/com/itac/reporthandler/Alert.java 291 Potential violation of Law of Demeter (object not created locally)
72539 src/com/itac/reporthandler/Alert.java 293 Local variable 'listIter' could be declared final
72540 src/com/itac/reporthandler/Alert.java 293 Potential violation of Law of Demeter (object not created locally)
72541 src/com/itac/reporthandler/Alert.java 294 Avoid variables with short names like i
72542 src/com/itac/reporthandler/Alert.java 296 Found 'DD'-anomaly for variable 'paramid' (lines '296'-'296').
72543 src/com/itac/reporthandler/Alert.java 297 Found 'DD'-anomaly for variable 'i' (lines '297'-'294').
72544 src/com/itac/reporthandler/Alert.java 297 Found 'DU'-anomaly for variable 'i' (lines '297'-'417').
72545 src/com/itac/reporthandler/Alert.java 299 Local variable 'queryBuilder' could be declared final
72546 src/com/itac/reporthandler/Alert.java 302 Potential violation of Law of Demeter (object not created locally)
72547 src/com/itac/reporthandler/Alert.java 304 Local variable 'dynamicQry' could be declared final
72548 src/com/itac/reporthandler/Alert.java 304 Potential violation of Law of Demeter (object not created locally)
72549 src/com/itac/reporthandler/Alert.java 311 Local variable 'alrtlist' could be declared final
72550 src/com/itac/reporthandler/Alert.java 314 Avoid using Literals in Conditional Statements
72551 src/com/itac/reporthandler/Alert.java 314 Potential violation of Law of Demeter (object not created locally)
72552 src/com/itac/reporthandler/Alert.java 314 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
72553 src/com/itac/reporthandler/Alert.java 315 Local variable 'alrtiter' could be declared final
72554 src/com/itac/reporthandler/Alert.java 315 Potential violation of Law of Demeter (object not created locally)
72555 src/com/itac/reporthandler/Alert.java 318 Found 'DU'-anomaly for variable 'rows' (lines '318'-'417').
72556 src/com/itac/reporthandler/Alert.java 318 Local variable 'rows' could be declared final
72557 src/com/itac/reporthandler/Alert.java 320 Avoid instantiating new objects inside loops
72558 src/com/itac/reporthandler/Alert.java 320 Consider replacing this Hashtable with the newer java.util.Map
72559 src/com/itac/reporthandler/Alert.java 320 Local variable 'values' could be declared final
72560 src/com/itac/reporthandler/Alert.java 323 Potential violation of Law of Demeter (method chain calls)
72561 src/com/itac/reporthandler/Alert.java 323 Potential violation of Law of Demeter (method chain calls)
72562 src/com/itac/reporthandler/Alert.java 324 Potential violation of Law of Demeter (method chain calls)
72563 src/com/itac/reporthandler/Alert.java 324 Potential violation of Law of Demeter (method chain calls)
72564 src/com/itac/reporthandler/Alert.java 324 Potential violation of Law of Demeter (object not created locally)
72565 src/com/itac/reporthandler/Alert.java 326 Potential violation of Law of Demeter (method chain calls)
72566 src/com/itac/reporthandler/Alert.java 326 Potential violation of Law of Demeter (object not created locally)
72567 src/com/itac/reporthandler/Alert.java 329 Potential violation of Law of Demeter (method chain calls)
72568 src/com/itac/reporthandler/Alert.java 329 Potential violation of Law of Demeter (method chain calls)
72569 src/com/itac/reporthandler/Alert.java 332 Potential violation of Law of Demeter (object not created locally)
72570 src/com/itac/reporthandler/Alert.java 335 Potential violation of Law of Demeter (method chain calls)
72571 src/com/itac/reporthandler/Alert.java 335 Potential violation of Law of Demeter (object not created locally)
72572 src/com/itac/reporthandler/Alert.java 338 Potential violation of Law of Demeter (method chain calls)
72573 src/com/itac/reporthandler/Alert.java 338 Potential violation of Law of Demeter (object not created locally)
72574 src/com/itac/reporthandler/Alert.java 343 Deeply nested if..then statements are hard to read
72575 src/com/itac/reporthandler/Alert.java 343 Potential violation of Law of Demeter (method chain calls)
72576 src/com/itac/reporthandler/Alert.java 343 Potential violation of Law of Demeter (method chain calls)
72577 src/com/itac/reporthandler/Alert.java 346 Potential violation of Law of Demeter (method chain calls)
72578 src/com/itac/reporthandler/Alert.java 346 Potential violation of Law of Demeter (object not created locally)
72579 src/com/itac/reporthandler/Alert.java 348 Potential violation of Law of Demeter (method chain calls)
72580 src/com/itac/reporthandler/Alert.java 348 Potential violation of Law of Demeter (method chain calls)
72581 src/com/itac/reporthandler/Alert.java 351 Potential violation of Law of Demeter (method chain calls)
72582 src/com/itac/reporthandler/Alert.java 351 Potential violation of Law of Demeter (object not created locally)
72583 src/com/itac/reporthandler/Alert.java 361 Potential violation of Law of Demeter (object not created locally)
72584 src/com/itac/reporthandler/Alert.java 366 Potential violation of Law of Demeter (method chain calls)
72585 src/com/itac/reporthandler/Alert.java 366 Potential violation of Law of Demeter (method chain calls)
72586 src/com/itac/reporthandler/Alert.java 366 Potential violation of Law of Demeter (object not created locally)
72587 src/com/itac/reporthandler/Alert.java 373 Potential violation of Law of Demeter (object not created locally)
72588 src/com/itac/reporthandler/Alert.java 378 Potential violation of Law of Demeter (object not created locally)
72589 src/com/itac/reporthandler/Alert.java 379 Avoid instantiating new objects inside loops
72590 src/com/itac/reporthandler/Alert.java 385 Avoid using Literals in Conditional Statements
72591 src/com/itac/reporthandler/Alert.java 386 Avoid instantiating new objects inside loops
72592 src/com/itac/reporthandler/Alert.java 387 System.arraycopy is more efficient
72593 src/com/itac/reporthandler/Alert.java 390 Avoid instantiating new objects inside loops
72594 src/com/itac/reporthandler/Alert.java 403 System.arraycopy is more efficient
72595 src/com/itac/reporthandler/Alert.java 411 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72596 src/com/itac/reporthandler/Alert.java 413 There is log block not surrounded by if
72597 src/com/itac/reporthandler/Alert.java 416 Returning 'tempvehicleAlerts' may expose an internal array.
72598 src/com/itac/reporthandler/Alert.java 424 Avoid really long methods.
72599 src/com/itac/reporthandler/Alert.java 424 Found 'UR'-anomaly for variable 'datavalue' (lines '424'-'436').
72600 src/com/itac/reporthandler/Alert.java 424 Parameter 'data' is not assigned and could be declared final
72601 src/com/itac/reporthandler/Alert.java 424 The method 'generateQuery' has a Cyclomatic Complexity of 28.
72602 src/com/itac/reporthandler/Alert.java 424 The method generateQuery() has an NCSS line count of 132
72603 src/com/itac/reporthandler/Alert.java 424 The method generateQuery() has an NPath complexity of 1594324
72604 src/com/itac/reporthandler/Alert.java 424 publicMethodCommentRequirement Required
72605 src/com/itac/reporthandler/Alert.java 426 Local variable 'queryBuilder' could be declared final
72606 src/com/itac/reporthandler/Alert.java 426 StringBuffer constructor is initialized with size 23, but has at least 123 characters appended.
72607 src/com/itac/reporthandler/Alert.java 427 Found 'DU'-anomaly for variable 'commastr' (lines '427'-'607').
72608 src/com/itac/reporthandler/Alert.java 427 Local variable 'commastr' could be declared final
72609 src/com/itac/reporthandler/Alert.java 428 Local variable 'tripstr' could be declared final
72610 src/com/itac/reporthandler/Alert.java 430 Local variable 'vehstr' could be declared final
72611 src/com/itac/reporthandler/Alert.java 431 Local variable 'tripdetstr' could be declared final
72612 src/com/itac/reporthandler/Alert.java 432 Local variable 'alertStr' could be declared final
72613 src/com/itac/reporthandler/Alert.java 434 Local variable 'datavalue' could be declared final
72614 src/com/itac/reporthandler/Alert.java 436 Position literals first in String comparisons for EqualsIgnoreCase
72615 src/com/itac/reporthandler/Alert.java 437 Avoid using Literals in Conditional Statements
72616 src/com/itac/reporthandler/Alert.java 438 Avoid appending characters as strings in StringBuffer.append.
72617 src/com/itac/reporthandler/Alert.java 443 Avoid appending characters as strings in StringBuffer.append.
72618 src/com/itac/reporthandler/Alert.java 448 Position literals first in String comparisons for EqualsIgnoreCase
72619 src/com/itac/reporthandler/Alert.java 449 Avoid using Literals in Conditional Statements
72620 src/com/itac/reporthandler/Alert.java 450 Avoid appending characters as strings in StringBuffer.append.
72621 src/com/itac/reporthandler/Alert.java 455 Avoid appending characters as strings in StringBuffer.append.
72622 src/com/itac/reporthandler/Alert.java 460 Position literals first in String comparisons for EqualsIgnoreCase
72623 src/com/itac/reporthandler/Alert.java 461 Avoid using Literals in Conditional Statements
72624 src/com/itac/reporthandler/Alert.java 462 Avoid appending characters as strings in StringBuffer.append.
72625 src/com/itac/reporthandler/Alert.java 467 Avoid appending characters as strings in StringBuffer.append.
72626 src/com/itac/reporthandler/Alert.java 472 Position literals first in String comparisons for EqualsIgnoreCase
72627 src/com/itac/reporthandler/Alert.java 473 Avoid using Literals in Conditional Statements
72628 src/com/itac/reporthandler/Alert.java 474 Avoid appending characters as strings in StringBuffer.append.
72629 src/com/itac/reporthandler/Alert.java 479 Avoid appending characters as strings in StringBuffer.append.
72630 src/com/itac/reporthandler/Alert.java 485 Position literals first in String comparisons for EqualsIgnoreCase
72631 src/com/itac/reporthandler/Alert.java 486 Avoid using Literals in Conditional Statements
72632 src/com/itac/reporthandler/Alert.java 487 Avoid appending characters as strings in StringBuffer.append.
72633 src/com/itac/reporthandler/Alert.java 492 Avoid appending characters as strings in StringBuffer.append.
72634 src/com/itac/reporthandler/Alert.java 497 Position literals first in String comparisons for EqualsIgnoreCase
72635 src/com/itac/reporthandler/Alert.java 498 Avoid using Literals in Conditional Statements
72636 src/com/itac/reporthandler/Alert.java 499 Avoid appending characters as strings in StringBuffer.append.
72637 src/com/itac/reporthandler/Alert.java 500 Avoid appending characters as strings in StringBuffer.append.
72638 src/com/itac/reporthandler/Alert.java 505 Avoid appending characters as strings in StringBuffer.append.
72639 src/com/itac/reporthandler/Alert.java 506 Avoid appending characters as strings in StringBuffer.append.
72640 src/com/itac/reporthandler/Alert.java 512 Position literals first in String comparisons for EqualsIgnoreCase
72641 src/com/itac/reporthandler/Alert.java 513 Avoid using Literals in Conditional Statements
72642 src/com/itac/reporthandler/Alert.java 514 Avoid appending characters as strings in StringBuffer.append.
72643 src/com/itac/reporthandler/Alert.java 518 Found 'DU'-anomaly for variable 'tempcount' (lines '518'-'607').
72644 src/com/itac/reporthandler/Alert.java 520 Avoid appending characters as strings in StringBuffer.append.
72645 src/com/itac/reporthandler/Alert.java 525 Position literals first in String comparisons for EqualsIgnoreCase
72646 src/com/itac/reporthandler/Alert.java 526 Avoid using Literals in Conditional Statements
72647 src/com/itac/reporthandler/Alert.java 527 Avoid appending characters as strings in StringBuffer.append.
72648 src/com/itac/reporthandler/Alert.java 531 Found 'DU'-anomaly for variable 'tempcount' (lines '531'-'607').
72649 src/com/itac/reporthandler/Alert.java 533 Avoid appending characters as strings in StringBuffer.append.
72650 src/com/itac/reporthandler/Alert.java 539 Position literals first in String comparisons for EqualsIgnoreCase
72651 src/com/itac/reporthandler/Alert.java 541 Avoid using Literals in Conditional Statements
72652 src/com/itac/reporthandler/Alert.java 542 Avoid appending characters as strings in StringBuffer.append.
72653 src/com/itac/reporthandler/Alert.java 543 Avoid appending characters as strings in StringBuffer.append.
72654 src/com/itac/reporthandler/Alert.java 546 Found 'DU'-anomaly for variable 'tempcount' (lines '546'-'607').
72655 src/com/itac/reporthandler/Alert.java 548 Avoid appending characters as strings in StringBuffer.append.
72656 src/com/itac/reporthandler/Alert.java 549 Avoid appending characters as strings in StringBuffer.append.
72657 src/com/itac/reporthandler/Alert.java 555 Position literals first in String comparisons for EqualsIgnoreCase
72658 src/com/itac/reporthandler/Alert.java 556 Avoid using Literals in Conditional Statements
72659 src/com/itac/reporthandler/Alert.java 557 Avoid appending characters as strings in StringBuffer.append.
72660 src/com/itac/reporthandler/Alert.java 561 Found 'DU'-anomaly for variable 'tempcount' (lines '561'-'607').
72661 src/com/itac/reporthandler/Alert.java 563 Avoid appending characters as strings in StringBuffer.append.
72662 src/com/itac/reporthandler/Alert.java 569 Position literals first in String comparisons for EqualsIgnoreCase
72663 src/com/itac/reporthandler/Alert.java 570 Avoid using Literals in Conditional Statements
72664 src/com/itac/reporthandler/Alert.java 572 The String literal ".data" appears 6 times in this file; the first occurrence is on line 572
72665 src/com/itac/reporthandler/Alert.java 573 Found 'DU'-anomaly for variable 'tempcount' (lines '573'-'607').
72666 src/com/itac/reporthandler/Alert.java 581 Position literals first in String comparisons for EqualsIgnoreCase
72667 src/com/itac/reporthandler/Alert.java 582 Avoid using Literals in Conditional Statements
72668 src/com/itac/reporthandler/Alert.java 585 Found 'DU'-anomaly for variable 'tempcount' (lines '585'-'607').
72669 src/com/itac/reporthandler/Alert.java 593 Position literals first in String comparisons for EqualsIgnoreCase
72670 src/com/itac/reporthandler/Alert.java 594 Avoid using Literals in Conditional Statements
72671 src/com/itac/reporthandler/Alert.java 597 Found 'DU'-anomaly for variable 'tempcount' (lines '597'-'607').
72672 src/com/itac/reporthandler/Alert.java 609 Avoid using implementation types like 'Hashtable'; use the interface instead
72673 src/com/itac/reporthandler/Alert.java 609 Consider replacing this Hashtable with the newer java.util.Map
72674 src/com/itac/reporthandler/Alert.java 609 Parameter 'inputData' is not assigned and could be declared final
72675 src/com/itac/reporthandler/Alert.java 609 publicMethodCommentRequirement Required
72676 src/com/itac/reporthandler/Alert.java 611 Found 'DD'-anomaly for variable 'fromTime' (lines '611'-'625').
72677 src/com/itac/reporthandler/Alert.java 612 Found 'DD'-anomaly for variable 'toTime' (lines '612'-'621').
72678 src/com/itac/reporthandler/Alert.java 614 Found 'DD'-anomaly for variable 'totalAlert' (lines '614'-'641').
72679 src/com/itac/reporthandler/Alert.java 614 Found 'DD'-anomaly for variable 'totalAlert' (lines '614'-'644').
72680 src/com/itac/reporthandler/Alert.java 616 Local variable 'organizationId' could be declared final
72681 src/com/itac/reporthandler/Alert.java 616 Potential violation of Law of Demeter (method chain calls)
72682 src/com/itac/reporthandler/Alert.java 616 Potential violation of Law of Demeter (method chain calls)
72683 src/com/itac/reporthandler/Alert.java 616 Potential violation of Law of Demeter (method chain calls)
72684 src/com/itac/reporthandler/Alert.java 616 Potential violation of Law of Demeter (method chain calls)
72685 src/com/itac/reporthandler/Alert.java 618 Local variable 'control' could be declared final
72686 src/com/itac/reporthandler/Alert.java 620 Local variable 'dateFormat' could be declared final
72687 src/com/itac/reporthandler/Alert.java 620 When instantiating a SimpleDateFormat object, specify a Locale
72688 src/com/itac/reporthandler/Alert.java 623 Local variable 'now' could be declared final
72689 src/com/itac/reporthandler/Alert.java 624 Potential violation of Law of Demeter (object not created locally)
72690 src/com/itac/reporthandler/Alert.java 625 Found 'DD'-anomaly for variable 'fromTime' (lines '625'-'626').
72691 src/com/itac/reporthandler/Alert.java 625 Potential violation of Law of Demeter (object not created locally)
72692 src/com/itac/reporthandler/Alert.java 626 Potential violation of Law of Demeter (object not created locally)
72693 src/com/itac/reporthandler/Alert.java 626 Potential violation of Law of Demeter (object not created locally)
72694 src/com/itac/reporthandler/Alert.java 627 Local variable 'screenName' could be declared final
72695 src/com/itac/reporthandler/Alert.java 627 The String literal "ScreenName" appears 5 times in this file; the first occurrence is on line 627
72696 src/com/itac/reporthandler/Alert.java 629 Local variable 'countQuery' could be declared final
72697 src/com/itac/reporthandler/Alert.java 639 Local variable 'count' could be declared final
72698 src/com/itac/reporthandler/Alert.java 640 Avoid if (x != y) ..; else ..;
72699 src/com/itac/reporthandler/Alert.java 640 Potential violation of Law of Demeter (object not created locally)
72700 src/com/itac/reporthandler/Alert.java 640 Use opposite operator instead of the logic complement operator.
72701 src/com/itac/reporthandler/Alert.java 641 Potential violation of Law of Demeter (object not created locally)
72702 src/com/itac/reporthandler/Alert.java 649 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72703 src/com/itac/reporthandler/Alert.java 651 There is log block not surrounded by if
72704 src/com/itac/reporthandler/Alert.java 658 Avoid using implementation types like 'Hashtable'; use the interface instead
72705 src/com/itac/reporthandler/Alert.java 658 Consider replacing this Hashtable with the newer java.util.Map
72706 src/com/itac/reporthandler/Alert.java 658 Found 'UR'-anomaly for variable 'key' (lines '658'-'704').
72707 src/com/itac/reporthandler/Alert.java 658 Parameter 'inputData' is not assigned and could be declared final
72708 src/com/itac/reporthandler/Alert.java 658 The method 'getAlertCountOrg' has a Cyclomatic Complexity of 10.
72709 src/com/itac/reporthandler/Alert.java 658 publicMethodCommentRequirement Required
72710 src/com/itac/reporthandler/Alert.java 661 Found 'DD'-anomaly for variable 'alertcountVo' (lines '661'-'699').
72711 src/com/itac/reporthandler/Alert.java 662 Found 'DD'-anomaly for variable 'fromTime' (lines '662'-'683').
72712 src/com/itac/reporthandler/Alert.java 663 Found 'DD'-anomaly for variable 'toTime' (lines '663'-'680').
72713 src/com/itac/reporthandler/Alert.java 665 Avoid declaring a variable if it is unreferenced before a possible exit point.
72714 src/com/itac/reporthandler/Alert.java 665 Avoid unused local variables such as 'totalAlert'.
72715 src/com/itac/reporthandler/Alert.java 665 Found 'DU'-anomaly for variable 'totalAlert' (lines '665'-'740').
72716 src/com/itac/reporthandler/Alert.java 665 Local variable 'totalAlert' could be declared final
72717 src/com/itac/reporthandler/Alert.java 667 Avoid declaring a variable if it is unreferenced before a possible exit point.
72718 src/com/itac/reporthandler/Alert.java 667 Avoid unused local variables such as 'currentDateTime'.
72719 src/com/itac/reporthandler/Alert.java 667 Found 'DU'-anomaly for variable 'currentDateTime' (lines '667'-'740').
72720 src/com/itac/reporthandler/Alert.java 667 Local variable 'currentDateTime' could be declared final
72721 src/com/itac/reporthandler/Alert.java 671 Local variable 'organizationId' could be declared final
72722 src/com/itac/reporthandler/Alert.java 671 Potential violation of Law of Demeter (method chain calls)
72723 src/com/itac/reporthandler/Alert.java 671 Potential violation of Law of Demeter (method chain calls)
72724 src/com/itac/reporthandler/Alert.java 671 Potential violation of Law of Demeter (method chain calls)
72725 src/com/itac/reporthandler/Alert.java 671 Potential violation of Law of Demeter (method chain calls)
72726 src/com/itac/reporthandler/Alert.java 673 Local variable 'control' could be declared final
72727 src/com/itac/reporthandler/Alert.java 677 Avoid unused local variables such as 'tripId'.
72728 src/com/itac/reporthandler/Alert.java 677 Found 'DU'-anomaly for variable 'tripId' (lines '677'-'740').
72729 src/com/itac/reporthandler/Alert.java 677 Local variable 'tripId' could be declared final
72730 src/com/itac/reporthandler/Alert.java 678 Local variable 'screenName' could be declared final
72731 src/com/itac/reporthandler/Alert.java 679 Local variable 'dateFormat' could be declared final
72732 src/com/itac/reporthandler/Alert.java 679 When instantiating a SimpleDateFormat object, specify a Locale
72733 src/com/itac/reporthandler/Alert.java 681 Local variable 'now' could be declared final
72734 src/com/itac/reporthandler/Alert.java 682 Potential violation of Law of Demeter (object not created locally)
72735 src/com/itac/reporthandler/Alert.java 683 Found 'DD'-anomaly for variable 'fromTime' (lines '683'-'684').
72736 src/com/itac/reporthandler/Alert.java 683 Potential violation of Law of Demeter (object not created locally)
72737 src/com/itac/reporthandler/Alert.java 684 Potential violation of Law of Demeter (object not created locally)
72738 src/com/itac/reporthandler/Alert.java 684 Potential violation of Law of Demeter (object not created locally)
72739 src/com/itac/reporthandler/Alert.java 685 Local variable 'alertIdQuery' could be declared final
72740 src/com/itac/reporthandler/Alert.java 693 Local variable 'rows' could be declared final
72741 src/com/itac/reporthandler/Alert.java 695 Potential violation of Law of Demeter (object not created locally)
72742 src/com/itac/reporthandler/Alert.java 695 Potential violation of Law of Demeter (object not created locally)
72743 src/com/itac/reporthandler/Alert.java 695 Potential violation of Law of Demeter (object not created locally)
72744 src/com/itac/reporthandler/Alert.java 695 Useless parentheses.
72745 src/com/itac/reporthandler/Alert.java 696 Local variable 'unique' could be declared final
72746 src/com/itac/reporthandler/Alert.java 697 Potential violation of Law of Demeter (object not created locally)
72747 src/com/itac/reporthandler/Alert.java 701 Found 'DU'-anomaly for variable 'objCountAlert' (lines '701'-'740').
72748 src/com/itac/reporthandler/Alert.java 701 Local variable 'objCountAlert' could be declared final
72749 src/com/itac/reporthandler/Alert.java 702 Found 'DU'-anomaly for variable 'incr' (lines '702'-'740').
72750 src/com/itac/reporthandler/Alert.java 703 Local variable 'key' could be declared final
72751 src/com/itac/reporthandler/Alert.java 704 Potential violation of Law of Demeter (object not created locally)
72752 src/com/itac/reporthandler/Alert.java 706 Found 'DU'-anomaly for variable 'incr' (lines '706'-'740').
72753 src/com/itac/reporthandler/Alert.java 711 Avoid excessively long variable names like alertIdDiscription
72754 src/com/itac/reporthandler/Alert.java 711 Local variable 'alertIdDiscription' could be declared final
72755 src/com/itac/reporthandler/Alert.java 713 Local variable 'record' could be declared final
72756 src/com/itac/reporthandler/Alert.java 715 Found 'DU'-anomaly for variable 'count' (lines '715'-'740').
72757 src/com/itac/reporthandler/Alert.java 717 Avoid using if statements without curly braces
72758 src/com/itac/reporthandler/Alert.java 717 Potential violation of Law of Demeter (object not created locally)
72759 src/com/itac/reporthandler/Alert.java 717 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
72760 src/com/itac/reporthandler/Alert.java 718 Local variable 'itr' could be declared final
72761 src/com/itac/reporthandler/Alert.java 718 Potential violation of Law of Demeter (object not created locally)
72762 src/com/itac/reporthandler/Alert.java 719 Local variable 'rowsObject' could be declared final
72763 src/com/itac/reporthandler/Alert.java 721 Useless parentheses.
72764 src/com/itac/reporthandler/Alert.java 722 Potential violation of Law of Demeter (method chain calls)
72765 src/com/itac/reporthandler/Alert.java 722 Potential violation of Law of Demeter (method chain calls)
72766 src/com/itac/reporthandler/Alert.java 722 Potential violation of Law of Demeter (method chain calls)
72767 src/com/itac/reporthandler/Alert.java 722 Useless parentheses.
72768 src/com/itac/reporthandler/Alert.java 723 Avoid instantiating new objects inside loops
72769 src/com/itac/reporthandler/Alert.java 724 Potential violation of Law of Demeter (method chain calls)
72770 src/com/itac/reporthandler/Alert.java 724 Potential violation of Law of Demeter (object not created locally)
72771 src/com/itac/reporthandler/Alert.java 725 Potential violation of Law of Demeter (method chain calls)
72772 src/com/itac/reporthandler/Alert.java 725 Potential violation of Law of Demeter (object not created locally)
72773 src/com/itac/reporthandler/Alert.java 726 Potential violation of Law of Demeter (method chain calls)
72774 src/com/itac/reporthandler/Alert.java 726 Potential violation of Law of Demeter (method chain calls)
72775 src/com/itac/reporthandler/Alert.java 726 Potential violation of Law of Demeter (object not created locally)
72776 src/com/itac/reporthandler/Alert.java 726 Potential violation of Law of Demeter (object not created locally)
72777 src/com/itac/reporthandler/Alert.java 728 Potential violation of Law of Demeter (object not created locally)
72778 src/com/itac/reporthandler/Alert.java 729 Found 'DU'-anomaly for variable 'count' (lines '729'-'740').
72779 src/com/itac/reporthandler/Alert.java 730 Assigning an Object to null is a code smell. Consider refactoring.
72780 src/com/itac/reporthandler/Alert.java 730 Found 'DD'-anomaly for variable 'objCountVO' (lines '730'-'723').
72781 src/com/itac/reporthandler/Alert.java 730 Found 'DU'-anomaly for variable 'objCountVO' (lines '730'-'740').
72782 src/com/itac/reporthandler/Alert.java 735 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72783 src/com/itac/reporthandler/Alert.java 736 Avoid printStackTrace(); use a logger call instead.
72784 src/com/itac/reporthandler/Alert.java 736 Potential violation of Law of Demeter (object not created locally)
72785 src/com/itac/reporthandler/Alert.java 737 Potential violation of Law of Demeter (object not created locally)
72786 src/com/itac/reporthandler/Alert.java 737 There is log block not surrounded by if
72787 src/com/itac/reporthandler/Alert.java 744 Avoid really long methods.
72788 src/com/itac/reporthandler/Alert.java 744 Avoid using implementation types like 'Hashtable'; use the interface instead
72789 src/com/itac/reporthandler/Alert.java 744 Consider replacing this Hashtable with the newer java.util.Map
72790 src/com/itac/reporthandler/Alert.java 744 Found 'UR'-anomaly for variable 'event' (lines '744'-'805').
72791 src/com/itac/reporthandler/Alert.java 744 Found 'UR'-anomaly for variable 'medstr' (lines '744'-'838').
72792 src/com/itac/reporthandler/Alert.java 744 Found 'UR'-anomaly for variable 'sevstr' (lines '744'-'831').
72793 src/com/itac/reporthandler/Alert.java 744 Found 'UR'-anomaly for variable 'vehData' (lines '744'-'815').
72794 src/com/itac/reporthandler/Alert.java 744 Parameter 'input' is not assigned and could be declared final
72795 src/com/itac/reporthandler/Alert.java 744 The method 'getAlertsReport' has a Cyclomatic Complexity of 11.
72796 src/com/itac/reporthandler/Alert.java 744 publicMethodCommentRequirement Required
72797 src/com/itac/reporthandler/Alert.java 748 Local variable 'dateFormat' could be declared final
72798 src/com/itac/reporthandler/Alert.java 748 When instantiating a SimpleDateFormat object, specify a Locale
72799 src/com/itac/reporthandler/Alert.java 749 Found 'DD'-anomaly for variable 'organizationId' (lines '749'-'763').
72800 src/com/itac/reporthandler/Alert.java 750 Found 'DD'-anomaly for variable 'fromDate' (lines '750'-'766').
72801 src/com/itac/reporthandler/Alert.java 751 Found 'DD'-anomaly for variable 'toDate' (lines '751'-'769').
72802 src/com/itac/reporthandler/Alert.java 752 Found 'DU'-anomaly for variable 'totalAlertCount' (lines '752'-'862').
72803 src/com/itac/reporthandler/Alert.java 753 Found 'DD'-anomaly for variable 'category' (lines '753'-'823').
72804 src/com/itac/reporthandler/Alert.java 753 Found 'DU'-anomaly for variable 'category' (lines '753'-'862').
72805 src/com/itac/reporthandler/Alert.java 754 Found 'DD'-anomaly for variable 'vehicle' (lines '754'-'794').
72806 src/com/itac/reporthandler/Alert.java 754 Found 'DU'-anomaly for variable 'vehicle' (lines '754'-'862').
72807 src/com/itac/reporthandler/Alert.java 755 Found 'DU'-anomaly for variable 'medium' (lines '755'-'862').
72808 src/com/itac/reporthandler/Alert.java 756 Found 'DU'-anomaly for variable 'severe' (lines '756'-'862').
72809 src/com/itac/reporthandler/Alert.java 757 Found 'DD'-anomaly for variable 'vehicleQuery' (lines '757'-'785').
72810 src/com/itac/reporthandler/Alert.java 757 Found 'DU'-anomaly for variable 'vehicleQuery' (lines '757'-'862').
72811 src/com/itac/reporthandler/Alert.java 758 Found 'DD'-anomaly for variable 'vehicles' (lines '758'-'792').
72812 src/com/itac/reporthandler/Alert.java 758 Found 'DU'-anomaly for variable 'vehicles' (lines '758'-'862').
72813 src/com/itac/reporthandler/Alert.java 759 Found 'DD'-anomaly for variable 'dateFlag' (lines '759'-'771').
72814 src/com/itac/reporthandler/Alert.java 760 Found 'DD'-anomaly for variable 'medSevereEvents' (lines '760'-'802').
72815 src/com/itac/reporthandler/Alert.java 760 Found 'DU'-anomaly for variable 'medSevereEvents' (lines '760'-'862').
72816 src/com/itac/reporthandler/Alert.java 763 Found 'DU'-anomaly for variable 'organizationId' (lines '763'-'862').
72817 src/com/itac/reporthandler/Alert.java 763 Potential violation of Law of Demeter (method chain calls)
72818 src/com/itac/reporthandler/Alert.java 763 Potential violation of Law of Demeter (method chain calls)
72819 src/com/itac/reporthandler/Alert.java 766 Potential violation of Law of Demeter (object not created locally)
72820 src/com/itac/reporthandler/Alert.java 769 Potential violation of Law of Demeter (object not created locally)
72821 src/com/itac/reporthandler/Alert.java 772 Position literals first in String comparisons
72822 src/com/itac/reporthandler/Alert.java 772 Potential violation of Law of Demeter (object not created locally)
72823 src/com/itac/reporthandler/Alert.java 773 A method should have only one exit point, and that should be the last statement in the method
72824 src/com/itac/reporthandler/Alert.java 782 Local variable 'vehicleId' could be declared final
72825 src/com/itac/reporthandler/Alert.java 782 Potential violation of Law of Demeter (method chain calls)
72826 src/com/itac/reporthandler/Alert.java 782 Potential violation of Law of Demeter (method chain calls)
72827 src/com/itac/reporthandler/Alert.java 794 Potential violation of Law of Demeter (object not created locally)
72828 src/com/itac/reporthandler/Alert.java 795 Local variable 'severeevents' could be declared final
72829 src/com/itac/reporthandler/Alert.java 795 Potential violation of Law of Demeter (method chain calls)
72830 src/com/itac/reporthandler/Alert.java 797 Local variable 'mediumevents' could be declared final
72831 src/com/itac/reporthandler/Alert.java 797 Potential violation of Law of Demeter (method chain calls)
72832 src/com/itac/reporthandler/Alert.java 801 Local variable 'mergeEvent' could be declared final
72833 src/com/itac/reporthandler/Alert.java 802 Found 'DD'-anomaly for variable 'medSevereEvents' (lines '802'-'805').
72834 src/com/itac/reporthandler/Alert.java 804 Local variable 'event' could be declared final
72835 src/com/itac/reporthandler/Alert.java 805 Found 'DD'-anomaly for variable 'medSevereEvents' (lines '805'-'805').
72836 src/com/itac/reporthandler/Alert.java 810 Local variable 'vehData' could be declared final
72837 src/com/itac/reporthandler/Alert.java 813 Local variable 'alertQry' could be declared final
72838 src/com/itac/reporthandler/Alert.java 816 Potential violation of Law of Demeter (object not created locally)
72839 src/com/itac/reporthandler/Alert.java 821 Local variable 'alertList' could be declared final
72840 src/com/itac/reporthandler/Alert.java 822 Local variable 'alertIter' could be declared final
72841 src/com/itac/reporthandler/Alert.java 822 Potential violation of Law of Demeter (object not created locally)
72842 src/com/itac/reporthandler/Alert.java 823 Avoid instantiating new objects inside loops
72843 src/com/itac/reporthandler/Alert.java 823 Potential violation of Law of Demeter (object not created locally)
72844 src/com/itac/reporthandler/Alert.java 826 Local variable 'rows' could be declared final
72845 src/com/itac/reporthandler/Alert.java 827 Local variable 'alertcount' could be declared final
72846 src/com/itac/reporthandler/Alert.java 828 Potential violation of Law of Demeter (object not created locally)
72847 src/com/itac/reporthandler/Alert.java 829 Local variable 'sevstr' could be declared final
72848 src/com/itac/reporthandler/Alert.java 836 Local variable 'medstr' could be declared final
72849 src/com/itac/reporthandler/Alert.java 843 Avoid instantiating new objects inside loops
72850 src/com/itac/reporthandler/Alert.java 844 Potential violation of Law of Demeter (object not created locally)
72851 src/com/itac/reporthandler/Alert.java 847 Avoid instantiating new objects inside loops
72852 src/com/itac/reporthandler/Alert.java 847 Potential violation of Law of Demeter (object not created locally)
72853 src/com/itac/reporthandler/Alert.java 848 Potential violation of Law of Demeter (object not created locally)
72854 src/com/itac/reporthandler/Alert.java 856 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72855 src/com/itac/reporthandler/Alert.java 857 There is log block not surrounded by if
72856 src/com/itac/reporthandler/Alert.java 858 Avoid printStackTrace(); use a logger call instead.
72857 src/com/itac/reporthandler/Alert.java 858 Potential violation of Law of Demeter (object not created locally)
72858 src/com/itac/reporthandler/Alert.java 867 Avoid really long methods.
72859 src/com/itac/reporthandler/Alert.java 867 Avoid using implementation types like 'Hashtable'; use the interface instead
72860 src/com/itac/reporthandler/Alert.java 867 Consider replacing this Hashtable with the newer java.util.Map
72861 src/com/itac/reporthandler/Alert.java 867 Parameter 'input' is not assigned and could be declared final
72862 src/com/itac/reporthandler/Alert.java 867 The method 'getLiveTripAlerts' has a Cyclomatic Complexity of 25.
72863 src/com/itac/reporthandler/Alert.java 867 The method getLiveTripAlerts() has an NCSS line count of 142
72864 src/com/itac/reporthandler/Alert.java 867 The method getLiveTripAlerts() has an NPath complexity of 6337
72865 src/com/itac/reporthandler/Alert.java 867 publicMethodCommentRequirement Required
72866 src/com/itac/reporthandler/Alert.java 882 Local variable 'session' could be declared final
72867 src/com/itac/reporthandler/Alert.java 884 Local variable 'currentDateTime' could be declared final
72868 src/com/itac/reporthandler/Alert.java 885 Local variable 'calendar' could be declared final
72869 src/com/itac/reporthandler/Alert.java 888 Local variable 'timeBuilder' could be declared final
72870 src/com/itac/reporthandler/Alert.java 890 Local variable 'fixeddate' could be declared final
72871 src/com/itac/reporthandler/Alert.java 892 Local variable 'dateTimeFormat' could be declared final
72872 src/com/itac/reporthandler/Alert.java 892 When instantiating a SimpleDateFormat object, specify a Locale
72873 src/com/itac/reporthandler/Alert.java 896 Potential violation of Law of Demeter (method chain calls)
72874 src/com/itac/reporthandler/Alert.java 896 Potential violation of Law of Demeter (method chain calls)
72875 src/com/itac/reporthandler/Alert.java 898 Use opposite operator instead of the logic complement operator.
72876 src/com/itac/reporthandler/Alert.java 899 Potential violation of Law of Demeter (method chain calls)
72877 src/com/itac/reporthandler/Alert.java 899 The String literal "null" appears 4 times in this file; the first occurrence is on line 899
72878 src/com/itac/reporthandler/Alert.java 900 Potential violation of Law of Demeter (method chain calls)
72879 src/com/itac/reporthandler/Alert.java 904 Local variable 'inputDate' could be declared final
72880 src/com/itac/reporthandler/Alert.java 905 Local variable 'alertdatetime' could be declared final
72881 src/com/itac/reporthandler/Alert.java 911 Position literals first in String comparisons for EqualsIgnoreCase
72882 src/com/itac/reporthandler/Alert.java 915 Local variable 'tripTimeList' could be declared final
72883 src/com/itac/reporthandler/Alert.java 917 Local variable 'timeIter' could be declared final
72884 src/com/itac/reporthandler/Alert.java 919 Local variable 'rows' could be declared final
72885 src/com/itac/reporthandler/Alert.java 921 Potential violation of Law of Demeter (method chain calls)
72886 src/com/itac/reporthandler/Alert.java 922 Potential violation of Law of Demeter (method chain calls)
72887 src/com/itac/reporthandler/Alert.java 923 Potential violation of Law of Demeter (method chain calls)
72888 src/com/itac/reporthandler/Alert.java 924 Potential violation of Law of Demeter (method chain calls)
72889 src/com/itac/reporthandler/Alert.java 927 Potential violation of Law of Demeter (method chain calls)
72890 src/com/itac/reporthandler/Alert.java 928 Potential violation of Law of Demeter (method chain calls)
72891 src/com/itac/reporthandler/Alert.java 929 Potential violation of Law of Demeter (method chain calls)
72892 src/com/itac/reporthandler/Alert.java 930 Potential violation of Law of Demeter (method chain calls)
72893 src/com/itac/reporthandler/Alert.java 935 Position literals first in String comparisons for EqualsIgnoreCase
72894 src/com/itac/reporthandler/Alert.java 940 Local variable 'tripTimeList' could be declared final
72895 src/com/itac/reporthandler/Alert.java 942 Local variable 'timeIter' could be declared final
72896 src/com/itac/reporthandler/Alert.java 945 Local variable 'rows' could be declared final
72897 src/com/itac/reporthandler/Alert.java 947 Potential violation of Law of Demeter (method chain calls)
72898 src/com/itac/reporthandler/Alert.java 948 Potential violation of Law of Demeter (method chain calls)
72899 src/com/itac/reporthandler/Alert.java 949 Potential violation of Law of Demeter (method chain calls)
72900 src/com/itac/reporthandler/Alert.java 950 Potential violation of Law of Demeter (method chain calls)
72901 src/com/itac/reporthandler/Alert.java 953 Potential violation of Law of Demeter (method chain calls)
72902 src/com/itac/reporthandler/Alert.java 954 Potential violation of Law of Demeter (method chain calls)
72903 src/com/itac/reporthandler/Alert.java 955 Potential violation of Law of Demeter (method chain calls)
72904 src/com/itac/reporthandler/Alert.java 956 Potential violation of Law of Demeter (method chain calls)
72905 src/com/itac/reporthandler/Alert.java 970 Local variable 'tripTimeList' could be declared final
72906 src/com/itac/reporthandler/Alert.java 972 Local variable 'timeIter' could be declared final
72907 src/com/itac/reporthandler/Alert.java 974 Local variable 'rows' could be declared final
72908 src/com/itac/reporthandler/Alert.java 976 Potential violation of Law of Demeter (method chain calls)
72909 src/com/itac/reporthandler/Alert.java 977 Potential violation of Law of Demeter (method chain calls)
72910 src/com/itac/reporthandler/Alert.java 978 Potential violation of Law of Demeter (method chain calls)
72911 src/com/itac/reporthandler/Alert.java 979 Potential violation of Law of Demeter (method chain calls)
72912 src/com/itac/reporthandler/Alert.java 983 Potential violation of Law of Demeter (method chain calls)
72913 src/com/itac/reporthandler/Alert.java 984 Potential violation of Law of Demeter (method chain calls)
72914 src/com/itac/reporthandler/Alert.java 985 Potential violation of Law of Demeter (method chain calls)
72915 src/com/itac/reporthandler/Alert.java 986 Potential violation of Law of Demeter (method chain calls)
72916 src/com/itac/reporthandler/Alert.java 995 Avoid if (x != y) ..; else ..;
72917 src/com/itac/reporthandler/Alert.java 1007 A method should have only one exit point, and that should be the last statement in the method
72918 src/com/itac/reporthandler/Alert.java 1014 Local variable 'tripAlertQry' could be declared final
72919 src/com/itac/reporthandler/Alert.java 1018 Local variable 'alertList' could be declared final
72920 src/com/itac/reporthandler/Alert.java 1019 Avoid using Literals in Conditional Statements
72921 src/com/itac/reporthandler/Alert.java 1019 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
72922 src/com/itac/reporthandler/Alert.java 1021 Local variable 'alertIter' could be declared final
72923 src/com/itac/reporthandler/Alert.java 1024 Local variable 'rows' could be declared final
72924 src/com/itac/reporthandler/Alert.java 1025 Potential violation of Law of Demeter (method chain calls)
72925 src/com/itac/reporthandler/Alert.java 1025 Potential violation of Law of Demeter (method chain calls)
72926 src/com/itac/reporthandler/Alert.java 1026 Potential violation of Law of Demeter (method chain calls)
72927 src/com/itac/reporthandler/Alert.java 1026 Potential violation of Law of Demeter (method chain calls)
72928 src/com/itac/reporthandler/Alert.java 1027 Potential violation of Law of Demeter (method chain calls)
72929 src/com/itac/reporthandler/Alert.java 1027 Potential violation of Law of Demeter (method chain calls)
72930 src/com/itac/reporthandler/Alert.java 1035 Avoid appending characters as strings in StringBuffer.append.
72931 src/com/itac/reporthandler/Alert.java 1038 Avoid appending characters as strings in StringBuffer.append.
72932 src/com/itac/reporthandler/Alert.java 1038 Avoid appending characters as strings in StringBuffer.append.
72933 src/com/itac/reporthandler/Alert.java 1040 Avoid appending characters as strings in StringBuffer.append.
72934 src/com/itac/reporthandler/Alert.java 1043 Avoid appending characters as strings in StringBuffer.append.
72935 src/com/itac/reporthandler/Alert.java 1049 Avoid instantiating new objects inside loops
72936 src/com/itac/reporthandler/Alert.java 1056 Avoid using Literals in Conditional Statements
72937 src/com/itac/reporthandler/Alert.java 1056 Potential violation of Law of Demeter (method chain calls)
72938 src/com/itac/reporthandler/Alert.java 1061 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72939 src/com/itac/reporthandler/Alert.java 1062 There is log block not surrounded by if
72940 src/com/itac/reporthandler/Alert.java 1063 Avoid printStackTrace(); use a logger call instead.
72941 src/com/itac/reporthandler/Alert.java 1071 publicMethodCommentRequirement Required
72942 src/com/itac/reporthandler/Alert.java 1072 Avoid using implementation types like 'Hashtable'; use the interface instead
72943 src/com/itac/reporthandler/Alert.java 1072 Consider replacing this Hashtable with the newer java.util.Map
72944 src/com/itac/reporthandler/Alert.java 1072 Parameter 'input' is not assigned and could be declared final
72945 src/com/itac/reporthandler/Alert.java 1073 Avoid excessively long variable names like harshdrivealertcount
72946 src/com/itac/reporthandler/Alert.java 1075 Local variable 'dateFormat' could be declared final
72947 src/com/itac/reporthandler/Alert.java 1075 When instantiating a SimpleDateFormat object, specify a Locale
72948 src/com/itac/reporthandler/Alert.java 1084 Potential violation of Law of Demeter (method chain calls)
72949 src/com/itac/reporthandler/Alert.java 1084 Potential violation of Law of Demeter (method chain calls)
72950 src/com/itac/reporthandler/Alert.java 1085 Potential violation of Law of Demeter (method chain calls)
72951 src/com/itac/reporthandler/Alert.java 1085 Potential violation of Law of Demeter (method chain calls)
72952 src/com/itac/reporthandler/Alert.java 1087 Potential violation of Law of Demeter (method chain calls)
72953 src/com/itac/reporthandler/Alert.java 1087 Potential violation of Law of Demeter (method chain calls)
72954 src/com/itac/reporthandler/Alert.java 1089 Potential violation of Law of Demeter (method chain calls)
72955 src/com/itac/reporthandler/Alert.java 1089 Potential violation of Law of Demeter (method chain calls)
72956 src/com/itac/reporthandler/Alert.java 1093 Position literals first in String comparisons
72957 src/com/itac/reporthandler/Alert.java 1094 A method should have only one exit point, and that should be the last statement in the method
72958 src/com/itac/reporthandler/Alert.java 1105 Local variable 'id' could be declared final
72959 src/com/itac/reporthandler/Alert.java 1111 Local variable 'alertQry' could be declared final
72960 src/com/itac/reporthandler/Alert.java 1118 Local variable 'alertList' could be declared final
72961 src/com/itac/reporthandler/Alert.java 1121 Local variable 'alertIter' could be declared final
72962 src/com/itac/reporthandler/Alert.java 1123 Avoid variables with short names like i
72963 src/com/itac/reporthandler/Alert.java 1125 Local variable 'rows' could be declared final
72964 src/com/itac/reporthandler/Alert.java 1126 Avoid instantiating new objects inside loops
72965 src/com/itac/reporthandler/Alert.java 1131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72966 src/com/itac/reporthandler/Alert.java 1133 There is log block not surrounded by if
72967 src/com/itac/reporthandler/Alert.java 1141 Avoid really long methods.
72968 src/com/itac/reporthandler/Alert.java 1141 Avoid using implementation types like 'Hashtable'; use the interface instead
72969 src/com/itac/reporthandler/Alert.java 1141 Consider replacing this Hashtable with the newer java.util.Map
72970 src/com/itac/reporthandler/Alert.java 1141 Parameter 'input' is not assigned and could be declared final
72971 src/com/itac/reporthandler/Alert.java 1141 The method 'getAlertInfo' has a Cyclomatic Complexity of 13.
72972 src/com/itac/reporthandler/Alert.java 1141 publicMethodCommentRequirement Required
72973 src/com/itac/reporthandler/Alert.java 1146 Avoid declaring a variable if it is unreferenced before a possible exit point.
72974 src/com/itac/reporthandler/Alert.java 1146 Avoid unused local variables such as 'alertTripInfoQry'.
72975 src/com/itac/reporthandler/Alert.java 1146 Local variable 'alertTripInfoQry' could be declared final
72976 src/com/itac/reporthandler/Alert.java 1152 Avoid unused local variables such as 'responsevalues'.
72977 src/com/itac/reporthandler/Alert.java 1152 Consider replacing this Hashtable with the newer java.util.Map
72978 src/com/itac/reporthandler/Alert.java 1152 Local variable 'responsevalues' could be declared final
72979 src/com/itac/reporthandler/Alert.java 1154 Avoid declaring a variable if it is unreferenced before a possible exit point.
72980 src/com/itac/reporthandler/Alert.java 1154 Avoid unused local variables such as 'response'.
72981 src/com/itac/reporthandler/Alert.java 1154 Consider replacing this Hashtable with the newer java.util.Map
72982 src/com/itac/reporthandler/Alert.java 1154 Local variable 'response' could be declared final
72983 src/com/itac/reporthandler/Alert.java 1155 Local variable 'params' could be declared final
72984 src/com/itac/reporthandler/Alert.java 1159 Local variable 'screenName' could be declared final
72985 src/com/itac/reporthandler/Alert.java 1160 Local variable 'controlName' could be declared final
72986 src/com/itac/reporthandler/Alert.java 1161 Local variable 'organizationId' could be declared final
72987 src/com/itac/reporthandler/Alert.java 1161 Potential violation of Law of Demeter (method chain calls)
72988 src/com/itac/reporthandler/Alert.java 1161 Potential violation of Law of Demeter (method chain calls)
72989 src/com/itac/reporthandler/Alert.java 1161 Potential violation of Law of Demeter (method chain calls)
72990 src/com/itac/reporthandler/Alert.java 1161 Potential violation of Law of Demeter (method chain calls)
72991 src/com/itac/reporthandler/Alert.java 1163 Local variable 'alertId' could be declared final
72992 src/com/itac/reporthandler/Alert.java 1163 Potential violation of Law of Demeter (method chain calls)
72993 src/com/itac/reporthandler/Alert.java 1163 Potential violation of Law of Demeter (method chain calls)
72994 src/com/itac/reporthandler/Alert.java 1163 Potential violation of Law of Demeter (method chain calls)
72995 src/com/itac/reporthandler/Alert.java 1163 Potential violation of Law of Demeter (method chain calls)
72996 src/com/itac/reporthandler/Alert.java 1168 Local variable 'dateFormat' could be declared final
72997 src/com/itac/reporthandler/Alert.java 1168 When instantiating a SimpleDateFormat object, specify a Locale
72998 src/com/itac/reporthandler/Alert.java 1170 Local variable 'now' could be declared final
72999 src/com/itac/reporthandler/Alert.java 1171 Potential violation of Law of Demeter (object not created locally)
73000 src/com/itac/reporthandler/Alert.java 1172 Potential violation of Law of Demeter (object not created locally)
73001 src/com/itac/reporthandler/Alert.java 1173 Potential violation of Law of Demeter (object not created locally)
73002 src/com/itac/reporthandler/Alert.java 1173 Potential violation of Law of Demeter (object not created locally)
73003 src/com/itac/reporthandler/Alert.java 1174 Local variable 'dataQuery' could be declared final
73004 src/com/itac/reporthandler/Alert.java 1179 Local variable 'dataList' could be declared final
73005 src/com/itac/reporthandler/Alert.java 1181 Avoid using Literals in Conditional Statements
73006 src/com/itac/reporthandler/Alert.java 1181 Potential violation of Law of Demeter (object not created locally)
73007 src/com/itac/reporthandler/Alert.java 1181 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
73008 src/com/itac/reporthandler/Alert.java 1183 Local variable 'dataIter' could be declared final
73009 src/com/itac/reporthandler/Alert.java 1183 Potential violation of Law of Demeter (object not created locally)
73010 src/com/itac/reporthandler/Alert.java 1187 Potential violation of Law of Demeter (object not created locally)
73011 src/com/itac/reporthandler/Alert.java 1189 Local variable 'alertInfoQry' could be declared final
73012 src/com/itac/reporthandler/Alert.java 1194 Local variable 'infoList' could be declared final
73013 src/com/itac/reporthandler/Alert.java 1195 Avoid using Literals in Conditional Statements
73014 src/com/itac/reporthandler/Alert.java 1195 Potential violation of Law of Demeter (object not created locally)
73015 src/com/itac/reporthandler/Alert.java 1195 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
73016 src/com/itac/reporthandler/Alert.java 1196 Potential violation of Law of Demeter (object not created locally)
73017 src/com/itac/reporthandler/Alert.java 1198 Local variable 'infoIter' could be declared final
73018 src/com/itac/reporthandler/Alert.java 1198 Potential violation of Law of Demeter (object not created locally)
73019 src/com/itac/reporthandler/Alert.java 1206 Local variable 'queryBuilder' could be declared final
73020 src/com/itac/reporthandler/Alert.java 1208 Potential violation of Law of Demeter (object not created locally)
73021 src/com/itac/reporthandler/Alert.java 1210 Local variable 'dynamicQry' could be declared final
73022 src/com/itac/reporthandler/Alert.java 1210 Potential violation of Law of Demeter (object not created locally)
73023 src/com/itac/reporthandler/Alert.java 1217 Local variable 'alertIter' could be declared final
73024 src/com/itac/reporthandler/Alert.java 1217 Potential violation of Law of Demeter (object not created locally)
73025 src/com/itac/reporthandler/Alert.java 1218 Avoid unused local variables such as 'count'.
73026 src/com/itac/reporthandler/Alert.java 1221 Local variable 'rows' could be declared final
73027 src/com/itac/reporthandler/Alert.java 1222 Avoid instantiating new objects inside loops
73028 src/com/itac/reporthandler/Alert.java 1222 Consider replacing this Hashtable with the newer java.util.Map
73029 src/com/itac/reporthandler/Alert.java 1222 Local variable 'values' could be declared final
73030 src/com/itac/reporthandler/Alert.java 1225 Potential violation of Law of Demeter (method chain calls)
73031 src/com/itac/reporthandler/Alert.java 1225 Potential violation of Law of Demeter (method chain calls)
73032 src/com/itac/reporthandler/Alert.java 1226 Potential violation of Law of Demeter (method chain calls)
73033 src/com/itac/reporthandler/Alert.java 1226 Potential violation of Law of Demeter (method chain calls)
73034 src/com/itac/reporthandler/Alert.java 1226 Potential violation of Law of Demeter (object not created locally)
73035 src/com/itac/reporthandler/Alert.java 1227 Potential violation of Law of Demeter (method chain calls)
73036 src/com/itac/reporthandler/Alert.java 1227 Potential violation of Law of Demeter (object not created locally)
73037 src/com/itac/reporthandler/Alert.java 1229 Potential violation of Law of Demeter (method chain calls)
73038 src/com/itac/reporthandler/Alert.java 1229 Potential violation of Law of Demeter (method chain calls)
73039 src/com/itac/reporthandler/Alert.java 1232 Potential violation of Law of Demeter (method chain calls)
73040 src/com/itac/reporthandler/Alert.java 1232 Potential violation of Law of Demeter (object not created locally)
73041 src/com/itac/reporthandler/Alert.java 1233 Potential violation of Law of Demeter (method chain calls)
73042 src/com/itac/reporthandler/Alert.java 1233 Potential violation of Law of Demeter (method chain calls)
73043 src/com/itac/reporthandler/Alert.java 1236 Potential violation of Law of Demeter (method chain calls)
73044 src/com/itac/reporthandler/Alert.java 1236 Potential violation of Law of Demeter (object not created locally)
73045 src/com/itac/reporthandler/Alert.java 1240 Potential violation of Law of Demeter (object not created locally)
73046 src/com/itac/reporthandler/Alert.java 1243 Potential violation of Law of Demeter (method chain calls)
73047 src/com/itac/reporthandler/Alert.java 1243 Potential violation of Law of Demeter (method chain calls)
73048 src/com/itac/reporthandler/Alert.java 1243 Potential violation of Law of Demeter (object not created locally)
73049 src/com/itac/reporthandler/Alert.java 1247 Potential violation of Law of Demeter (object not created locally)
73050 src/com/itac/reporthandler/Alert.java 1252 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73051 src/com/itac/reporthandler/Alert.java 1254 There is log block not surrounded by if
73052 src/com/itac/reporthandler/Alert.java 1261 Avoid really long methods.
73053 src/com/itac/reporthandler/Alert.java 1261 Avoid using implementation types like 'Hashtable'; use the interface instead
73054 src/com/itac/reporthandler/Alert.java 1261 Consider replacing this Hashtable with the newer java.util.Map
73055 src/com/itac/reporthandler/Alert.java 1261 Parameter 'input' is not assigned and could be declared final
73056 src/com/itac/reporthandler/Alert.java 1261 The method 'getAlertsForOrgn' has a Cyclomatic Complexity of 16.
73057 src/com/itac/reporthandler/Alert.java 1261 The method getAlertsForOrgn() has an NPath complexity of 1057
73058 src/com/itac/reporthandler/Alert.java 1261 publicMethodCommentRequirement Required
73059 src/com/itac/reporthandler/Alert.java 1277 Local variable 'currentDateTime' could be declared final
73060 src/com/itac/reporthandler/Alert.java 1278 Local variable 'calendar' could be declared final
73061 src/com/itac/reporthandler/Alert.java 1281 Local variable 'timeBuilder' could be declared final
73062 src/com/itac/reporthandler/Alert.java 1282 Local variable 'dateTimeFormat' could be declared final
73063 src/com/itac/reporthandler/Alert.java 1282 When instantiating a SimpleDateFormat object, specify a Locale
73064 src/com/itac/reporthandler/Alert.java 1287 Potential violation of Law of Demeter (method chain calls)
73065 src/com/itac/reporthandler/Alert.java 1287 Potential violation of Law of Demeter (method chain calls)
73066 src/com/itac/reporthandler/Alert.java 1289 Potential violation of Law of Demeter (method chain calls)
73067 src/com/itac/reporthandler/Alert.java 1290 Potential violation of Law of Demeter (method chain calls)
73068 src/com/itac/reporthandler/Alert.java 1294 Local variable 'inputDate' could be declared final
73069 src/com/itac/reporthandler/Alert.java 1295 Local variable 'alertdatetime' could be declared final
73070 src/com/itac/reporthandler/Alert.java 1303 Avoid unused local variables such as 'tripTimeQry'.
73071 src/com/itac/reporthandler/Alert.java 1303 Local variable 'tripTimeQry' could be declared final
73072 src/com/itac/reporthandler/Alert.java 1326 Local variable 'orgAlertQry' could be declared final
73073 src/com/itac/reporthandler/Alert.java 1330 Local variable 'alertList' could be declared final
73074 src/com/itac/reporthandler/Alert.java 1332 Avoid using Literals in Conditional Statements
73075 src/com/itac/reporthandler/Alert.java 1332 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
73076 src/com/itac/reporthandler/Alert.java 1334 Local variable 'alertIter' could be declared final
73077 src/com/itac/reporthandler/Alert.java 1337 Local variable 'rows' could be declared final
73078 src/com/itac/reporthandler/Alert.java 1338 Potential violation of Law of Demeter (method chain calls)
73079 src/com/itac/reporthandler/Alert.java 1338 Potential violation of Law of Demeter (method chain calls)
73080 src/com/itac/reporthandler/Alert.java 1339 Potential violation of Law of Demeter (method chain calls)
73081 src/com/itac/reporthandler/Alert.java 1339 Potential violation of Law of Demeter (method chain calls)
73082 src/com/itac/reporthandler/Alert.java 1340 Potential violation of Law of Demeter (method chain calls)
73083 src/com/itac/reporthandler/Alert.java 1340 Potential violation of Law of Demeter (method chain calls)
73084 src/com/itac/reporthandler/Alert.java 1348 Avoid appending characters as strings in StringBuffer.append.
73085 src/com/itac/reporthandler/Alert.java 1351 Avoid appending characters as strings in StringBuffer.append.
73086 src/com/itac/reporthandler/Alert.java 1351 Avoid appending characters as strings in StringBuffer.append.
73087 src/com/itac/reporthandler/Alert.java 1353 Avoid appending characters as strings in StringBuffer.append.
73088 src/com/itac/reporthandler/Alert.java 1356 Avoid appending characters as strings in StringBuffer.append.
73089 src/com/itac/reporthandler/Alert.java 1362 Avoid instantiating new objects inside loops
73090 src/com/itac/reporthandler/Alert.java 1374 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73091 src/com/itac/reporthandler/Alert.java 1375 There is log block not surrounded by if
73092 src/com/itac/reporthandler/Alert.java 1381 A method/constructor shouldnt explicitly throw java.lang.Exception
73093 src/com/itac/reporthandler/Alert.java 1381 Avoid really long methods.
73094 src/com/itac/reporthandler/Alert.java 1381 Parameter 'args' is not assigned and could be declared final
73095 src/com/itac/reporthandler/Alert.java 1381 The method 'main' has a Cyclomatic Complexity of 10.
73096 src/com/itac/reporthandler/Alert.java 1381 publicMethodCommentRequirement Required
73097 src/com/itac/reporthandler/Alert.java 1385 Local variable 'gson' could be declared final
73098 src/com/itac/reporthandler/Alert.java 1392 Avoid unused local variables such as 'fromTime'.
73099 src/com/itac/reporthandler/Alert.java 1396 Local variable 'breader' could be declared final
73100 src/com/itac/reporthandler/Alert.java 1398 Local variable 'dateFormat' could be declared final
73101 src/com/itac/reporthandler/Alert.java 1398 When instantiating a SimpleDateFormat object, specify a Locale
73102 src/com/itac/reporthandler/Alert.java 1399 Consider replacing this Hashtable with the newer java.util.Map
73103 src/com/itac/reporthandler/Alert.java 1399 Local variable 'htable' could be declared final
73104 src/com/itac/reporthandler/Alert.java 1402 Local variable 'choice' could be declared final
73105 src/com/itac/reporthandler/Alert.java 1402 Potential violation of Law of Demeter (object not created locally)
73106 src/com/itac/reporthandler/Alert.java 1405 Potential violation of Law of Demeter (object not created locally)
73107 src/com/itac/reporthandler/Alert.java 1406 Potential violation of Law of Demeter (method chain calls)
73108 src/com/itac/reporthandler/Alert.java 1406 Potential violation of Law of Demeter (method chain calls)
73109 src/com/itac/reporthandler/Alert.java 1406 Potential violation of Law of Demeter (object not created locally)
73110 src/com/itac/reporthandler/Alert.java 1406 Potential violation of Law of Demeter (object not created locally)
73111 src/com/itac/reporthandler/Alert.java 1407 Potential violation of Law of Demeter (method chain calls)
73112 src/com/itac/reporthandler/Alert.java 1407 Potential violation of Law of Demeter (method chain calls)
73113 src/com/itac/reporthandler/Alert.java 1407 Potential violation of Law of Demeter (object not created locally)
73114 src/com/itac/reporthandler/Alert.java 1407 Potential violation of Law of Demeter (object not created locally)
73115 src/com/itac/reporthandler/Alert.java 1410 Potential violation of Law of Demeter (object not created locally)
73116 src/com/itac/reporthandler/Alert.java 1411 Potential violation of Law of Demeter (object not created locally)
73117 src/com/itac/reporthandler/Alert.java 1412 Potential violation of Law of Demeter (object not created locally)
73118 src/com/itac/reporthandler/Alert.java 1415 Avoid instantiating new objects inside loops
73119 src/com/itac/reporthandler/Alert.java 1415 Local variable 'alert' could be declared final
73120 src/com/itac/reporthandler/Alert.java 1416 Potential violation of Law of Demeter (object not created locally)
73121 src/com/itac/reporthandler/Alert.java 1418 Avoid unused local variables such as 'jsonstr'.
73122 src/com/itac/reporthandler/Alert.java 1418 Local variable 'jsonstr' could be declared final
73123 src/com/itac/reporthandler/Alert.java 1418 Potential violation of Law of Demeter (object not created locally)
73124 src/com/itac/reporthandler/Alert.java 1422 Potential violation of Law of Demeter (object not created locally)
73125 src/com/itac/reporthandler/Alert.java 1423 Potential violation of Law of Demeter (method chain calls)
73126 src/com/itac/reporthandler/Alert.java 1423 Potential violation of Law of Demeter (method chain calls)
73127 src/com/itac/reporthandler/Alert.java 1423 Potential violation of Law of Demeter (object not created locally)
73128 src/com/itac/reporthandler/Alert.java 1423 Potential violation of Law of Demeter (object not created locally)
73129 src/com/itac/reporthandler/Alert.java 1424 Potential violation of Law of Demeter (object not created locally)
73130 src/com/itac/reporthandler/Alert.java 1425 Potential violation of Law of Demeter (object not created locally)
73131 src/com/itac/reporthandler/Alert.java 1426 Potential violation of Law of Demeter (object not created locally)
73132 src/com/itac/reporthandler/Alert.java 1427 Avoid instantiating new objects inside loops
73133 src/com/itac/reporthandler/Alert.java 1427 Local variable 'alerts' could be declared final
73134 src/com/itac/reporthandler/Alert.java 1428 Potential violation of Law of Demeter (object not created locally)
73135 src/com/itac/reporthandler/Alert.java 1429 Avoid unused local variables such as 'jsonstr1'.
73136 src/com/itac/reporthandler/Alert.java 1429 Local variable 'jsonstr1' could be declared final
73137 src/com/itac/reporthandler/Alert.java 1429 Potential violation of Law of Demeter (object not created locally)
73138 src/com/itac/reporthandler/Alert.java 1432 Local variable 'orgId' could be declared final
73139 src/com/itac/reporthandler/Alert.java 1432 Potential violation of Law of Demeter (object not created locally)
73140 src/com/itac/reporthandler/Alert.java 1433 Local variable 'fromdate' could be declared final
73141 src/com/itac/reporthandler/Alert.java 1433 Potential violation of Law of Demeter (method chain calls)
73142 src/com/itac/reporthandler/Alert.java 1433 Potential violation of Law of Demeter (object not created locally)
73143 src/com/itac/reporthandler/Alert.java 1434 Local variable 'todate' could be declared final
73144 src/com/itac/reporthandler/Alert.java 1434 Potential violation of Law of Demeter (method chain calls)
73145 src/com/itac/reporthandler/Alert.java 1434 Potential violation of Law of Demeter (object not created locally)
73146 src/com/itac/reporthandler/Alert.java 1435 Potential violation of Law of Demeter (object not created locally)
73147 src/com/itac/reporthandler/Alert.java 1436 Potential violation of Law of Demeter (object not created locally)
73148 src/com/itac/reporthandler/Alert.java 1437 Potential violation of Law of Demeter (object not created locally)
73149 src/com/itac/reporthandler/Alert.java 1438 Avoid instantiating new objects inside loops
73150 src/com/itac/reporthandler/Alert.java 1438 Local variable 'alertreport' could be declared final
73151 src/com/itac/reporthandler/Alert.java 1439 Potential violation of Law of Demeter (object not created locally)
73152 src/com/itac/reporthandler/Alert.java 1440 Avoid unused local variables such as 'jsonString'.
73153 src/com/itac/reporthandler/Alert.java 1440 Local variable 'jsonString' could be declared final
73154 src/com/itac/reporthandler/Alert.java 1440 Potential violation of Law of Demeter (object not created locally)
73155 src/com/itac/reporthandler/Alert.java 1443 Potential violation of Law of Demeter (object not created locally)
73156 src/com/itac/reporthandler/Alert.java 1444 Potential violation of Law of Demeter (object not created locally)
73157 src/com/itac/reporthandler/Alert.java 1445 Potential violation of Law of Demeter (object not created locally)
73158 src/com/itac/reporthandler/Alert.java 1446 Potential violation of Law of Demeter (object not created locally)
73159 src/com/itac/reporthandler/Alert.java 1447 Local variable 'name' could be declared final
73160 src/com/itac/reporthandler/Alert.java 1447 Potential violation of Law of Demeter (object not created locally)
73161 src/com/itac/reporthandler/Alert.java 1448 Potential violation of Law of Demeter (object not created locally)
73162 src/com/itac/reporthandler/Alert.java 1449 Local variable 'tripId' could be declared final
73163 src/com/itac/reporthandler/Alert.java 1449 Potential violation of Law of Demeter (object not created locally)
73164 src/com/itac/reporthandler/Alert.java 1450 Potential violation of Law of Demeter (object not created locally)
73165 src/com/itac/reporthandler/Alert.java 1452 Avoid instantiating new objects inside loops
73166 src/com/itac/reporthandler/Alert.java 1452 Avoid unused local variables such as 'alerts1'.
73167 src/com/itac/reporthandler/Alert.java 1452 Local variable 'alerts1' could be declared final
73168 src/com/itac/reporthandler/Alert.java 1458 Potential violation of Law of Demeter (object not created locally)
73169 src/com/itac/reporthandler/Alert.java 1459 Potential violation of Law of Demeter (object not created locally)
73170 src/com/itac/reporthandler/Alert.java 1460 Potential violation of Law of Demeter (object not created locally)
73171 src/com/itac/reporthandler/Alert.java 1461 Potential violation of Law of Demeter (object not created locally)
73172 src/com/itac/reporthandler/Alert.java 1462 Local variable 'name1' could be declared final
73173 src/com/itac/reporthandler/Alert.java 1462 Potential violation of Law of Demeter (object not created locally)
73174 src/com/itac/reporthandler/Alert.java 1463 Potential violation of Law of Demeter (object not created locally)
73175 src/com/itac/reporthandler/Alert.java 1464 Avoid instantiating new objects inside loops
73176 src/com/itac/reporthandler/Alert.java 1464 Local variable 'alerts2' could be declared final
73177 src/com/itac/reporthandler/Alert.java 1469 Potential violation of Law of Demeter (object not created locally)
73178 src/com/itac/reporthandler/Alert.java 1470 Potential violation of Law of Demeter (object not created locally)
73179 src/com/itac/reporthandler/Alert.java 1471 Potential violation of Law of Demeter (object not created locally)
73180 src/com/itac/reporthandler/Alert.java 1472 Potential violation of Law of Demeter (object not created locally)
73181 src/com/itac/reporthandler/Alert.java 1473 Avoid instantiating new objects inside loops
73182 src/com/itac/reporthandler/Alert.java 1473 Local variable 'alerts3' could be declared final
73183 src/com/itac/reporthandler/Alert.java 1476 Potential violation of Law of Demeter (object not created locally)
73184 src/com/itac/reporthandler/Alert.java 1477 Potential violation of Law of Demeter (object not created locally)
73185 src/com/itac/reporthandler/Alert.java 1478 Potential violation of Law of Demeter (object not created locally)
73186 src/com/itac/reporthandler/Alert.java 1479 Potential violation of Law of Demeter (object not created locally)
73187 src/com/itac/reporthandler/Alert.java 1480 Avoid instantiating new objects inside loops
73188 src/com/itac/reporthandler/Alert.java 1480 Local variable 'harshalert' could be declared final
73189 src/com/itac/reporthandler/Alert.java 1481 Local variable 'halert' could be declared final
73190 src/com/itac/reporthandler/Alert.java 1483 Avoid unused local variables such as 'gsonstr'.
73191 src/com/itac/reporthandler/Alert.java 1483 Local variable 'gsonstr' could be declared final
73192 src/com/itac/reporthandler/Alert.java 1483 Potential violation of Law of Demeter (object not created locally)
73193 src/com/itac/reporthandler/Alert.java 1490 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73194 src/com/itac/reporthandler/Alert.java 1491 Potential violation of Law of Demeter (object not created locally)
73195 src/com/itac/reporthandler/Alert.java 1491 There is log block not surrounded by if
73196 src/com/itac/reporthandler/DistanceReport.java 6 Comment is too large: Line too long
73197 src/com/itac/reporthandler/DistanceReport.java 33 Avoid unused imports such as 'com.google.gson.Gson'
73198 src/com/itac/reporthandler/DistanceReport.java 39 Avoid unused imports such as 'com.itac.hibernatefactory.HibernatePlug'
73199 src/com/itac/reporthandler/DistanceReport.java 50 The class 'DistanceReport' has a Cyclomatic Complexity of 13 (Highest = 32).
73200 src/com/itac/reporthandler/DistanceReport.java 50 Too many fields
73201 src/com/itac/reporthandler/DistanceReport.java 50 headerCommentRequirement Required
73202 src/com/itac/reporthandler/DistanceReport.java 52 The Logger variable declaration does not contain the static and final modifiers
73203 src/com/itac/reporthandler/DistanceReport.java 52 fieldCommentRequirement Required
73204 src/com/itac/reporthandler/DistanceReport.java 55 Found non-transient, non-static member. Please mark as transient or provide accessors.
73205 src/com/itac/reporthandler/DistanceReport.java 55 Use explicit scoping instead of the default package private level
73206 src/com/itac/reporthandler/DistanceReport.java 55 fieldCommentRequirement Required
73207 src/com/itac/reporthandler/DistanceReport.java 57 Found non-transient, non-static member. Please mark as transient or provide accessors.
73208 src/com/itac/reporthandler/DistanceReport.java 57 Use explicit scoping instead of the default package private level
73209 src/com/itac/reporthandler/DistanceReport.java 57 fieldCommentRequirement Required
73210 src/com/itac/reporthandler/DistanceReport.java 58 Avoid using redundant field initializer for 'vehicles'
73211 src/com/itac/reporthandler/DistanceReport.java 58 Found non-transient, non-static member. Please mark as transient or provide accessors.
73212 src/com/itac/reporthandler/DistanceReport.java 58 Use explicit scoping instead of the default package private level
73213 src/com/itac/reporthandler/DistanceReport.java 58 fieldCommentRequirement Required
73214 src/com/itac/reporthandler/DistanceReport.java 59 Avoid using redundant field initializer for 'distList'
73215 src/com/itac/reporthandler/DistanceReport.java 59 Use explicit scoping instead of the default package private level
73216 src/com/itac/reporthandler/DistanceReport.java 59 fieldCommentRequirement Required
73217 src/com/itac/reporthandler/DistanceReport.java 60 Avoid using redundant field initializer for 'distValues'
73218 src/com/itac/reporthandler/DistanceReport.java 60 Found non-transient, non-static member. Please mark as transient or provide accessors.
73219 src/com/itac/reporthandler/DistanceReport.java 60 Use explicit scoping instead of the default package private level
73220 src/com/itac/reporthandler/DistanceReport.java 60 fieldCommentRequirement Required
73221 src/com/itac/reporthandler/DistanceReport.java 61 Avoid using redundant field initializer for 'distanceVo'
73222 src/com/itac/reporthandler/DistanceReport.java 61 Found non-transient, non-static member. Please mark as transient or provide accessors.
73223 src/com/itac/reporthandler/DistanceReport.java 61 Use explicit scoping instead of the default package private level
73224 src/com/itac/reporthandler/DistanceReport.java 61 fieldCommentRequirement Required
73225 src/com/itac/reporthandler/DistanceReport.java 62 Avoid using redundant field initializer for 'rows'
73226 src/com/itac/reporthandler/DistanceReport.java 62 Found non-transient, non-static member. Please mark as transient or provide accessors.
73227 src/com/itac/reporthandler/DistanceReport.java 62 Use explicit scoping instead of the default package private level
73228 src/com/itac/reporthandler/DistanceReport.java 62 fieldCommentRequirement Required
73229 src/com/itac/reporthandler/DistanceReport.java 63 Avoid using redundant field initializer for 'vehicleids'
73230 src/com/itac/reporthandler/DistanceReport.java 63 Found non-transient, non-static member. Please mark as transient or provide accessors.
73231 src/com/itac/reporthandler/DistanceReport.java 63 Use explicit scoping instead of the default package private level
73232 src/com/itac/reporthandler/DistanceReport.java 63 fieldCommentRequirement Required
73233 src/com/itac/reporthandler/DistanceReport.java 64 Found non-transient, non-static member. Please mark as transient or provide accessors.
73234 src/com/itac/reporthandler/DistanceReport.java 64 Use explicit scoping instead of the default package private level
73235 src/com/itac/reporthandler/DistanceReport.java 64 fieldCommentRequirement Required
73236 src/com/itac/reporthandler/DistanceReport.java 65 Avoid using redundant field initializer for 'fromDate'
73237 src/com/itac/reporthandler/DistanceReport.java 65 Use explicit scoping instead of the default package private level
73238 src/com/itac/reporthandler/DistanceReport.java 65 fieldCommentRequirement Required
73239 src/com/itac/reporthandler/DistanceReport.java 66 Avoid using redundant field initializer for 'toDate'
73240 src/com/itac/reporthandler/DistanceReport.java 66 Use explicit scoping instead of the default package private level
73241 src/com/itac/reporthandler/DistanceReport.java 66 fieldCommentRequirement Required
73242 src/com/itac/reporthandler/DistanceReport.java 67 Use explicit scoping instead of the default package private level
73243 src/com/itac/reporthandler/DistanceReport.java 67 fieldCommentRequirement Required
73244 src/com/itac/reporthandler/DistanceReport.java 68 Use explicit scoping instead of the default package private level
73245 src/com/itac/reporthandler/DistanceReport.java 68 fieldCommentRequirement Required
73246 src/com/itac/reporthandler/DistanceReport.java 69 Avoid using redundant field initializer for 'organizationId'
73247 src/com/itac/reporthandler/DistanceReport.java 69 Use explicit scoping instead of the default package private level
73248 src/com/itac/reporthandler/DistanceReport.java 69 fieldCommentRequirement Required
73249 src/com/itac/reporthandler/DistanceReport.java 72 Avoid using redundant field initializer for 'vehSpeedValues'
73250 src/com/itac/reporthandler/DistanceReport.java 72 Found non-transient, non-static member. Please mark as transient or provide accessors.
73251 src/com/itac/reporthandler/DistanceReport.java 72 Use explicit scoping instead of the default package private level
73252 src/com/itac/reporthandler/DistanceReport.java 72 fieldCommentRequirement Required
73253 src/com/itac/reporthandler/DistanceReport.java 73 Avoid excessively long variable names like vehicleSpeedValues
73254 src/com/itac/reporthandler/DistanceReport.java 73 Avoid using redundant field initializer for 'vehicleSpeedValues'
73255 src/com/itac/reporthandler/DistanceReport.java 73 Use explicit scoping instead of the default package private level
73256 src/com/itac/reporthandler/DistanceReport.java 73 fieldCommentRequirement Required
73257 src/com/itac/reporthandler/DistanceReport.java 77 Found non-transient, non-static member. Please mark as transient or provide accessors.
73258 src/com/itac/reporthandler/DistanceReport.java 77 Use explicit scoping instead of the default package private level
73259 src/com/itac/reporthandler/DistanceReport.java 77 fieldCommentRequirement Required
73260 src/com/itac/reporthandler/DistanceReport.java 78 Found non-transient, non-static member. Please mark as transient or provide accessors.
73261 src/com/itac/reporthandler/DistanceReport.java 78 Use explicit scoping instead of the default package private level
73262 src/com/itac/reporthandler/DistanceReport.java 78 When instantiating a SimpleDateFormat object, specify a Locale
73263 src/com/itac/reporthandler/DistanceReport.java 78 fieldCommentRequirement Required
73264 src/com/itac/reporthandler/DistanceReport.java 82 Use explicit scoping instead of the default package private level
73265 src/com/itac/reporthandler/DistanceReport.java 82 fieldCommentRequirement Required
73266 src/com/itac/reporthandler/DistanceReport.java 84 Avoid using implementation types like 'Hashtable'; use the interface instead
73267 src/com/itac/reporthandler/DistanceReport.java 84 Consider replacing this Hashtable with the newer java.util.Map
73268 src/com/itac/reporthandler/DistanceReport.java 84 Parameter 'inputData' is not assigned and could be declared final
73269 src/com/itac/reporthandler/DistanceReport.java 84 publicMethodCommentRequirement Required
73270 src/com/itac/reporthandler/DistanceReport.java 85 Avoid excessively long variable names like tripDistanceValues
73271 src/com/itac/reporthandler/DistanceReport.java 85 Found 'DD'-anomaly for variable 'tripDistanceValues' (lines '85'-'132').
73272 src/com/itac/reporthandler/DistanceReport.java 85 Found 'DU'-anomaly for variable 'tripDistanceValues' (lines '85'-'150').
73273 src/com/itac/reporthandler/DistanceReport.java 86 Avoid excessively long variable names like nonTripDistanceValues
73274 src/com/itac/reporthandler/DistanceReport.java 86 Found 'DD'-anomaly for variable 'nonTripDistanceValues' (lines '86'-'134').
73275 src/com/itac/reporthandler/DistanceReport.java 86 Found 'DU'-anomaly for variable 'nonTripDistanceValues' (lines '86'-'150').
73276 src/com/itac/reporthandler/DistanceReport.java 87 Found 'DD'-anomaly for variable 'dateFlag' (lines '87'-'99').
73277 src/com/itac/reporthandler/DistanceReport.java 88 Found 'DD'-anomaly for variable 'organizationId' (lines '88'-'92').
73278 src/com/itac/reporthandler/DistanceReport.java 89 Found 'DD'-anomaly for variable 'fromDate' (lines '89'-'94').
73279 src/com/itac/reporthandler/DistanceReport.java 90 Found 'DD'-anomaly for variable 'toDate' (lines '90'-'96').
73280 src/com/itac/reporthandler/DistanceReport.java 92 Found 'DU'-anomaly for variable 'organizationId' (lines '92'-'150').
73281 src/com/itac/reporthandler/DistanceReport.java 92 Potential violation of Law of Demeter (method chain calls)
73282 src/com/itac/reporthandler/DistanceReport.java 92 Potential violation of Law of Demeter (method chain calls)
73283 src/com/itac/reporthandler/DistanceReport.java 100 Position literals first in String comparisons
73284 src/com/itac/reporthandler/DistanceReport.java 101 A method should have only one exit point, and that should be the last statement in the method
73285 src/com/itac/reporthandler/DistanceReport.java 110 Local variable 'vehicleQuery' could be declared final
73286 src/com/itac/reporthandler/DistanceReport.java 115 Found 'DU'-anomaly for variable 'tempvalue' (lines '115'-'150').
73287 src/com/itac/reporthandler/DistanceReport.java 116 Local variable 'listiter' could be declared final
73288 src/com/itac/reporthandler/DistanceReport.java 118 Local variable 'obj' could be declared final
73289 src/com/itac/reporthandler/DistanceReport.java 120 Found 'DU'-anomaly for variable 'tempvalue' (lines '120'-'150').
73290 src/com/itac/reporthandler/DistanceReport.java 123 Local variable 'jarray' could be declared final
73291 src/com/itac/reporthandler/DistanceReport.java 125 Found 'DD'-anomaly for variable 'speedValues' (lines '125'-'127').
73292 src/com/itac/reporthandler/DistanceReport.java 127 Avoid instantiating new objects inside loops
73293 src/com/itac/reporthandler/DistanceReport.java 127 Found 'DD'-anomaly for variable 'speedValues' (lines '127'-'127').
73294 src/com/itac/reporthandler/DistanceReport.java 128 Potential violation of Law of Demeter (method chain calls)
73295 src/com/itac/reporthandler/DistanceReport.java 129 Potential violation of Law of Demeter (method chain calls)
73296 src/com/itac/reporthandler/DistanceReport.java 132 Found 'DU'-anomaly for variable 'tripDistanceValues' (lines '132'-'150').
73297 src/com/itac/reporthandler/DistanceReport.java 134 Found 'DU'-anomaly for variable 'nonTripDistanceValues' (lines '134'-'150').
73298 src/com/itac/reporthandler/DistanceReport.java 140 Avoid instantiating new objects inside loops
73299 src/com/itac/reporthandler/DistanceReport.java 141 Potential violation of Law of Demeter (method chain calls)
73300 src/com/itac/reporthandler/DistanceReport.java 141 Potential violation of Law of Demeter (method chain calls)
73301 src/com/itac/reporthandler/DistanceReport.java 142 Potential violation of Law of Demeter (method chain calls)
73302 src/com/itac/reporthandler/DistanceReport.java 142 Potential violation of Law of Demeter (method chain calls)
73303 src/com/itac/reporthandler/DistanceReport.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73304 src/com/itac/reporthandler/DistanceReport.java 146 There is log block not surrounded by if
73305 src/com/itac/reporthandler/DistanceReport.java 149 Returning 'distValues' may expose an internal array.
73306 src/com/itac/reporthandler/DistanceReport.java 152 Parameter 'fromDate' is not assigned and could be declared final
73307 src/com/itac/reporthandler/DistanceReport.java 152 Parameter 'vehicle' is not assigned and could be declared final
73308 src/com/itac/reporthandler/DistanceReport.java 153 Parameter 'flag' is not assigned and could be declared final
73309 src/com/itac/reporthandler/DistanceReport.java 153 Parameter 'toDate' is not assigned and could be declared final
73310 src/com/itac/reporthandler/DistanceReport.java 154 Found 'DD'-anomaly for variable 'distanceQuery' (lines '154'-'161').
73311 src/com/itac/reporthandler/DistanceReport.java 154 Found 'DD'-anomaly for variable 'distanceQuery' (lines '154'-'163').
73312 src/com/itac/reporthandler/DistanceReport.java 155 Avoid declaring a variable if it is unreferenced before a possible exit point.
73313 src/com/itac/reporthandler/DistanceReport.java 155 Avoid unused local variables such as 'dist'.
73314 src/com/itac/reporthandler/DistanceReport.java 155 Found 'DU'-anomaly for variable 'dist' (lines '155'-'188').
73315 src/com/itac/reporthandler/DistanceReport.java 155 Local variable 'dist' could be declared final
73316 src/com/itac/reporthandler/DistanceReport.java 156 Found 'DD'-anomaly for variable 'distanceData' (lines '156'-'174').
73317 src/com/itac/reporthandler/DistanceReport.java 156 Found 'DD'-anomaly for variable 'distanceData' (lines '156'-'181').
73318 src/com/itac/reporthandler/DistanceReport.java 169 Local variable 'distList' could be declared final
73319 src/com/itac/reporthandler/DistanceReport.java 170 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
73320 src/com/itac/reporthandler/DistanceReport.java 171 Local variable 'distIter' could be declared final
73321 src/com/itac/reporthandler/DistanceReport.java 173 Local variable 'rows' could be declared final
73322 src/com/itac/reporthandler/DistanceReport.java 174 Avoid instantiating new objects inside loops
73323 src/com/itac/reporthandler/DistanceReport.java 184 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73324 src/com/itac/reporthandler/DistanceReport.java 185 Avoid printStackTrace(); use a logger call instead.
73325 src/com/itac/reporthandler/DistanceReport.java 191 Avoid really long methods.
73326 src/com/itac/reporthandler/DistanceReport.java 191 Found 'UR'-anomaly for variable 'datevo' (lines '191'-'318').
73327 src/com/itac/reporthandler/DistanceReport.java 191 Found 'UR'-anomaly for variable 'distvalues' (lines '191'-'304').
73328 src/com/itac/reporthandler/DistanceReport.java 191 Found 'UR'-anomaly for variable 'vehicleid' (lines '191'-'289').
73329 src/com/itac/reporthandler/DistanceReport.java 191 The method 'getReportsForVehicles' has a Cyclomatic Complexity of 32.
73330 src/com/itac/reporthandler/DistanceReport.java 191 The method getReportsForVehicles() has an NCSS line count of 103
73331 src/com/itac/reporthandler/DistanceReport.java 191 The method getReportsForVehicles() has an NPath complexity of 311041
73332 src/com/itac/reporthandler/DistanceReport.java 191 publicMethodCommentRequirement Required
73333 src/com/itac/reporthandler/DistanceReport.java 192 Avoid using implementation types like 'Hashtable'; use the interface instead
73334 src/com/itac/reporthandler/DistanceReport.java 192 Consider replacing this Hashtable with the newer java.util.Map
73335 src/com/itac/reporthandler/DistanceReport.java 192 Parameter 'inputData' is not assigned and could be declared final
73336 src/com/itac/reporthandler/DistanceReport.java 193 Found 'DD'-anomaly for variable 'fromDate' (lines '193'-'211').
73337 src/com/itac/reporthandler/DistanceReport.java 194 Found 'DD'-anomaly for variable 'toDate' (lines '194'-'215').
73338 src/com/itac/reporthandler/DistanceReport.java 195 Avoid excessively long variable names like tripDistanceValues
73339 src/com/itac/reporthandler/DistanceReport.java 195 Found 'DD'-anomaly for variable 'tripDistanceValues' (lines '195'-'292').
73340 src/com/itac/reporthandler/DistanceReport.java 195 Found 'DU'-anomaly for variable 'tripDistanceValues' (lines '195'-'354').
73341 src/com/itac/reporthandler/DistanceReport.java 196 Avoid excessively long variable names like nonTripDistanceValues
73342 src/com/itac/reporthandler/DistanceReport.java 196 Found 'DD'-anomaly for variable 'nonTripDistanceValues' (lines '196'-'294').
73343 src/com/itac/reporthandler/DistanceReport.java 196 Found 'DU'-anomaly for variable 'nonTripDistanceValues' (lines '196'-'354').
73344 src/com/itac/reporthandler/DistanceReport.java 197 Found 'DD'-anomaly for variable 'startSpeed' (lines '197'-'300').
73345 src/com/itac/reporthandler/DistanceReport.java 197 Found 'DU'-anomaly for variable 'startSpeed' (lines '197'-'354').
73346 src/com/itac/reporthandler/DistanceReport.java 198 Found 'DD'-anomaly for variable 'endSpeed' (lines '198'-'301').
73347 src/com/itac/reporthandler/DistanceReport.java 198 Found 'DU'-anomaly for variable 'endSpeed' (lines '198'-'354').
73348 src/com/itac/reporthandler/DistanceReport.java 199 Found 'DU'-anomaly for variable 'tripDistTotal' (lines '199'-'354').
73349 src/com/itac/reporthandler/DistanceReport.java 200 Found 'DU'-anomaly for variable 'nonTripDistTotal' (lines '200'-'354').
73350 src/com/itac/reporthandler/DistanceReport.java 201 Found 'DD'-anomaly for variable 'dateFlag' (lines '201'-'236').
73351 src/com/itac/reporthandler/DistanceReport.java 202 Found 'DD'-anomaly for variable 'organizationId' (lines '202'-'207').
73352 src/com/itac/reporthandler/DistanceReport.java 203 Found 'DU'-anomaly for variable 'inputlist' (lines '203'-'354').
73353 src/com/itac/reporthandler/DistanceReport.java 203 Local variable 'inputlist' could be declared final
73354 src/com/itac/reporthandler/DistanceReport.java 204 Found 'DU'-anomaly for variable 'ldr' (lines '204'-'354').
73355 src/com/itac/reporthandler/DistanceReport.java 204 Local variable 'ldr' could be declared final
73356 src/com/itac/reporthandler/DistanceReport.java 207 Found 'DU'-anomaly for variable 'organizationId' (lines '207'-'354').
73357 src/com/itac/reporthandler/DistanceReport.java 207 Potential violation of Law of Demeter (method chain calls)
73358 src/com/itac/reporthandler/DistanceReport.java 207 Potential violation of Law of Demeter (method chain calls)
73359 src/com/itac/reporthandler/DistanceReport.java 209 Avoid using if statements without curly braces
73360 src/com/itac/reporthandler/DistanceReport.java 210 Potential violation of Law of Demeter (method chain calls)
73361 src/com/itac/reporthandler/DistanceReport.java 210 Use equals() to compare strings instead of '==' or '!='
73362 src/com/itac/reporthandler/DistanceReport.java 211 Potential violation of Law of Demeter (method chain calls)
73363 src/com/itac/reporthandler/DistanceReport.java 211 Potential violation of Law of Demeter (method chain calls)
73364 src/com/itac/reporthandler/DistanceReport.java 213 Avoid using if statements without curly braces
73365 src/com/itac/reporthandler/DistanceReport.java 214 Potential violation of Law of Demeter (method chain calls)
73366 src/com/itac/reporthandler/DistanceReport.java 214 Use equals() to compare strings instead of '==' or '!='
73367 src/com/itac/reporthandler/DistanceReport.java 215 Potential violation of Law of Demeter (method chain calls)
73368 src/com/itac/reporthandler/DistanceReport.java 215 Potential violation of Law of Demeter (method chain calls)
73369 src/com/itac/reporthandler/DistanceReport.java 217 Avoid declaring a variable if it is unreferenced before a possible exit point.
73370 src/com/itac/reporthandler/DistanceReport.java 217 Found 'DU'-anomaly for variable 'vehiclestr' (lines '217'-'354').
73371 src/com/itac/reporthandler/DistanceReport.java 217 Local variable 'vehiclestr' could be declared final
73372 src/com/itac/reporthandler/DistanceReport.java 217 Potential violation of Law of Demeter (method chain calls)
73373 src/com/itac/reporthandler/DistanceReport.java 227 Potential violation of Law of Demeter (method chain calls)
73374 src/com/itac/reporthandler/DistanceReport.java 227 Potential violation of Law of Demeter (method chain calls)
73375 src/com/itac/reporthandler/DistanceReport.java 237 Position literals first in String comparisons
73376 src/com/itac/reporthandler/DistanceReport.java 238 A method should have only one exit point, and that should be the last statement in the method
73377 src/com/itac/reporthandler/DistanceReport.java 248 Local variable 'jarray' could be declared final
73378 src/com/itac/reporthandler/DistanceReport.java 251 Found 'DD'-anomaly for variable 'speedValues' (lines '251'-'253').
73379 src/com/itac/reporthandler/DistanceReport.java 253 Avoid instantiating new objects inside loops
73380 src/com/itac/reporthandler/DistanceReport.java 253 Found 'DD'-anomaly for variable 'speedValues' (lines '253'-'253').
73381 src/com/itac/reporthandler/DistanceReport.java 253 Potential violation of Law of Demeter (method chain calls)
73382 src/com/itac/reporthandler/DistanceReport.java 254 Potential violation of Law of Demeter (method chain calls)
73383 src/com/itac/reporthandler/DistanceReport.java 259 Local variable 'vehicleQuery' could be declared final
73384 src/com/itac/reporthandler/DistanceReport.java 263 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
73385 src/com/itac/reporthandler/DistanceReport.java 267 Local variable 'listiter' could be declared final
73386 src/com/itac/reporthandler/DistanceReport.java 270 Found 'DD'-anomaly for variable 'tempvalue' (lines '270'-'284').
73387 src/com/itac/reporthandler/DistanceReport.java 274 Local variable 'arr' could be declared final
73388 src/com/itac/reporthandler/DistanceReport.java 277 Local variable 'arrval' could be declared final
73389 src/com/itac/reporthandler/DistanceReport.java 286 Local variable 'vehicleid' could be declared final
73390 src/com/itac/reporthandler/DistanceReport.java 298 Avoid instantiating new objects inside loops
73391 src/com/itac/reporthandler/DistanceReport.java 300 Potential violation of Law of Demeter (method chain calls)
73392 src/com/itac/reporthandler/DistanceReport.java 300 Potential violation of Law of Demeter (method chain calls)
73393 src/com/itac/reporthandler/DistanceReport.java 301 Potential violation of Law of Demeter (method chain calls)
73394 src/com/itac/reporthandler/DistanceReport.java 301 Potential violation of Law of Demeter (method chain calls)
73395 src/com/itac/reporthandler/DistanceReport.java 302 Position literals first in String comparisons
73396 src/com/itac/reporthandler/DistanceReport.java 302 Position literals first in String comparisons
73397 src/com/itac/reporthandler/DistanceReport.java 303 Local variable 'distvalues' could be declared final
73398 src/com/itac/reporthandler/DistanceReport.java 304 Avoid using if statements without curly braces
73399 src/com/itac/reporthandler/DistanceReport.java 307 Local variable 'distvalues' could be declared final
73400 src/com/itac/reporthandler/DistanceReport.java 308 Avoid using if statements without curly braces
73401 src/com/itac/reporthandler/DistanceReport.java 311 Local variable 'distlist' could be declared final
73402 src/com/itac/reporthandler/DistanceReport.java 315 Local variable 'datevo' could be declared final
73403 src/com/itac/reporthandler/DistanceReport.java 315 Potential violation of Law of Demeter (method chain calls)
73404 src/com/itac/reporthandler/DistanceReport.java 323 Avoid instantiating new objects inside loops
73405 src/com/itac/reporthandler/DistanceReport.java 325 Found 'DU'-anomaly for variable 'tripDistTotal' (lines '325'-'354').
73406 src/com/itac/reporthandler/DistanceReport.java 326 Found 'DU'-anomaly for variable 'nonTripDistTotal' (lines '326'-'354').
73407 src/com/itac/reporthandler/DistanceReport.java 329 Avoid instantiating new objects inside loops
73408 src/com/itac/reporthandler/DistanceReport.java 336 Avoid instantiating new objects inside loops
73409 src/com/itac/reporthandler/DistanceReport.java 339 Found 'DU'-anomaly for variable 'tempvalue' (lines '339'-'354').
73410 src/com/itac/reporthandler/DistanceReport.java 348 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73411 src/com/itac/reporthandler/DistanceReport.java 350 There is log block not surrounded by if
73412 src/com/itac/reporthandler/DistanceReport.java 353 Returning 'vehSpeedValues' may expose an internal array.
73413 src/com/itac/reporthandler/DistanceReport.java 357 Avoid using implementation types like 'Hashtable'; use the interface instead
73414 src/com/itac/reporthandler/DistanceReport.java 357 Consider replacing this Hashtable with the newer java.util.Map
73415 src/com/itac/reporthandler/DistanceReport.java 357 Parameter 'input' is not assigned and could be declared final
73416 src/com/itac/reporthandler/DistanceReport.java 357 publicMethodCommentRequirement Required
73417 src/com/itac/reporthandler/DistanceReport.java 359 Found 'DD'-anomaly for variable 'fromTime' (lines '359'-'396').
73418 src/com/itac/reporthandler/DistanceReport.java 360 Found 'DD'-anomaly for variable 'toTime' (lines '360'-'398').
73419 src/com/itac/reporthandler/DistanceReport.java 361 Found 'DD'-anomaly for variable 'tripId' (lines '361'-'372').
73420 src/com/itac/reporthandler/DistanceReport.java 362 Found 'DD'-anomaly for variable 'vehicleId' (lines '362'-'388').
73421 src/com/itac/reporthandler/DistanceReport.java 363 Found 'DD'-anomaly for variable 'vehicleName' (lines '363'-'389').
73422 src/com/itac/reporthandler/DistanceReport.java 364 Local variable 'currentDateTime' could be declared final
73423 src/com/itac/reporthandler/DistanceReport.java 365 Found 'DU'-anomaly for variable 'calendar' (lines '365'-'434').
73424 src/com/itac/reporthandler/DistanceReport.java 365 Local variable 'calendar' could be declared final
73425 src/com/itac/reporthandler/DistanceReport.java 366 Found 'DD'-anomaly for variable 'tripTimeQry' (lines '366'-'377').
73426 src/com/itac/reporthandler/DistanceReport.java 366 Found 'DD'-anomaly for variable 'tripTimeQry' (lines '366'-'379').
73427 src/com/itac/reporthandler/DistanceReport.java 367 Found 'DD'-anomaly for variable 'livePacketQry' (lines '367'-'400').
73428 src/com/itac/reporthandler/DistanceReport.java 369 Found 'DD'-anomaly for variable 'tripMeter' (lines '369'-'426').
73429 src/com/itac/reporthandler/DistanceReport.java 372 Potential violation of Law of Demeter (method chain calls)
73430 src/com/itac/reporthandler/DistanceReport.java 372 Potential violation of Law of Demeter (method chain calls)
73431 src/com/itac/reporthandler/DistanceReport.java 383 Local variable 'tripTimeList' could be declared final
73432 src/com/itac/reporthandler/DistanceReport.java 385 Local variable 'timeIter' could be declared final
73433 src/com/itac/reporthandler/DistanceReport.java 387 Local variable 'rows' could be declared final
73434 src/com/itac/reporthandler/DistanceReport.java 388 Found 'DD'-anomaly for variable 'vehicleId' (lines '388'-'388').
73435 src/com/itac/reporthandler/DistanceReport.java 389 Found 'DD'-anomaly for variable 'vehicleName' (lines '389'-'389').
73436 src/com/itac/reporthandler/DistanceReport.java 391 Potential violation of Law of Demeter (method chain calls)
73437 src/com/itac/reporthandler/DistanceReport.java 391 Potential violation of Law of Demeter (method chain calls)
73438 src/com/itac/reporthandler/DistanceReport.java 392 Potential violation of Law of Demeter (method chain calls)
73439 src/com/itac/reporthandler/DistanceReport.java 392 Potential violation of Law of Demeter (method chain calls)
73440 src/com/itac/reporthandler/DistanceReport.java 392 Potential violation of Law of Demeter (method chain calls)
73441 src/com/itac/reporthandler/DistanceReport.java 392 Potential violation of Law of Demeter (method chain calls)
73442 src/com/itac/reporthandler/DistanceReport.java 393 Potential violation of Law of Demeter (method chain calls)
73443 src/com/itac/reporthandler/DistanceReport.java 393 Potential violation of Law of Demeter (method chain calls)
73444 src/com/itac/reporthandler/DistanceReport.java 394 Potential violation of Law of Demeter (method chain calls)
73445 src/com/itac/reporthandler/DistanceReport.java 394 Potential violation of Law of Demeter (method chain calls)
73446 src/com/itac/reporthandler/DistanceReport.java 394 Potential violation of Law of Demeter (method chain calls)
73447 src/com/itac/reporthandler/DistanceReport.java 394 Potential violation of Law of Demeter (method chain calls)
73448 src/com/itac/reporthandler/DistanceReport.java 394 Useless parentheses.
73449 src/com/itac/reporthandler/DistanceReport.java 396 Found 'DD'-anomaly for variable 'fromTime' (lines '396'-'396').
73450 src/com/itac/reporthandler/DistanceReport.java 398 Found 'DD'-anomaly for variable 'toTime' (lines '398'-'398').
73451 src/com/itac/reporthandler/DistanceReport.java 404 Local variable 'packtList' could be declared final
73452 src/com/itac/reporthandler/DistanceReport.java 406 Found 'DU'-anomaly for variable 'packtIter' (lines '406'-'434').
73453 src/com/itac/reporthandler/DistanceReport.java 406 Local variable 'packtIter' could be declared final
73454 src/com/itac/reporthandler/DistanceReport.java 407 Found 'DU'-anomaly for variable 'count' (lines '407'-'434').
73455 src/com/itac/reporthandler/DistanceReport.java 408 Avoid using Literals in Conditional Statements
73456 src/com/itac/reporthandler/DistanceReport.java 408 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
73457 src/com/itac/reporthandler/DistanceReport.java 412 Avoid instantiating new objects inside loops
73458 src/com/itac/reporthandler/DistanceReport.java 414 Found 'DU'-anomaly for variable 'count' (lines '414'-'434').
73459 src/com/itac/reporthandler/DistanceReport.java 418 Potential violation of Law of Demeter (method chain calls)
73460 src/com/itac/reporthandler/DistanceReport.java 418 Potential violation of Law of Demeter (method chain calls)
73461 src/com/itac/reporthandler/DistanceReport.java 418 Potential violation of Law of Demeter (method chain calls)
73462 src/com/itac/reporthandler/DistanceReport.java 418 Potential violation of Law of Demeter (method chain calls)
73463 src/com/itac/reporthandler/DistanceReport.java 418 Potential violation of Law of Demeter (method chain calls)
73464 src/com/itac/reporthandler/DistanceReport.java 418 Potential violation of Law of Demeter (method chain calls)
73465 src/com/itac/reporthandler/DistanceReport.java 418 Potential violation of Law of Demeter (method chain calls)
73466 src/com/itac/reporthandler/DistanceReport.java 418 Potential violation of Law of Demeter (method chain calls)
73467 src/com/itac/reporthandler/DistanceReport.java 419 Potential violation of Law of Demeter (method chain calls)
73468 src/com/itac/reporthandler/DistanceReport.java 419 Potential violation of Law of Demeter (method chain calls)
73469 src/com/itac/reporthandler/DistanceReport.java 420 Potential violation of Law of Demeter (method chain calls)
73470 src/com/itac/reporthandler/DistanceReport.java 420 Potential violation of Law of Demeter (method chain calls)
73471 src/com/itac/reporthandler/DistanceReport.java 421 Potential violation of Law of Demeter (method chain calls)
73472 src/com/itac/reporthandler/DistanceReport.java 421 Potential violation of Law of Demeter (method chain calls)
73473 src/com/itac/reporthandler/DistanceReport.java 422 Potential violation of Law of Demeter (method chain calls)
73474 src/com/itac/reporthandler/DistanceReport.java 422 Potential violation of Law of Demeter (method chain calls)
73475 src/com/itac/reporthandler/DistanceReport.java 429 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73476 src/com/itac/reporthandler/DistanceReport.java 430 There is log block not surrounded by if
73477 src/com/itac/reporthandler/DistanceReport.java 431 Avoid printStackTrace(); use a logger call instead.
73478 src/com/itac/reporthandler/DistanceReport.java 437 Parameter 'fromDate' is not assigned and could be declared final
73479 src/com/itac/reporthandler/DistanceReport.java 437 Parameter 'vehicleid' is not assigned and could be declared final
73480 src/com/itac/reporthandler/DistanceReport.java 437 publicMethodCommentRequirement Required
73481 src/com/itac/reporthandler/DistanceReport.java 438 Parameter 'flag' is not assigned and could be declared final
73482 src/com/itac/reporthandler/DistanceReport.java 438 Parameter 'toDate' is not assigned and could be declared final
73483 src/com/itac/reporthandler/DistanceReport.java 440 Avoid declaring a variable if it is unreferenced before a possible exit point.
73484 src/com/itac/reporthandler/DistanceReport.java 440 Avoid unused local variables such as 'distance'.
73485 src/com/itac/reporthandler/DistanceReport.java 440 Found 'DU'-anomaly for variable 'distance' (lines '440'-'474').
73486 src/com/itac/reporthandler/DistanceReport.java 440 Local variable 'distance' could be declared final
73487 src/com/itac/reporthandler/DistanceReport.java 441 Found 'DD'-anomaly for variable 'distanceQuery' (lines '441'-'445').
73488 src/com/itac/reporthandler/DistanceReport.java 441 Found 'DD'-anomaly for variable 'distanceQuery' (lines '441'-'448').
73489 src/com/itac/reporthandler/DistanceReport.java 442 Found 'DD'-anomaly for variable 'distanceData' (lines '442'-'460').
73490 src/com/itac/reporthandler/DistanceReport.java 442 Found 'DD'-anomaly for variable 'distanceData' (lines '442'-'467').
73491 src/com/itac/reporthandler/DistanceReport.java 454 Local variable 'distlist' could be declared final
73492 src/com/itac/reporthandler/DistanceReport.java 456 Potential violation of Law of Demeter (object not created locally)
73493 src/com/itac/reporthandler/DistanceReport.java 456 Potential violation of Law of Demeter (object not created locally)
73494 src/com/itac/reporthandler/DistanceReport.java 456 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
73495 src/com/itac/reporthandler/DistanceReport.java 457 Local variable 'distIter' could be declared final
73496 src/com/itac/reporthandler/DistanceReport.java 457 Potential violation of Law of Demeter (object not created locally)
73497 src/com/itac/reporthandler/DistanceReport.java 459 Local variable 'rows' could be declared final
73498 src/com/itac/reporthandler/DistanceReport.java 460 Avoid instantiating new objects inside loops
73499 src/com/itac/reporthandler/DistanceReport.java 467 Assigning an Object to null is a code smell. Consider refactoring.
73500 src/com/itac/reporthandler/DistanceReport.java 469 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73501 src/com/itac/reporthandler/DistanceReport.java 471 There is log block not surrounded by if
73502 src/com/itac/reporthandler/DistanceReport.java 478 Avoid really long methods.
73503 src/com/itac/reporthandler/DistanceReport.java 478 Avoid using implementation types like 'Hashtable'; use the interface instead
73504 src/com/itac/reporthandler/DistanceReport.java 478 Consider replacing this Hashtable with the newer java.util.Map
73505 src/com/itac/reporthandler/DistanceReport.java 478 Found 'UR'-anomaly for variable 's' (lines '478'-'516').
73506 src/com/itac/reporthandler/DistanceReport.java 478 Parameter 'hashtable' is not assigned and could be declared final
73507 src/com/itac/reporthandler/DistanceReport.java 478 The method 'getDistanceInMeter' has a Cyclomatic Complexity of 17.
73508 src/com/itac/reporthandler/DistanceReport.java 478 The method getDistanceInMeter() has an NPath complexity of 721
73509 src/com/itac/reporthandler/DistanceReport.java 478 publicMethodCommentRequirement Required
73510 src/com/itac/reporthandler/DistanceReport.java 480 Found 'DD'-anomaly for variable 'tripMeter' (lines '480'-'596').
73511 src/com/itac/reporthandler/DistanceReport.java 482 Local variable 'getData' could be declared final
73512 src/com/itac/reporthandler/DistanceReport.java 483 Local variable 'vehicleId' could be declared final
73513 src/com/itac/reporthandler/DistanceReport.java 483 Potential violation of Law of Demeter (method chain calls)
73514 src/com/itac/reporthandler/DistanceReport.java 483 Potential violation of Law of Demeter (method chain calls)
73515 src/com/itac/reporthandler/DistanceReport.java 486 Found 'DD'-anomaly for variable 'paramQuery' (lines '486'-'526').
73516 src/com/itac/reporthandler/DistanceReport.java 486 Found 'DD'-anomaly for variable 'paramQuery' (lines '486'-'533').
73517 src/com/itac/reporthandler/DistanceReport.java 492 Local variable 'vehNameQuery' could be declared final
73518 src/com/itac/reporthandler/DistanceReport.java 495 Local variable 'vehicleName' could be declared final
73519 src/com/itac/reporthandler/DistanceReport.java 497 Found 'DD'-anomaly for variable 'vehicleNameValue' (lines '497'-'499').
73520 src/com/itac/reporthandler/DistanceReport.java 498 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
73521 src/com/itac/reporthandler/DistanceReport.java 502 Local variable 'tripNameQuery' could be declared final
73522 src/com/itac/reporthandler/DistanceReport.java 505 Local variable 'tripid' could be declared final
73523 src/com/itac/reporthandler/DistanceReport.java 507 Found 'DD'-anomaly for variable 'tripIdValue' (lines '507'-'509').
73524 src/com/itac/reporthandler/DistanceReport.java 508 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
73525 src/com/itac/reporthandler/DistanceReport.java 509 Potential violation of Law of Demeter (method chain calls)
73526 src/com/itac/reporthandler/DistanceReport.java 509 Potential violation of Law of Demeter (method chain calls)
73527 src/com/itac/reporthandler/DistanceReport.java 512 Local variable 'eventCode' could be declared final
73528 src/com/itac/reporthandler/DistanceReport.java 513 Found 'DD'-anomaly for variable 'event' (lines '513'-'516').
73529 src/com/itac/reporthandler/DistanceReport.java 514 Found 'DU'-anomaly for variable 'incr' (lines '514'-'603').
73530 src/com/itac/reporthandler/DistanceReport.java 515 Local variable 's' could be declared final
73531 src/com/itac/reporthandler/DistanceReport.java 516 Found 'DD'-anomaly for variable 'event' (lines '516'-'516').
73532 src/com/itac/reporthandler/DistanceReport.java 517 Found 'DU'-anomaly for variable 'incr' (lines '517'-'603').
73533 src/com/itac/reporthandler/DistanceReport.java 520 Local variable 'currentDate' could be declared final
73534 src/com/itac/reporthandler/DistanceReport.java 522 Local variable 'stamp' could be declared final
73535 src/com/itac/reporthandler/DistanceReport.java 524 Local variable 'tripParamid' could be declared final
73536 src/com/itac/reporthandler/DistanceReport.java 541 Local variable 'maxTripId' could be declared final
73537 src/com/itac/reporthandler/DistanceReport.java 543 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
73538 src/com/itac/reporthandler/DistanceReport.java 545 Local variable 'paramId' could be declared final
73539 src/com/itac/reporthandler/DistanceReport.java 546 Local variable 'query' could be declared final
73540 src/com/itac/reporthandler/DistanceReport.java 549 Local variable 'eventCode1' could be declared final
73541 src/com/itac/reporthandler/DistanceReport.java 550 Avoid variables with short names like no
73542 src/com/itac/reporthandler/DistanceReport.java 550 Found 'DD'-anomaly for variable 'no' (lines '550'-'553').
73543 src/com/itac/reporthandler/DistanceReport.java 552 Avoid using if statements without curly braces
73544 src/com/itac/reporthandler/DistanceReport.java 552 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
73545 src/com/itac/reporthandler/DistanceReport.java 553 Potential violation of Law of Demeter (method chain calls)
73546 src/com/itac/reporthandler/DistanceReport.java 553 Potential violation of Law of Demeter (method chain calls)
73547 src/com/itac/reporthandler/DistanceReport.java 559 Local variable 'hquery' could be declared final
73548 src/com/itac/reporthandler/DistanceReport.java 567 Local variable 'records' could be declared final
73549 src/com/itac/reporthandler/DistanceReport.java 568 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
73550 src/com/itac/reporthandler/DistanceReport.java 570 Avoid using Literals in Conditional Statements
73551 src/com/itac/reporthandler/DistanceReport.java 570 These nested if statements could be combined
73552 src/com/itac/reporthandler/DistanceReport.java 572 Local variable 'first' could be declared final
73553 src/com/itac/reporthandler/DistanceReport.java 573 Local variable 'second' could be declared final
73554 src/com/itac/reporthandler/DistanceReport.java 574 Local variable 'destLat' could be declared final
73555 src/com/itac/reporthandler/DistanceReport.java 575 Local variable 'destLan' could be declared final
73556 src/com/itac/reporthandler/DistanceReport.java 577 Local variable 'srsLat' could be declared final
73557 src/com/itac/reporthandler/DistanceReport.java 578 Local variable 'srcLan' could be declared final
73558 src/com/itac/reporthandler/DistanceReport.java 588 Potential violation of Law of Demeter (method chain calls)
73559 src/com/itac/reporthandler/DistanceReport.java 588 There is log block not surrounded by if
73560 src/com/itac/reporthandler/DistanceReport.java 598 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73561 src/com/itac/reporthandler/DistanceReport.java 599 There is log block not surrounded by if
73562 src/com/itac/reporthandler/Fence.java 1 A high number of imports can indicate a high degree of coupling within an object.
73563 src/com/itac/reporthandler/Fence.java 1 Possible God class (WMC=240, ATFD=534, TCC=0.05789473684210526)
73564 src/com/itac/reporthandler/Fence.java 32 Avoid unused imports such as 'java.text.DecimalFormat'
73565 src/com/itac/reporthandler/Fence.java 42 Avoid unused imports such as 'java.util.StringTokenizer'
73566 src/com/itac/reporthandler/Fence.java 44 Avoid unused imports such as 'net.sf.json.JSONArray'
73567 src/com/itac/reporthandler/Fence.java 46 Avoid unused imports such as 'org.apache.commons.lang3.time.DurationFormatUtils'
73568 src/com/itac/reporthandler/Fence.java 48 Avoid unused imports such as 'org.json.JSONObject'
73569 src/com/itac/reporthandler/Fence.java 61 Avoid unused imports such as 'com.google.gson.JsonArray'
73570 src/com/itac/reporthandler/Fence.java 62 Avoid unused imports such as 'com.google.gson.JsonObject'
73571 src/com/itac/reporthandler/Fence.java 63 Avoid unused imports such as 'com.google.gson.JsonParser'
73572 src/com/itac/reporthandler/Fence.java 70 Avoid unused imports such as 'com.itac.hibernatefactory.HibernatePlug'
73573 src/com/itac/reporthandler/Fence.java 78 Avoid unused imports such as 'com.itac.vo.FencePunctualityData'
73574 src/com/itac/reporthandler/Fence.java 82 Avoid duplicate imports such as 'com.itac.vo.FencePunctualityData'
73575 src/com/itac/reporthandler/Fence.java 85 Avoid unused imports such as 'com.itac.vo.PacketData'
73576 src/com/itac/reporthandler/Fence.java 86 Avoid unused imports such as 'com.itac.vo.PunctualityData'
73577 src/com/itac/reporthandler/Fence.java 87 Avoid unused imports such as 'com.itac.vo.StopStatus'
73578 src/com/itac/reporthandler/Fence.java 91 Avoid unused imports such as 'com.itac.vo.TripVO'
73579 src/com/itac/reporthandler/Fence.java 93 Avoid really long classes.
73580 src/com/itac/reporthandler/Fence.java 93 The class 'Fence' has a Cyclomatic Complexity of 12 (Highest = 65).
73581 src/com/itac/reporthandler/Fence.java 93 Too many fields
73582 src/com/itac/reporthandler/Fence.java 93 headerCommentRequirement Required
73583 src/com/itac/reporthandler/Fence.java 95 The Logger variable declaration does not contain the static and final modifiers
73584 src/com/itac/reporthandler/Fence.java 95 fieldCommentRequirement Required
73585 src/com/itac/reporthandler/Fence.java 98 Found non-transient, non-static member. Please mark as transient or provide accessors.
73586 src/com/itac/reporthandler/Fence.java 98 Use explicit scoping instead of the default package private level
73587 src/com/itac/reporthandler/Fence.java 98 fieldCommentRequirement Required
73588 src/com/itac/reporthandler/Fence.java 101 Found non-transient, non-static member. Please mark as transient or provide accessors.
73589 src/com/itac/reporthandler/Fence.java 101 Use explicit scoping instead of the default package private level
73590 src/com/itac/reporthandler/Fence.java 101 fieldCommentRequirement Required
73591 src/com/itac/reporthandler/Fence.java 103 Avoid using redundant field initializer for 'fencedata'
73592 src/com/itac/reporthandler/Fence.java 103 Found non-transient, non-static member. Please mark as transient or provide accessors.
73593 src/com/itac/reporthandler/Fence.java 103 Use explicit scoping instead of the default package private level
73594 src/com/itac/reporthandler/Fence.java 103 fieldCommentRequirement Required
73595 src/com/itac/reporthandler/Fence.java 104 Found non-transient, non-static member. Please mark as transient or provide accessors.
73596 src/com/itac/reporthandler/Fence.java 104 Use explicit scoping instead of the default package private level
73597 src/com/itac/reporthandler/Fence.java 104 fieldCommentRequirement Required
73598 src/com/itac/reporthandler/Fence.java 105 Found non-transient, non-static member. Please mark as transient or provide accessors.
73599 src/com/itac/reporthandler/Fence.java 105 Use explicit scoping instead of the default package private level
73600 src/com/itac/reporthandler/Fence.java 105 fieldCommentRequirement Required
73601 src/com/itac/reporthandler/Fence.java 106 Avoid using redundant field initializer for 'fenceList'
73602 src/com/itac/reporthandler/Fence.java 106 Found non-transient, non-static member. Please mark as transient or provide accessors.
73603 src/com/itac/reporthandler/Fence.java 106 Use explicit scoping instead of the default package private level
73604 src/com/itac/reporthandler/Fence.java 106 fieldCommentRequirement Required
73605 src/com/itac/reporthandler/Fence.java 107 Found non-transient, non-static member. Please mark as transient or provide accessors.
73606 src/com/itac/reporthandler/Fence.java 107 Use explicit scoping instead of the default package private level
73607 src/com/itac/reporthandler/Fence.java 107 fieldCommentRequirement Required
73608 src/com/itac/reporthandler/Fence.java 108 Avoid using redundant field initializer for 'fenceId'
73609 src/com/itac/reporthandler/Fence.java 108 Found non-transient, non-static member. Please mark as transient or provide accessors.
73610 src/com/itac/reporthandler/Fence.java 108 Use explicit scoping instead of the default package private level
73611 src/com/itac/reporthandler/Fence.java 108 fieldCommentRequirement Required
73612 src/com/itac/reporthandler/Fence.java 109 Found non-transient, non-static member. Please mark as transient or provide accessors.
73613 src/com/itac/reporthandler/Fence.java 109 StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
73614 src/com/itac/reporthandler/Fence.java 109 Use explicit scoping instead of the default package private level
73615 src/com/itac/reporthandler/Fence.java 109 fieldCommentRequirement Required
73616 src/com/itac/reporthandler/Fence.java 110 Avoid using redundant field initializer for 'becoveredtemp'
73617 src/com/itac/reporthandler/Fence.java 110 Found non-transient, non-static member. Please mark as transient or provide accessors.
73618 src/com/itac/reporthandler/Fence.java 110 Use explicit scoping instead of the default package private level
73619 src/com/itac/reporthandler/Fence.java 110 fieldCommentRequirement Required
73620 src/com/itac/reporthandler/Fence.java 111 Avoid using redundant field initializer for 'nextFenceId'
73621 src/com/itac/reporthandler/Fence.java 111 Found non-transient, non-static member. Please mark as transient or provide accessors.
73622 src/com/itac/reporthandler/Fence.java 111 Use explicit scoping instead of the default package private level
73623 src/com/itac/reporthandler/Fence.java 111 fieldCommentRequirement Required
73624 src/com/itac/reporthandler/Fence.java 112 Avoid using redundant field initializer for 'prevFenceId'
73625 src/com/itac/reporthandler/Fence.java 112 Found non-transient, non-static member. Please mark as transient or provide accessors.
73626 src/com/itac/reporthandler/Fence.java 112 Use explicit scoping instead of the default package private level
73627 src/com/itac/reporthandler/Fence.java 112 fieldCommentRequirement Required
73628 src/com/itac/reporthandler/Fence.java 113 Avoid using redundant field initializer for 'endFenceId'
73629 src/com/itac/reporthandler/Fence.java 113 Found non-transient, non-static member. Please mark as transient or provide accessors.
73630 src/com/itac/reporthandler/Fence.java 113 Use explicit scoping instead of the default package private level
73631 src/com/itac/reporthandler/Fence.java 113 fieldCommentRequirement Required
73632 src/com/itac/reporthandler/Fence.java 114 Avoid using redundant field initializer for 'fenceMain'
73633 src/com/itac/reporthandler/Fence.java 114 Found non-transient, non-static member. Please mark as transient or provide accessors.
73634 src/com/itac/reporthandler/Fence.java 114 Use explicit scoping instead of the default package private level
73635 src/com/itac/reporthandler/Fence.java 114 fieldCommentRequirement Required
73636 src/com/itac/reporthandler/Fence.java 115 Avoid using redundant field initializer for 'stoppageData'
73637 src/com/itac/reporthandler/Fence.java 115 Use explicit scoping instead of the default package private level
73638 src/com/itac/reporthandler/Fence.java 115 fieldCommentRequirement Required
73639 src/com/itac/reporthandler/Fence.java 116 Avoid using redundant field initializer for 'stoppageInfo'
73640 src/com/itac/reporthandler/Fence.java 116 Use explicit scoping instead of the default package private level
73641 src/com/itac/reporthandler/Fence.java 116 fieldCommentRequirement Required
73642 src/com/itac/reporthandler/Fence.java 117 Avoid using redundant field initializer for 'tripEntryData'
73643 src/com/itac/reporthandler/Fence.java 117 Use explicit scoping instead of the default package private level
73644 src/com/itac/reporthandler/Fence.java 117 fieldCommentRequirement Required
73645 src/com/itac/reporthandler/Fence.java 118 Found non-transient, non-static member. Please mark as transient or provide accessors.
73646 src/com/itac/reporthandler/Fence.java 118 Use explicit scoping instead of the default package private level
73647 src/com/itac/reporthandler/Fence.java 118 When instantiating a SimpleDateFormat object, specify a Locale
73648 src/com/itac/reporthandler/Fence.java 118 fieldCommentRequirement Required
73649 src/com/itac/reporthandler/Fence.java 119 Found non-transient, non-static member. Please mark as transient or provide accessors.
73650 src/com/itac/reporthandler/Fence.java 119 The String literal "yyyy-MM-dd" appears 7 times in this file; the first occurrence is on line 119
73651 src/com/itac/reporthandler/Fence.java 119 Use explicit scoping instead of the default package private level
73652 src/com/itac/reporthandler/Fence.java 119 When instantiating a SimpleDateFormat object, specify a Locale
73653 src/com/itac/reporthandler/Fence.java 119 fieldCommentRequirement Required
73654 src/com/itac/reporthandler/Fence.java 120 Avoid using redundant field initializer for 'fenceMaintenance'
73655 src/com/itac/reporthandler/Fence.java 120 Found non-transient, non-static member. Please mark as transient or provide accessors.
73656 src/com/itac/reporthandler/Fence.java 120 Use explicit scoping instead of the default package private level
73657 src/com/itac/reporthandler/Fence.java 120 fieldCommentRequirement Required
73658 src/com/itac/reporthandler/Fence.java 121 Found non-transient, non-static member. Please mark as transient or provide accessors.
73659 src/com/itac/reporthandler/Fence.java 121 Use explicit scoping instead of the default package private level
73660 src/com/itac/reporthandler/Fence.java 121 fieldCommentRequirement Required
73661 src/com/itac/reporthandler/Fence.java 122 Avoid using redundant field initializer for 'distance'
73662 src/com/itac/reporthandler/Fence.java 122 Found non-transient, non-static member. Please mark as transient or provide accessors.
73663 src/com/itac/reporthandler/Fence.java 122 Use explicit scoping instead of the default package private level
73664 src/com/itac/reporthandler/Fence.java 122 fieldCommentRequirement Required
73665 src/com/itac/reporthandler/Fence.java 123 Avoid using redundant field initializer for 'vehicleId'
73666 src/com/itac/reporthandler/Fence.java 123 Found non-transient, non-static member. Please mark as transient or provide accessors.
73667 src/com/itac/reporthandler/Fence.java 123 Use explicit scoping instead of the default package private level
73668 src/com/itac/reporthandler/Fence.java 123 fieldCommentRequirement Required
73669 src/com/itac/reporthandler/Fence.java 124 Found non-transient, non-static member. Please mark as transient or provide accessors.
73670 src/com/itac/reporthandler/Fence.java 124 Use explicit scoping instead of the default package private level
73671 src/com/itac/reporthandler/Fence.java 124 fieldCommentRequirement Required
73672 src/com/itac/reporthandler/Fence.java 125 Avoid using redundant field initializer for 'fenceSwipes'
73673 src/com/itac/reporthandler/Fence.java 125 Found non-transient, non-static member. Please mark as transient or provide accessors.
73674 src/com/itac/reporthandler/Fence.java 125 Use explicit scoping instead of the default package private level
73675 src/com/itac/reporthandler/Fence.java 125 fieldCommentRequirement Required
73676 src/com/itac/reporthandler/Fence.java 127 Found non-transient, non-static member. Please mark as transient or provide accessors.
73677 src/com/itac/reporthandler/Fence.java 127 Use explicit scoping instead of the default package private level
73678 src/com/itac/reporthandler/Fence.java 127 When instantiating a SimpleDateFormat object, specify a Locale
73679 src/com/itac/reporthandler/Fence.java 127 fieldCommentRequirement Required
73680 src/com/itac/reporthandler/Fence.java 130 Found non-transient, non-static member. Please mark as transient or provide accessors.
73681 src/com/itac/reporthandler/Fence.java 130 Use explicit scoping instead of the default package private level
73682 src/com/itac/reporthandler/Fence.java 130 fieldCommentRequirement Required
73683 src/com/itac/reporthandler/Fence.java 131 Avoid using redundant field initializer for 'offlineDate'
73684 src/com/itac/reporthandler/Fence.java 131 Found non-transient, non-static member. Please mark as transient or provide accessors.
73685 src/com/itac/reporthandler/Fence.java 131 Use explicit scoping instead of the default package private level
73686 src/com/itac/reporthandler/Fence.java 131 fieldCommentRequirement Required
73687 src/com/itac/reporthandler/Fence.java 133 The String literal "deprecation" appears 5 times in this file; the first occurrence is on line 133
73688 src/com/itac/reporthandler/Fence.java 134 Avoid really long methods.
73689 src/com/itac/reporthandler/Fence.java 134 Avoid using implementation types like 'Hashtable'; use the interface instead
73690 src/com/itac/reporthandler/Fence.java 134 Consider replacing this Hashtable with the newer java.util.Map
73691 src/com/itac/reporthandler/Fence.java 134 Found 'UR'-anomaly for variable 'fenceset' (lines '134'-'318').
73692 src/com/itac/reporthandler/Fence.java 134 Parameter 'input' is not assigned and could be declared final
73693 src/com/itac/reporthandler/Fence.java 134 The method 'getFenceInfo' has a Cyclomatic Complexity of 65.
73694 src/com/itac/reporthandler/Fence.java 134 The method getFenceInfo() has an NCSS line count of 260
73695 src/com/itac/reporthandler/Fence.java 134 publicMethodCommentRequirement Required
73696 src/com/itac/reporthandler/Fence.java 137 Found 'DD'-anomaly for variable 'fromTime' (lines '137'-'159').
73697 src/com/itac/reporthandler/Fence.java 138 Found 'DD'-anomaly for variable 'toTime' (lines '138'-'160').
73698 src/com/itac/reporthandler/Fence.java 139 Local variable 'calendar' could be declared final
73699 src/com/itac/reporthandler/Fence.java 140 Found 'DD'-anomaly for variable 'tripList' (lines '140'-'253').
73700 src/com/itac/reporthandler/Fence.java 141 Found 'DD'-anomaly for variable 'tripId' (lines '141'-'183').
73701 src/com/itac/reporthandler/Fence.java 142 Found 'DD'-anomaly for variable 'fenceArray' (lines '142'-'174').
73702 src/com/itac/reporthandler/Fence.java 143 Found 'DD'-anomaly for variable 'tripParamId' (lines '143'-'192').
73703 src/com/itac/reporthandler/Fence.java 144 Found 'DD'-anomaly for variable 'jsonfence' (lines '144'-'172').
73704 src/com/itac/reporthandler/Fence.java 145 Found 'DU'-anomaly for variable 'maxparamid' (lines '145'-'566').
73705 src/com/itac/reporthandler/Fence.java 146 Found 'DD'-anomaly for variable 'flag' (lines '146'-'158').
73706 src/com/itac/reporthandler/Fence.java 147 Found 'DD'-anomaly for variable 'session' (lines '147'-'197').
73707 src/com/itac/reporthandler/Fence.java 148 Found 'DD'-anomaly for variable 'rfcount' (lines '148'-'319').
73708 src/com/itac/reporthandler/Fence.java 149 Found 'DD'-anomaly for variable 'tripTimeQry' (lines '149'-'199').
73709 src/com/itac/reporthandler/Fence.java 150 Found 'DD'-anomaly for variable 'fenceQuery' (lines '150'-'278').
73710 src/com/itac/reporthandler/Fence.java 151 Avoid declaring a variable if it is unreferenced before a possible exit point.
73711 src/com/itac/reporthandler/Fence.java 151 Avoid unused local variables such as 'allFenceQry'.
73712 src/com/itac/reporthandler/Fence.java 151 Found 'DU'-anomaly for variable 'allFenceQry' (lines '151'-'566').
73713 src/com/itac/reporthandler/Fence.java 151 Local variable 'allFenceQry' could be declared final
73714 src/com/itac/reporthandler/Fence.java 152 Found 'DD'-anomaly for variable 'millisecond' (lines '152'-'155').
73715 src/com/itac/reporthandler/Fence.java 153 Local variable 'calDateToFetch' could be declared final
73716 src/com/itac/reporthandler/Fence.java 157 Potential violation of Law of Demeter (method chain calls)
73717 src/com/itac/reporthandler/Fence.java 168 Potential violation of Law of Demeter (method chain calls)
73718 src/com/itac/reporthandler/Fence.java 168 Potential violation of Law of Demeter (method chain calls)
73719 src/com/itac/reporthandler/Fence.java 169 The String literal "null" appears 4 times in this file; the first occurrence is on line 169
73720 src/com/itac/reporthandler/Fence.java 170 Potential violation of Law of Demeter (method chain calls)
73721 src/com/itac/reporthandler/Fence.java 170 Potential violation of Law of Demeter (method chain calls)
73722 src/com/itac/reporthandler/Fence.java 172 Potential violation of Law of Demeter (method chain calls)
73723 src/com/itac/reporthandler/Fence.java 173 Local variable 'jsonArr' could be declared final
73724 src/com/itac/reporthandler/Fence.java 174 Found 'DD'-anomaly for variable 'fenceArray' (lines '174'-'176').
73725 src/com/itac/reporthandler/Fence.java 176 Found 'DD'-anomaly for variable 'fenceArray' (lines '176'-'176').
73726 src/com/itac/reporthandler/Fence.java 180 Avoid using if statements without curly braces
73727 src/com/itac/reporthandler/Fence.java 181 Potential violation of Law of Demeter (method chain calls)
73728 src/com/itac/reporthandler/Fence.java 181 Potential violation of Law of Demeter (method chain calls)
73729 src/com/itac/reporthandler/Fence.java 181 Potential violation of Law of Demeter (method chain calls)
73730 src/com/itac/reporthandler/Fence.java 183 Potential violation of Law of Demeter (method chain calls)
73731 src/com/itac/reporthandler/Fence.java 183 Potential violation of Law of Demeter (method chain calls)
73732 src/com/itac/reporthandler/Fence.java 187 Avoid using if statements without curly braces
73733 src/com/itac/reporthandler/Fence.java 188 Potential violation of Law of Demeter (method chain calls)
73734 src/com/itac/reporthandler/Fence.java 188 Potential violation of Law of Demeter (method chain calls)
73735 src/com/itac/reporthandler/Fence.java 188 Potential violation of Law of Demeter (method chain calls)
73736 src/com/itac/reporthandler/Fence.java 190 Potential violation of Law of Demeter (method chain calls)
73737 src/com/itac/reporthandler/Fence.java 190 Potential violation of Law of Demeter (method chain calls)
73738 src/com/itac/reporthandler/Fence.java 192 Potential violation of Law of Demeter (method chain calls)
73739 src/com/itac/reporthandler/Fence.java 192 Potential violation of Law of Demeter (method chain calls)
73740 src/com/itac/reporthandler/Fence.java 195 Potential violation of Law of Demeter (method chain calls)
73741 src/com/itac/reporthandler/Fence.java 195 Potential violation of Law of Demeter (method chain calls)
73742 src/com/itac/reporthandler/Fence.java 197 Potential violation of Law of Demeter (method chain calls)
73743 src/com/itac/reporthandler/Fence.java 198 Position literals first in String comparisons for EqualsIgnoreCase
73744 src/com/itac/reporthandler/Fence.java 201 Position literals first in String comparisons for EqualsIgnoreCase
73745 src/com/itac/reporthandler/Fence.java 205 Avoid if (x != y) ..; else ..;
73746 src/com/itac/reporthandler/Fence.java 206 Avoid using if...else statements without curly braces
73747 src/com/itac/reporthandler/Fence.java 216 Local variable 'tripTimeList' could be declared final
73748 src/com/itac/reporthandler/Fence.java 218 Local variable 'timeIter' could be declared final
73749 src/com/itac/reporthandler/Fence.java 221 Local variable 'rows' could be declared final
73750 src/com/itac/reporthandler/Fence.java 224 Potential violation of Law of Demeter (method chain calls)
73751 src/com/itac/reporthandler/Fence.java 225 Potential violation of Law of Demeter (method chain calls)
73752 src/com/itac/reporthandler/Fence.java 225 This statement may have some unnecessary parentheses
73753 src/com/itac/reporthandler/Fence.java 225 Useless parentheses.
73754 src/com/itac/reporthandler/Fence.java 226 Potential violation of Law of Demeter (method chain calls)
73755 src/com/itac/reporthandler/Fence.java 227 Potential violation of Law of Demeter (method chain calls)
73756 src/com/itac/reporthandler/Fence.java 233 Potential violation of Law of Demeter (method chain calls)
73757 src/com/itac/reporthandler/Fence.java 234 Potential violation of Law of Demeter (method chain calls)
73758 src/com/itac/reporthandler/Fence.java 235 Potential violation of Law of Demeter (method chain calls)
73759 src/com/itac/reporthandler/Fence.java 236 Potential violation of Law of Demeter (method chain calls)
73760 src/com/itac/reporthandler/Fence.java 236 This statement may have some unnecessary parentheses
73761 src/com/itac/reporthandler/Fence.java 236 Useless parentheses.
73762 src/com/itac/reporthandler/Fence.java 244 Avoid if (x != y) ..; else ..;
73763 src/com/itac/reporthandler/Fence.java 246 Local variable 'tripDetQry' could be declared final
73764 src/com/itac/reporthandler/Fence.java 259 Avoid if (x != y) ..; else ..;
73765 src/com/itac/reporthandler/Fence.java 276 Avoid if (x != y) ..; else ..;
73766 src/com/itac/reporthandler/Fence.java 277 Avoid if (x != y) ..; else ..;
73767 src/com/itac/reporthandler/Fence.java 278 Avoid using if...else statements without curly braces
73768 src/com/itac/reporthandler/Fence.java 291 Avoid if (x != y) ..; else ..;
73769 src/com/itac/reporthandler/Fence.java 292 Avoid using if...else statements without curly braces
73770 src/com/itac/reporthandler/Fence.java 304 Avoid using Literals in Conditional Statements
73771 src/com/itac/reporthandler/Fence.java 304 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
73772 src/com/itac/reporthandler/Fence.java 305 Potential violation of Law of Demeter (method chain calls)
73773 src/com/itac/reporthandler/Fence.java 313 Avoid using Literals in Conditional Statements
73774 src/com/itac/reporthandler/Fence.java 313 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
73775 src/com/itac/reporthandler/Fence.java 314 Local variable 'fenceset' could be declared final
73776 src/com/itac/reporthandler/Fence.java 316 Avoid instantiating new objects inside loops
73777 src/com/itac/reporthandler/Fence.java 320 Potential violation of Law of Demeter (method chain calls)
73778 src/com/itac/reporthandler/Fence.java 321 Potential violation of Law of Demeter (method chain calls)
73779 src/com/itac/reporthandler/Fence.java 325 Avoid if (x != y) ..; else ..;
73780 src/com/itac/reporthandler/Fence.java 326 Potential violation of Law of Demeter (method chain calls)
73781 src/com/itac/reporthandler/Fence.java 326 Potential violation of Law of Demeter (method chain calls)
73782 src/com/itac/reporthandler/Fence.java 332 Use opposite operator instead of the logic complement operator.
73783 src/com/itac/reporthandler/Fence.java 334 Potential violation of Law of Demeter (method chain calls)
73784 src/com/itac/reporthandler/Fence.java 334 Potential violation of Law of Demeter (method chain calls)
73785 src/com/itac/reporthandler/Fence.java 338 Use opposite operator instead of the logic complement operator.
73786 src/com/itac/reporthandler/Fence.java 340 Potential violation of Law of Demeter (method chain calls)
73787 src/com/itac/reporthandler/Fence.java 340 Potential violation of Law of Demeter (method chain calls)
73788 src/com/itac/reporthandler/Fence.java 346 Local variable 'longitude' could be declared final
73789 src/com/itac/reporthandler/Fence.java 347 Local variable 'latitude' could be declared final
73790 src/com/itac/reporthandler/Fence.java 348 Local variable 'radius' could be declared final
73791 src/com/itac/reporthandler/Fence.java 349 Avoid using Literals in Conditional Statements
73792 src/com/itac/reporthandler/Fence.java 349 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
73793 src/com/itac/reporthandler/Fence.java 356 Found 'DU'-anomaly for variable 'count' (lines '356'-'566').
73794 src/com/itac/reporthandler/Fence.java 360 Local variable 'totevent' could be declared final
73795 src/com/itac/reporthandler/Fence.java 363 Local variable 'lastFenceId' could be declared final
73796 src/com/itac/reporthandler/Fence.java 365 Avoid unused local variables such as 'index'.
73797 src/com/itac/reporthandler/Fence.java 365 Found 'DU'-anomaly for variable 'index' (lines '365'-'566').
73798 src/com/itac/reporthandler/Fence.java 365 Local variable 'index' could be declared final
73799 src/com/itac/reporthandler/Fence.java 367 Found 'DD'-anomaly for variable 'intermediate' (lines '367'-'398').
73800 src/com/itac/reporthandler/Fence.java 370 Position literals first in String comparisons
73801 src/com/itac/reporthandler/Fence.java 371 Position literals first in String comparisons
73802 src/com/itac/reporthandler/Fence.java 374 Avoid if (x != y) ..; else ..;
73803 src/com/itac/reporthandler/Fence.java 374 Potential violation of Law of Demeter (method chain calls)
73804 src/com/itac/reporthandler/Fence.java 374 Potential violation of Law of Demeter (method chain calls)
73805 src/com/itac/reporthandler/Fence.java 374 Potential violation of Law of Demeter (method chain calls)
73806 src/com/itac/reporthandler/Fence.java 374 Potential violation of Law of Demeter (method chain calls)
73807 src/com/itac/reporthandler/Fence.java 374 Potential violation of Law of Demeter (method chain calls)
73808 src/com/itac/reporthandler/Fence.java 376 Potential violation of Law of Demeter (method chain calls)
73809 src/com/itac/reporthandler/Fence.java 376 Potential violation of Law of Demeter (method chain calls)
73810 src/com/itac/reporthandler/Fence.java 376 Potential violation of Law of Demeter (method chain calls)
73811 src/com/itac/reporthandler/Fence.java 378 Potential violation of Law of Demeter (method chain calls)
73812 src/com/itac/reporthandler/Fence.java 378 Potential violation of Law of Demeter (method chain calls)
73813 src/com/itac/reporthandler/Fence.java 382 Potential violation of Law of Demeter (method chain calls)
73814 src/com/itac/reporthandler/Fence.java 382 Potential violation of Law of Demeter (method chain calls)
73815 src/com/itac/reporthandler/Fence.java 390 Assigning an Object to null is a code smell. Consider refactoring.
73816 src/com/itac/reporthandler/Fence.java 391 Assigning an Object to null is a code smell. Consider refactoring.
73817 src/com/itac/reporthandler/Fence.java 397 Use equals() to compare object references.
73818 src/com/itac/reporthandler/Fence.java 409 Potential violation of Law of Demeter (method chain calls)
73819 src/com/itac/reporthandler/Fence.java 409 Potential violation of Law of Demeter (method chain calls)
73820 src/com/itac/reporthandler/Fence.java 409 Potential violation of Law of Demeter (method chain calls)
73821 src/com/itac/reporthandler/Fence.java 423 Avoid if (x != y) ..; else ..;
73822 src/com/itac/reporthandler/Fence.java 423 Potential violation of Law of Demeter (method chain calls)
73823 src/com/itac/reporthandler/Fence.java 423 Potential violation of Law of Demeter (method chain calls)
73824 src/com/itac/reporthandler/Fence.java 424 Potential violation of Law of Demeter (method chain calls)
73825 src/com/itac/reporthandler/Fence.java 424 Potential violation of Law of Demeter (method chain calls)
73826 src/com/itac/reporthandler/Fence.java 424 Potential violation of Law of Demeter (method chain calls)
73827 src/com/itac/reporthandler/Fence.java 426 Assigning an Object to null is a code smell. Consider refactoring.
73828 src/com/itac/reporthandler/Fence.java 433 Potential violation of Law of Demeter (method chain calls)
73829 src/com/itac/reporthandler/Fence.java 433 Potential violation of Law of Demeter (method chain calls)
73830 src/com/itac/reporthandler/Fence.java 437 Avoid using equals() to compare against null
73831 src/com/itac/reporthandler/Fence.java 439 Avoid appending characters as strings in StringBuffer.append.
73832 src/com/itac/reporthandler/Fence.java 446 Local variable 'current' could be declared final
73833 src/com/itac/reporthandler/Fence.java 447 Local variable 'currDate' could be declared final
73834 src/com/itac/reporthandler/Fence.java 449 Avoid using Literals in Conditional Statements
73835 src/com/itac/reporthandler/Fence.java 451 These nested if statements could be combined
73836 src/com/itac/reporthandler/Fence.java 453 Assigning an Object to null is a code smell. Consider refactoring.
73837 src/com/itac/reporthandler/Fence.java 458 Assigning an Object to null is a code smell. Consider refactoring.
73838 src/com/itac/reporthandler/Fence.java 464 Found 'DD'-anomaly for variable 'progress' (lines '464'-'474').
73839 src/com/itac/reporthandler/Fence.java 464 Found 'DD'-anomaly for variable 'progress' (lines '464'-'476').
73840 src/com/itac/reporthandler/Fence.java 464 Found 'DD'-anomaly for variable 'progress' (lines '464'-'478').
73841 src/com/itac/reporthandler/Fence.java 465 Found 'DD'-anomaly for variable 'fmin' (lines '465'-'469').
73842 src/com/itac/reporthandler/Fence.java 466 Found 'DD'-anomaly for variable 'emin' (lines '466'-'470').
73843 src/com/itac/reporthandler/Fence.java 467 Found 'DD'-anomaly for variable 'cmin' (lines '467'-'471').
73844 src/com/itac/reporthandler/Fence.java 468 Local variable 'calendar1' could be declared final
73845 src/com/itac/reporthandler/Fence.java 483 Found 'DD'-anomaly for variable 'coveredFenceQry' (lines '483'-'487').
73846 src/com/itac/reporthandler/Fence.java 483 Found 'DD'-anomaly for variable 'coveredFenceQry' (lines '483'-'490').
73847 src/com/itac/reporthandler/Fence.java 483 Found 'DD'-anomaly for variable 'coveredFenceQry' (lines '483'-'492').
73848 src/com/itac/reporthandler/Fence.java 483 Found 'DD'-anomaly for variable 'coveredFenceQry' (lines '483'-'500').
73849 src/com/itac/reporthandler/Fence.java 483 Found 'DD'-anomaly for variable 'coveredFenceQry' (lines '483'-'504').
73850 src/com/itac/reporthandler/Fence.java 483 Found 'DD'-anomaly for variable 'coveredFenceQry' (lines '483'-'506').
73851 src/com/itac/reporthandler/Fence.java 484 Found 'DD'-anomaly for variable 'coveredFenceList' (lines '484'-'497').
73852 src/com/itac/reporthandler/Fence.java 484 Found 'DD'-anomaly for variable 'coveredFenceList' (lines '484'-'510').
73853 src/com/itac/reporthandler/Fence.java 485 Avoid if (x != y) ..; else ..;
73854 src/com/itac/reporthandler/Fence.java 486 Avoid if (x != y) ..; else ..;
73855 src/com/itac/reporthandler/Fence.java 487 Avoid using if...else statements without curly braces
73856 src/com/itac/reporthandler/Fence.java 499 Avoid if (x != y) ..; else ..;
73857 src/com/itac/reporthandler/Fence.java 513 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
73858 src/com/itac/reporthandler/Fence.java 515 Local variable 'coveredIter' could be declared final
73859 src/com/itac/reporthandler/Fence.java 516 Found 'DU'-anomaly for variable 'tempcount' (lines '516'-'566').
73860 src/com/itac/reporthandler/Fence.java 518 Local variable 'idValue' could be declared final
73861 src/com/itac/reporthandler/Fence.java 519 Local variable 'rfidcount' could be declared final
73862 src/com/itac/reporthandler/Fence.java 520 Avoid instantiating new objects inside loops
73863 src/com/itac/reporthandler/Fence.java 522 Found 'DU'-anomaly for variable 'tempcount' (lines '522'-'566').
73864 src/com/itac/reporthandler/Fence.java 524 Local variable 'gsonobj' could be declared final
73865 src/com/itac/reporthandler/Fence.java 525 Avoid unused local variables such as 'jsonstr'.
73866 src/com/itac/reporthandler/Fence.java 525 Found 'DU'-anomaly for variable 'jsonstr' (lines '525'-'566').
73867 src/com/itac/reporthandler/Fence.java 525 Local variable 'jsonstr' could be declared final
73868 src/com/itac/reporthandler/Fence.java 549 Avoid using Literals in Conditional Statements
73869 src/com/itac/reporthandler/Fence.java 549 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
73870 src/com/itac/reporthandler/Fence.java 550 Potential violation of Law of Demeter (method chain calls)
73871 src/com/itac/reporthandler/Fence.java 552 Potential violation of Law of Demeter (method chain calls)
73872 src/com/itac/reporthandler/Fence.java 554 Potential violation of Law of Demeter (method chain calls)
73873 src/com/itac/reporthandler/Fence.java 562 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73874 src/com/itac/reporthandler/Fence.java 563 There is log block not surrounded by if
73875 src/com/itac/reporthandler/Fence.java 568 Parameter 'fromTime' is not assigned and could be declared final
73876 src/com/itac/reporthandler/Fence.java 568 Parameter 'tripid' is not assigned and could be declared final
73877 src/com/itac/reporthandler/Fence.java 568 publicMethodCommentRequirement Required
73878 src/com/itac/reporthandler/Fence.java 569 Parameter 'session' is not assigned and could be declared final
73879 src/com/itac/reporthandler/Fence.java 569 Parameter 'toTime' is not assigned and could be declared final
73880 src/com/itac/reporthandler/Fence.java 570 Found 'DD'-anomaly for variable 'eventCount' (lines '570'-'614').
73881 src/com/itac/reporthandler/Fence.java 575 Found 'DD'-anomaly for variable 'tripTimeQry' (lines '575'-'578').
73882 src/com/itac/reporthandler/Fence.java 575 Found 'DD'-anomaly for variable 'tripTimeQry' (lines '575'-'580').
73883 src/com/itac/reporthandler/Fence.java 584 Local variable 'tripTimeList' could be declared final
73884 src/com/itac/reporthandler/Fence.java 585 Local variable 'timeIter' could be declared final
73885 src/com/itac/reporthandler/Fence.java 585 Potential violation of Law of Demeter (object not created locally)
73886 src/com/itac/reporthandler/Fence.java 588 Local variable 'rows' could be declared final
73887 src/com/itac/reporthandler/Fence.java 590 Potential violation of Law of Demeter (method chain calls)
73888 src/com/itac/reporthandler/Fence.java 591 Potential violation of Law of Demeter (method chain calls)
73889 src/com/itac/reporthandler/Fence.java 592 Potential violation of Law of Demeter (method chain calls)
73890 src/com/itac/reporthandler/Fence.java 593 Potential violation of Law of Demeter (method chain calls)
73891 src/com/itac/reporthandler/Fence.java 598 Potential violation of Law of Demeter (method chain calls)
73892 src/com/itac/reporthandler/Fence.java 599 Potential violation of Law of Demeter (method chain calls)
73893 src/com/itac/reporthandler/Fence.java 600 Potential violation of Law of Demeter (method chain calls)
73894 src/com/itac/reporthandler/Fence.java 601 Potential violation of Law of Demeter (method chain calls)
73895 src/com/itac/reporthandler/Fence.java 606 Local variable 'eventCountQry' could be declared final
73896 src/com/itac/reporthandler/Fence.java 610 Local variable 'eventList' could be declared final
73897 src/com/itac/reporthandler/Fence.java 611 Local variable 'eventIter' could be declared final
73898 src/com/itac/reporthandler/Fence.java 611 Potential violation of Law of Demeter (object not created locally)
73899 src/com/itac/reporthandler/Fence.java 613 Local variable 'count' could be declared final
73900 src/com/itac/reporthandler/Fence.java 614 Found 'DD'-anomaly for variable 'eventCount' (lines '614'-'614').
73901 src/com/itac/reporthandler/Fence.java 614 Potential violation of Law of Demeter (object not created locally)
73902 src/com/itac/reporthandler/Fence.java 616 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73903 src/com/itac/reporthandler/Fence.java 617 There is log block not surrounded by if
73904 src/com/itac/reporthandler/Fence.java 622 Parameter 'fenceid' is not assigned and could be declared final
73905 src/com/itac/reporthandler/Fence.java 622 publicMethodCommentRequirement Required
73906 src/com/itac/reporthandler/Fence.java 623 Found 'DD'-anomaly for variable 'rfcount' (lines '623'-'625').
73907 src/com/itac/reporthandler/Fence.java 624 Found 'DD'-anomaly for variable 'session' (lines '624'-'633').
73908 src/com/itac/reporthandler/Fence.java 624 Found 'DD'-anomaly for variable 'session' (lines '624'-'635').
73909 src/com/itac/reporthandler/Fence.java 625 Found 'DD'-anomaly for variable 'rfcount' (lines '625'-'626').
73910 src/com/itac/reporthandler/Fence.java 626 Found 'DD'-anomaly for variable 'rfcount' (lines '626'-'645').
73911 src/com/itac/reporthandler/Fence.java 626 Found 'DD'-anomaly for variable 'rfcount' (lines '626'-'656').
73912 src/com/itac/reporthandler/Fence.java 629 Local variable 'dateFormat' could be declared final
73913 src/com/itac/reporthandler/Fence.java 629 When instantiating a SimpleDateFormat object, specify a Locale
73914 src/com/itac/reporthandler/Fence.java 630 Local variable 'datestr' could be declared final
73915 src/com/itac/reporthandler/Fence.java 630 Potential violation of Law of Demeter (object not created locally)
73916 src/com/itac/reporthandler/Fence.java 631 Local variable 'currentTime' could be declared final
73917 src/com/itac/reporthandler/Fence.java 631 Potential violation of Law of Demeter (object not created locally)
73918 src/com/itac/reporthandler/Fence.java 637 Local variable 'rfquery' could be declared final
73919 src/com/itac/reporthandler/Fence.java 641 Local variable 'rfList' could be declared final
73920 src/com/itac/reporthandler/Fence.java 642 Local variable 'rfIter' could be declared final
73921 src/com/itac/reporthandler/Fence.java 642 Potential violation of Law of Demeter (object not created locally)
73922 src/com/itac/reporthandler/Fence.java 644 Local variable 'count' could be declared final
73923 src/com/itac/reporthandler/Fence.java 645 Found 'DD'-anomaly for variable 'rfcount' (lines '645'-'645').
73924 src/com/itac/reporthandler/Fence.java 645 Found 'DD'-anomaly for variable 'rfcount' (lines '645'-'656').
73925 src/com/itac/reporthandler/Fence.java 645 Potential violation of Law of Demeter (object not created locally)
73926 src/com/itac/reporthandler/Fence.java 649 Local variable 'rfexpqry' could be declared final
73927 src/com/itac/reporthandler/Fence.java 652 Local variable 'explist' could be declared final
73928 src/com/itac/reporthandler/Fence.java 653 Local variable 'expiter' could be declared final
73929 src/com/itac/reporthandler/Fence.java 653 Potential violation of Law of Demeter (object not created locally)
73930 src/com/itac/reporthandler/Fence.java 655 Local variable 'expcount' could be declared final
73931 src/com/itac/reporthandler/Fence.java 656 Found 'DD'-anomaly for variable 'rfcount' (lines '656'-'656').
73932 src/com/itac/reporthandler/Fence.java 656 Potential violation of Law of Demeter (object not created locally)
73933 src/com/itac/reporthandler/Fence.java 659 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73934 src/com/itac/reporthandler/Fence.java 660 There is log block not surrounded by if
73935 src/com/itac/reporthandler/Fence.java 668 Avoid really long methods.
73936 src/com/itac/reporthandler/Fence.java 668 Parameter 'latitude' is not assigned and could be declared final
73937 src/com/itac/reporthandler/Fence.java 668 Parameter 'longitude' is not assigned and could be declared final
73938 src/com/itac/reporthandler/Fence.java 668 The method 'checkPointWithinFence' has a Cyclomatic Complexity of 26.
73939 src/com/itac/reporthandler/Fence.java 668 The method checkPointWithinFence() has an NCSS line count of 110
73940 src/com/itac/reporthandler/Fence.java 668 The method checkPointWithinFence() has an NPath complexity of 3646
73941 src/com/itac/reporthandler/Fence.java 668 publicMethodCommentRequirement Required
73942 src/com/itac/reporthandler/Fence.java 669 Parameter 'fencedata' is not assigned and could be declared final
73943 src/com/itac/reporthandler/Fence.java 669 Parameter 'radius' is not assigned and could be declared final
73944 src/com/itac/reporthandler/Fence.java 669 Parameter 'tripdetset' is not assigned and could be declared final
73945 src/com/itac/reporthandler/Fence.java 671 Local variable 'dateformat' could be declared final
73946 src/com/itac/reporthandler/Fence.java 671 When instantiating a SimpleDateFormat object, specify a Locale
73947 src/com/itac/reporthandler/Fence.java 672 Found 'DD'-anomaly for variable 'ata' (lines '672'-'824').
73948 src/com/itac/reporthandler/Fence.java 672 Found 'DU'-anomaly for variable 'ata' (lines '672'-'844').
73949 src/com/itac/reporthandler/Fence.java 673 Found 'DD'-anomaly for variable 'eta' (lines '673'-'825').
73950 src/com/itac/reporthandler/Fence.java 673 Found 'DU'-anomaly for variable 'eta' (lines '673'-'844').
73951 src/com/itac/reporthandler/Fence.java 675 Found 'DD'-anomaly for variable 'count' (lines '675'-'800').
73952 src/com/itac/reporthandler/Fence.java 675 Found 'DD'-anomaly for variable 'count' (lines '675'-'805').
73953 src/com/itac/reporthandler/Fence.java 675 Found 'DU'-anomaly for variable 'count' (lines '675'-'844').
73954 src/com/itac/reporthandler/Fence.java 678 Found 'DD'-anomaly for variable 'minTimeDiff' (lines '678'-'687').
73955 src/com/itac/reporthandler/Fence.java 679 Found 'DD'-anomaly for variable 'maxTimeDiff' (lines '679'-'688').
73956 src/com/itac/reporthandler/Fence.java 681 Found 'DD'-anomaly for variable 'creationDate' (lines '681'-'776').
73957 src/com/itac/reporthandler/Fence.java 681 Found 'DD'-anomaly for variable 'creationDate' (lines '681'-'784').
73958 src/com/itac/reporthandler/Fence.java 681 Found 'DD'-anomaly for variable 'creationDate' (lines '681'-'794').
73959 src/com/itac/reporthandler/Fence.java 684 Local variable 'diff1' could be declared final
73960 src/com/itac/reporthandler/Fence.java 685 Local variable 'diff2' could be declared final
73961 src/com/itac/reporthandler/Fence.java 687 Found 'DU'-anomaly for variable 'minTimeDiff' (lines '687'-'844').
73962 src/com/itac/reporthandler/Fence.java 688 Found 'DU'-anomaly for variable 'maxTimeDiff' (lines '688'-'844').
73963 src/com/itac/reporthandler/Fence.java 692 Avoid using Literals in Conditional Statements
73964 src/com/itac/reporthandler/Fence.java 692 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
73965 src/com/itac/reporthandler/Fence.java 694 Local variable 'dist' could be declared final
73966 src/com/itac/reporthandler/Fence.java 694 Potential violation of Law of Demeter (method chain calls)
73967 src/com/itac/reporthandler/Fence.java 694 Potential violation of Law of Demeter (method chain calls)
73968 src/com/itac/reporthandler/Fence.java 699 Local variable 'distance' could be declared final
73969 src/com/itac/reporthandler/Fence.java 700 Local variable 'fenceDist' could be declared final
73970 src/com/itac/reporthandler/Fence.java 701 Potential violation of Law of Demeter (object not created locally)
73971 src/com/itac/reporthandler/Fence.java 702 Potential violation of Law of Demeter (object not created locally)
73972 src/com/itac/reporthandler/Fence.java 703 Potential violation of Law of Demeter (object not created locally)
73973 src/com/itac/reporthandler/Fence.java 705 Use opposite operator instead of the logic complement operator.
73974 src/com/itac/reporthandler/Fence.java 706 Local variable 'arrivalDate' could be declared final
73975 src/com/itac/reporthandler/Fence.java 709 Local variable 'hour' could be declared final
73976 src/com/itac/reporthandler/Fence.java 710 Local variable 'min' could be declared final
73977 src/com/itac/reporthandler/Fence.java 711 Local variable 'sec' could be declared final
73978 src/com/itac/reporthandler/Fence.java 713 Local variable 'creationtime' could be declared final
73979 src/com/itac/reporthandler/Fence.java 715 Local variable 'etime' could be declared final
73980 src/com/itac/reporthandler/Fence.java 716 Local variable 'actual' could be declared final
73981 src/com/itac/reporthandler/Fence.java 716 Potential violation of Law of Demeter (object not created locally)
73982 src/com/itac/reporthandler/Fence.java 716 Potential violation of Law of Demeter (object not created locally)
73983 src/com/itac/reporthandler/Fence.java 717 Local variable 'expected' could be declared final
73984 src/com/itac/reporthandler/Fence.java 717 Potential violation of Law of Demeter (object not created locally)
73985 src/com/itac/reporthandler/Fence.java 717 Potential violation of Law of Demeter (object not created locally)
73986 src/com/itac/reporthandler/Fence.java 719 Potential violation of Law of Demeter (object not created locally)
73987 src/com/itac/reporthandler/Fence.java 719 Potential violation of Law of Demeter (object not created locally)
73988 src/com/itac/reporthandler/Fence.java 720 Local variable 'difference' could be declared final
73989 src/com/itac/reporthandler/Fence.java 720 Potential violation of Law of Demeter (object not created locally)
73990 src/com/itac/reporthandler/Fence.java 720 Potential violation of Law of Demeter (object not created locally)
73991 src/com/itac/reporthandler/Fence.java 730 Potential violation of Law of Demeter (object not created locally)
73992 src/com/itac/reporthandler/Fence.java 730 Potential violation of Law of Demeter (object not created locally)
73993 src/com/itac/reporthandler/Fence.java 733 Potential violation of Law of Demeter (object not created locally)
73994 src/com/itac/reporthandler/Fence.java 733 Potential violation of Law of Demeter (object not created locally)
73995 src/com/itac/reporthandler/Fence.java 734 Local variable 'difference' could be declared final
73996 src/com/itac/reporthandler/Fence.java 734 Potential violation of Law of Demeter (object not created locally)
73997 src/com/itac/reporthandler/Fence.java 734 Potential violation of Law of Demeter (object not created locally)
73998 src/com/itac/reporthandler/Fence.java 751 Local variable 'tripsetIter' could be declared final
73999 src/com/itac/reporthandler/Fence.java 753 Local variable 'rows' could be declared final
74000 src/com/itac/reporthandler/Fence.java 754 Local variable 'dist' could be declared final
74001 src/com/itac/reporthandler/Fence.java 754 Potential violation of Law of Demeter (method chain calls)
74002 src/com/itac/reporthandler/Fence.java 754 Potential violation of Law of Demeter (method chain calls)
74003 src/com/itac/reporthandler/Fence.java 758 Use opposite operator instead of the logic complement operator.
74004 src/com/itac/reporthandler/Fence.java 759 Local variable 'arrivalDate' could be declared final
74005 src/com/itac/reporthandler/Fence.java 761 Local variable 'hour' could be declared final
74006 src/com/itac/reporthandler/Fence.java 762 Local variable 'min' could be declared final
74007 src/com/itac/reporthandler/Fence.java 763 Local variable 'sec' could be declared final
74008 src/com/itac/reporthandler/Fence.java 765 Avoid instantiating new objects inside loops
74009 src/com/itac/reporthandler/Fence.java 765 Local variable 'creationtime' could be declared final
74010 src/com/itac/reporthandler/Fence.java 766 Local variable 'etime' could be declared final
74011 src/com/itac/reporthandler/Fence.java 767 Local variable 'actual' could be declared final
74012 src/com/itac/reporthandler/Fence.java 767 Potential violation of Law of Demeter (object not created locally)
74013 src/com/itac/reporthandler/Fence.java 767 Potential violation of Law of Demeter (object not created locally)
74014 src/com/itac/reporthandler/Fence.java 768 Local variable 'expected' could be declared final
74015 src/com/itac/reporthandler/Fence.java 768 Potential violation of Law of Demeter (object not created locally)
74016 src/com/itac/reporthandler/Fence.java 768 Potential violation of Law of Demeter (object not created locally)
74017 src/com/itac/reporthandler/Fence.java 770 Potential violation of Law of Demeter (object not created locally)
74018 src/com/itac/reporthandler/Fence.java 770 Potential violation of Law of Demeter (object not created locally)
74019 src/com/itac/reporthandler/Fence.java 771 Local variable 'difference' could be declared final
74020 src/com/itac/reporthandler/Fence.java 771 Potential violation of Law of Demeter (object not created locally)
74021 src/com/itac/reporthandler/Fence.java 771 Potential violation of Law of Demeter (object not created locally)
74022 src/com/itac/reporthandler/Fence.java 782 Potential violation of Law of Demeter (object not created locally)
74023 src/com/itac/reporthandler/Fence.java 782 Potential violation of Law of Demeter (object not created locally)
74024 src/com/itac/reporthandler/Fence.java 787 Potential violation of Law of Demeter (object not created locally)
74025 src/com/itac/reporthandler/Fence.java 787 Potential violation of Law of Demeter (object not created locally)
74026 src/com/itac/reporthandler/Fence.java 788 Local variable 'difference' could be declared final
74027 src/com/itac/reporthandler/Fence.java 788 Potential violation of Law of Demeter (object not created locally)
74028 src/com/itac/reporthandler/Fence.java 788 Potential violation of Law of Demeter (object not created locally)
74029 src/com/itac/reporthandler/Fence.java 800 Found 'DD'-anomaly for variable 'count' (lines '800'-'805').
74030 src/com/itac/reporthandler/Fence.java 805 Found 'DD'-anomaly for variable 'count' (lines '805'-'800').
74031 src/com/itac/reporthandler/Fence.java 805 Found 'DD'-anomaly for variable 'count' (lines '805'-'805').
74032 src/com/itac/reporthandler/Fence.java 805 Found 'DU'-anomaly for variable 'count' (lines '805'-'844').
74033 src/com/itac/reporthandler/Fence.java 812 A method should have only one exit point, and that should be the last statement in the method
74034 src/com/itac/reporthandler/Fence.java 816 Local variable 'hour' could be declared final
74035 src/com/itac/reporthandler/Fence.java 817 Local variable 'min' could be declared final
74036 src/com/itac/reporthandler/Fence.java 818 Local variable 'sec' could be declared final
74037 src/com/itac/reporthandler/Fence.java 820 Local variable 'creationtime' could be declared final
74038 src/com/itac/reporthandler/Fence.java 821 Local variable 'etime' could be declared final
74039 src/com/itac/reporthandler/Fence.java 824 Potential violation of Law of Demeter (object not created locally)
74040 src/com/itac/reporthandler/Fence.java 824 Potential violation of Law of Demeter (object not created locally)
74041 src/com/itac/reporthandler/Fence.java 825 Potential violation of Law of Demeter (object not created locally)
74042 src/com/itac/reporthandler/Fence.java 825 Potential violation of Law of Demeter (object not created locally)
74043 src/com/itac/reporthandler/Fence.java 827 Potential violation of Law of Demeter (object not created locally)
74044 src/com/itac/reporthandler/Fence.java 827 Potential violation of Law of Demeter (object not created locally)
74045 src/com/itac/reporthandler/Fence.java 829 Local variable 'diff' could be declared final
74046 src/com/itac/reporthandler/Fence.java 829 Potential violation of Law of Demeter (object not created locally)
74047 src/com/itac/reporthandler/Fence.java 829 Potential violation of Law of Demeter (object not created locally)
74048 src/com/itac/reporthandler/Fence.java 829 Potential violation of Law of Demeter (object not created locally)
74049 src/com/itac/reporthandler/Fence.java 829 Potential violation of Law of Demeter (object not created locally)
74050 src/com/itac/reporthandler/Fence.java 829 Useless parentheses.
74051 src/com/itac/reporthandler/Fence.java 830 Potential violation of Law of Demeter (object not created locally)
74052 src/com/itac/reporthandler/Fence.java 833 Local variable 'diff' could be declared final
74053 src/com/itac/reporthandler/Fence.java 833 Potential violation of Law of Demeter (object not created locally)
74054 src/com/itac/reporthandler/Fence.java 833 Potential violation of Law of Demeter (object not created locally)
74055 src/com/itac/reporthandler/Fence.java 833 Potential violation of Law of Demeter (object not created locally)
74056 src/com/itac/reporthandler/Fence.java 834 Potential violation of Law of Demeter (object not created locally)
74057 src/com/itac/reporthandler/Fence.java 838 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74058 src/com/itac/reporthandler/Fence.java 839 There is log block not surrounded by if
74059 src/com/itac/reporthandler/Fence.java 847 Parameter 'session' is not assigned and could be declared final
74060 src/com/itac/reporthandler/Fence.java 847 Parameter 'tripId' is not assigned and could be declared final
74061 src/com/itac/reporthandler/Fence.java 847 publicMethodCommentRequirement Required
74062 src/com/itac/reporthandler/Fence.java 848 Found 'DD'-anomaly for variable 'fenceQuery' (lines '848'-'852').
74063 src/com/itac/reporthandler/Fence.java 848 Found 'DD'-anomaly for variable 'fenceQuery' (lines '848'-'854').
74064 src/com/itac/reporthandler/Fence.java 849 Found 'DD'-anomaly for variable 'fenceList' (lines '849'-'857').
74065 src/com/itac/reporthandler/Fence.java 851 Position literals first in String comparisons for EqualsIgnoreCase
74066 src/com/itac/reporthandler/Fence.java 853 Position literals first in String comparisons for EqualsIgnoreCase
74067 src/com/itac/reporthandler/Fence.java 858 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74068 src/com/itac/reporthandler/Fence.java 859 There is log block not surrounded by if
74069 src/com/itac/reporthandler/Fence.java 867 Avoid really long methods.
74070 src/com/itac/reporthandler/Fence.java 867 Avoid using implementation types like 'Hashtable'; use the interface instead
74071 src/com/itac/reporthandler/Fence.java 867 Consider replacing this Hashtable with the newer java.util.Map
74072 src/com/itac/reporthandler/Fence.java 867 Found 'UR'-anomaly for variable 'fence' (lines '867'-'949').
74073 src/com/itac/reporthandler/Fence.java 867 Parameter 'input' is not assigned and could be declared final
74074 src/com/itac/reporthandler/Fence.java 867 The method 'getfenceEntryReport' has a Cyclomatic Complexity of 22.
74075 src/com/itac/reporthandler/Fence.java 867 The method getfenceEntryReport() has an NPath complexity of 557
74076 src/com/itac/reporthandler/Fence.java 867 publicMethodCommentRequirement Required
74077 src/com/itac/reporthandler/Fence.java 870 Found 'DU'-anomaly for variable 'calendar' (lines '870'-'1,015').
74078 src/com/itac/reporthandler/Fence.java 870 Local variable 'calendar' could be declared final
74079 src/com/itac/reporthandler/Fence.java 871 Found 'DD'-anomaly for variable 'delay' (lines '871'-'949').
74080 src/com/itac/reporthandler/Fence.java 871 Found 'DU'-anomaly for variable 'delay' (lines '871'-'1,015').
74081 src/com/itac/reporthandler/Fence.java 872 Found 'DD'-anomaly for variable 'tripId' (lines '872'-'887').
74082 src/com/itac/reporthandler/Fence.java 873 Found 'DD'-anomaly for variable 'orgId' (lines '873'-'886').
74083 src/com/itac/reporthandler/Fence.java 874 Found 'DD'-anomaly for variable 'tripsession' (lines '874'-'888').
74084 src/com/itac/reporthandler/Fence.java 875 Found 'DD'-anomaly for variable 'fromDate' (lines '875'-'889').
74085 src/com/itac/reporthandler/Fence.java 876 Found 'DD'-anomaly for variable 'toDate' (lines '876'-'891').
74086 src/com/itac/reporthandler/Fence.java 877 Found 'DD'-anomaly for variable 'datefenarrsize' (lines '877'-'910').
74087 src/com/itac/reporthandler/Fence.java 877 Found 'DU'-anomaly for variable 'datefenarrsize' (lines '877'-'1,015').
74088 src/com/itac/reporthandler/Fence.java 878 Found 'DU'-anomaly for variable 'days' (lines '878'-'1,015').
74089 src/com/itac/reporthandler/Fence.java 878 Local variable 'days' could be declared final
74090 src/com/itac/reporthandler/Fence.java 879 Local variable 'dateformat' could be declared final
74091 src/com/itac/reporthandler/Fence.java 879 When instantiating a SimpleDateFormat object, specify a Locale
74092 src/com/itac/reporthandler/Fence.java 880 Found 'DU'-anomaly for variable 'cal' (lines '880'-'1,015').
74093 src/com/itac/reporthandler/Fence.java 880 Local variable 'cal' could be declared final
74094 src/com/itac/reporthandler/Fence.java 881 Found 'DD'-anomaly for variable 'fenceEntry' (lines '881'-'930').
74095 src/com/itac/reporthandler/Fence.java 881 Found 'DU'-anomaly for variable 'fenceEntry' (lines '881'-'1,015').
74096 src/com/itac/reporthandler/Fence.java 882 Found 'DD'-anomaly for variable 'tripEntry' (lines '882'-'908').
74097 src/com/itac/reporthandler/Fence.java 882 Found 'DU'-anomaly for variable 'tripEntry' (lines '882'-'1,015').
74098 src/com/itac/reporthandler/Fence.java 883 Found 'DD'-anomaly for variable 'tripList' (lines '883'-'905').
74099 src/com/itac/reporthandler/Fence.java 883 Found 'DU'-anomaly for variable 'tripList' (lines '883'-'1,015').
74100 src/com/itac/reporthandler/Fence.java 884 Found 'DD'-anomaly for variable 'dateFlag' (lines '884'-'894').
74101 src/com/itac/reporthandler/Fence.java 886 Found 'DU'-anomaly for variable 'orgId' (lines '886'-'1,015').
74102 src/com/itac/reporthandler/Fence.java 886 Potential violation of Law of Demeter (method chain calls)
74103 src/com/itac/reporthandler/Fence.java 886 Potential violation of Law of Demeter (method chain calls)
74104 src/com/itac/reporthandler/Fence.java 887 Found 'DU'-anomaly for variable 'tripId' (lines '887'-'1,015').
74105 src/com/itac/reporthandler/Fence.java 888 Found 'DU'-anomaly for variable 'tripsession' (lines '888'-'1,015').
74106 src/com/itac/reporthandler/Fence.java 889 Potential violation of Law of Demeter (method chain calls)
74107 src/com/itac/reporthandler/Fence.java 889 Potential violation of Law of Demeter (method chain calls)
74108 src/com/itac/reporthandler/Fence.java 889 Potential violation of Law of Demeter (object not created locally)
74109 src/com/itac/reporthandler/Fence.java 891 Potential violation of Law of Demeter (method chain calls)
74110 src/com/itac/reporthandler/Fence.java 891 Potential violation of Law of Demeter (method chain calls)
74111 src/com/itac/reporthandler/Fence.java 891 Potential violation of Law of Demeter (object not created locally)
74112 src/com/itac/reporthandler/Fence.java 895 Position literals first in String comparisons
74113 src/com/itac/reporthandler/Fence.java 895 Potential violation of Law of Demeter (object not created locally)
74114 src/com/itac/reporthandler/Fence.java 896 A method should have only one exit point, and that should be the last statement in the method
74115 src/com/itac/reporthandler/Fence.java 899 Potential violation of Law of Demeter (object not created locally)
74116 src/com/itac/reporthandler/Fence.java 900 Potential violation of Law of Demeter (object not created locally)
74117 src/com/itac/reporthandler/Fence.java 901 Potential violation of Law of Demeter (object not created locally)
74118 src/com/itac/reporthandler/Fence.java 902 Potential violation of Law of Demeter (object not created locally)
74119 src/com/itac/reporthandler/Fence.java 903 Potential violation of Law of Demeter (object not created locally)
74120 src/com/itac/reporthandler/Fence.java 908 Potential violation of Law of Demeter (object not created locally)
74121 src/com/itac/reporthandler/Fence.java 909 Local variable 'diff' could be declared final
74122 src/com/itac/reporthandler/Fence.java 909 Potential violation of Law of Demeter (object not created locally)
74123 src/com/itac/reporthandler/Fence.java 909 Potential violation of Law of Demeter (object not created locally)
74124 src/com/itac/reporthandler/Fence.java 911 Avoid using Literals in Conditional Statements
74125 src/com/itac/reporthandler/Fence.java 918 Potential violation of Law of Demeter (object not created locally)
74126 src/com/itac/reporthandler/Fence.java 919 Local variable 'tripid' could be declared final
74127 src/com/itac/reporthandler/Fence.java 919 Potential violation of Law of Demeter (method chain calls)
74128 src/com/itac/reporthandler/Fence.java 919 Potential violation of Law of Demeter (object not created locally)
74129 src/com/itac/reporthandler/Fence.java 922 Local variable 'tripPacketList' could be declared final
74130 src/com/itac/reporthandler/Fence.java 922 Potential violation of Law of Demeter (object not created locally)
74131 src/com/itac/reporthandler/Fence.java 926 Local variable 'fenceList' could be declared final
74132 src/com/itac/reporthandler/Fence.java 928 Potential violation of Law of Demeter (object not created locally)
74133 src/com/itac/reporthandler/Fence.java 928 Potential violation of Law of Demeter (object not created locally)
74134 src/com/itac/reporthandler/Fence.java 930 Found 'DD'-anomaly for variable 'fenceEntry' (lines '930'-'975').
74135 src/com/itac/reporthandler/Fence.java 930 Potential violation of Law of Demeter (object not created locally)
74136 src/com/itac/reporthandler/Fence.java 933 Found 'DD'-anomaly for variable 'enterflag' (lines '933'-'953').
74137 src/com/itac/reporthandler/Fence.java 935 Consider replacing this Hashtable with the newer java.util.Map
74138 src/com/itac/reporthandler/Fence.java 935 Local variable 'holidayflag' could be declared final
74139 src/com/itac/reporthandler/Fence.java 937 Local variable 'fence' could be declared final
74140 src/com/itac/reporthandler/Fence.java 939 Local variable 'endDate' could be declared final
74141 src/com/itac/reporthandler/Fence.java 941 Avoid instantiating new objects inside loops
74142 src/com/itac/reporthandler/Fence.java 941 Found 'DD'-anomaly for variable 'datefence' (lines '941'-'958').
74143 src/com/itac/reporthandler/Fence.java 944 Potential violation of Law of Demeter (object not created locally)
74144 src/com/itac/reporthandler/Fence.java 946 Potential violation of Law of Demeter (method chain calls)
74145 src/com/itac/reporthandler/Fence.java 946 Potential violation of Law of Demeter (object not created locally)
74146 src/com/itac/reporthandler/Fence.java 947 Potential violation of Law of Demeter (object not created locally)
74147 src/com/itac/reporthandler/Fence.java 947 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
74148 src/com/itac/reporthandler/Fence.java 952 Position literals first in String comparisons
74149 src/com/itac/reporthandler/Fence.java 952 Potential violation of Law of Demeter (object not created locally)
74150 src/com/itac/reporthandler/Fence.java 953 Avoid using if...else statements without curly braces
74151 src/com/itac/reporthandler/Fence.java 955 Avoid using if...else statements without curly braces
74152 src/com/itac/reporthandler/Fence.java 957 Potential violation of Law of Demeter (method chain calls)
74153 src/com/itac/reporthandler/Fence.java 957 Useless parentheses.
74154 src/com/itac/reporthandler/Fence.java 958 Avoid instantiating new objects inside loops
74155 src/com/itac/reporthandler/Fence.java 958 Avoid using if...else statements without curly braces
74156 src/com/itac/reporthandler/Fence.java 958 Found 'DD'-anomaly for variable 'datefence' (lines '958'-'958').
74157 src/com/itac/reporthandler/Fence.java 959 Potential violation of Law of Demeter (object not created locally)
74158 src/com/itac/reporthandler/Fence.java 959 Potential violation of Law of Demeter (object not created locally)
74159 src/com/itac/reporthandler/Fence.java 959 This statement may have some unnecessary parentheses
74160 src/com/itac/reporthandler/Fence.java 959 Useless parentheses.
74161 src/com/itac/reporthandler/Fence.java 960 Potential violation of Law of Demeter (method chain calls)
74162 src/com/itac/reporthandler/Fence.java 960 Potential violation of Law of Demeter (object not created locally)
74163 src/com/itac/reporthandler/Fence.java 962 Avoid instantiating new objects inside loops
74164 src/com/itac/reporthandler/Fence.java 962 Avoid using if...else statements without curly braces
74165 src/com/itac/reporthandler/Fence.java 963 Potential violation of Law of Demeter (object not created locally)
74166 src/com/itac/reporthandler/Fence.java 963 Potential violation of Law of Demeter (object not created locally)
74167 src/com/itac/reporthandler/Fence.java 963 This statement may have some unnecessary parentheses
74168 src/com/itac/reporthandler/Fence.java 963 Useless parentheses.
74169 src/com/itac/reporthandler/Fence.java 964 Potential violation of Law of Demeter (method chain calls)
74170 src/com/itac/reporthandler/Fence.java 964 Potential violation of Law of Demeter (object not created locally)
74171 src/com/itac/reporthandler/Fence.java 965 Potential violation of Law of Demeter (object not created locally)
74172 src/com/itac/reporthandler/Fence.java 966 Potential violation of Law of Demeter (object not created locally)
74173 src/com/itac/reporthandler/Fence.java 967 Potential violation of Law of Demeter (object not created locally)
74174 src/com/itac/reporthandler/Fence.java 967 Potential violation of Law of Demeter (object not created locally)
74175 src/com/itac/reporthandler/Fence.java 967 Potential violation of Law of Demeter (object not created locally)
74176 src/com/itac/reporthandler/Fence.java 969 Found 'DD'-anomaly for variable 'count' (lines '969'-'942').
74177 src/com/itac/reporthandler/Fence.java 973 Position literals first in String comparisons for EqualsIgnoreCase
74178 src/com/itac/reporthandler/Fence.java 973 Potential violation of Law of Demeter (object not created locally)
74179 src/com/itac/reporthandler/Fence.java 974 Avoid if (x != y) ..; else ..;
74180 src/com/itac/reporthandler/Fence.java 974 Potential violation of Law of Demeter (object not created locally)
74181 src/com/itac/reporthandler/Fence.java 975 Avoid instantiating new objects inside loops
74182 src/com/itac/reporthandler/Fence.java 976 Potential violation of Law of Demeter (object not created locally)
74183 src/com/itac/reporthandler/Fence.java 976 Potential violation of Law of Demeter (object not created locally)
74184 src/com/itac/reporthandler/Fence.java 978 Potential violation of Law of Demeter (method chain calls)
74185 src/com/itac/reporthandler/Fence.java 978 Potential violation of Law of Demeter (object not created locally)
74186 src/com/itac/reporthandler/Fence.java 981 Avoid instantiating new objects inside loops
74187 src/com/itac/reporthandler/Fence.java 982 Potential violation of Law of Demeter (object not created locally)
74188 src/com/itac/reporthandler/Fence.java 982 Potential violation of Law of Demeter (object not created locally)
74189 src/com/itac/reporthandler/Fence.java 987 Avoid if (x != y) ..; else ..;
74190 src/com/itac/reporthandler/Fence.java 987 Potential violation of Law of Demeter (object not created locally)
74191 src/com/itac/reporthandler/Fence.java 988 Avoid instantiating new objects inside loops
74192 src/com/itac/reporthandler/Fence.java 989 Potential violation of Law of Demeter (object not created locally)
74193 src/com/itac/reporthandler/Fence.java 989 Potential violation of Law of Demeter (object not created locally)
74194 src/com/itac/reporthandler/Fence.java 991 Potential violation of Law of Demeter (method chain calls)
74195 src/com/itac/reporthandler/Fence.java 991 Potential violation of Law of Demeter (object not created locally)
74196 src/com/itac/reporthandler/Fence.java 995 Avoid instantiating new objects inside loops
74197 src/com/itac/reporthandler/Fence.java 996 Potential violation of Law of Demeter (object not created locally)
74198 src/com/itac/reporthandler/Fence.java 996 Potential violation of Law of Demeter (object not created locally)
74199 src/com/itac/reporthandler/Fence.java 1004 Potential violation of Law of Demeter (method chain calls)
74200 src/com/itac/reporthandler/Fence.java 1004 Potential violation of Law of Demeter (method chain calls)
74201 src/com/itac/reporthandler/Fence.java 1004 Potential violation of Law of Demeter (object not created locally)
74202 src/com/itac/reporthandler/Fence.java 1009 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74203 src/com/itac/reporthandler/Fence.java 1011 There is log block not surrounded by if
74204 src/com/itac/reporthandler/Fence.java 1018 Parameter 'orgId' is not assigned and could be declared final
74205 src/com/itac/reporthandler/Fence.java 1018 Parameter 'tripId' is not assigned and could be declared final
74206 src/com/itac/reporthandler/Fence.java 1018 publicMethodCommentRequirement Required
74207 src/com/itac/reporthandler/Fence.java 1023 Avoid if (x != y) ..; else ..;
74208 src/com/itac/reporthandler/Fence.java 1033 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74209 src/com/itac/reporthandler/Fence.java 1035 There is log block not surrounded by if
74210 src/com/itac/reporthandler/Fence.java 1043 Avoid really long methods.
74211 src/com/itac/reporthandler/Fence.java 1043 Parameter 'fromDate' is not assigned and could be declared final
74212 src/com/itac/reporthandler/Fence.java 1043 Parameter 'session' is not assigned and could be declared final
74213 src/com/itac/reporthandler/Fence.java 1043 Parameter 'trip' is not assigned and could be declared final
74214 src/com/itac/reporthandler/Fence.java 1043 The method 'getPacketpdata' has a Cyclomatic Complexity of 15.
74215 src/com/itac/reporthandler/Fence.java 1043 publicMethodCommentRequirement Required
74216 src/com/itac/reporthandler/Fence.java 1044 Parameter 'toDate' is not assigned and could be declared final
74217 src/com/itac/reporthandler/Fence.java 1045 Avoid declaring a variable if it is unreferenced before a possible exit point.
74218 src/com/itac/reporthandler/Fence.java 1045 Avoid unused local variables such as 'calendar'.
74219 src/com/itac/reporthandler/Fence.java 1045 Local variable 'calendar' could be declared final
74220 src/com/itac/reporthandler/Fence.java 1048 Local variable 'startsecs' could be declared final
74221 src/com/itac/reporthandler/Fence.java 1051 Local variable 'endsecs' could be declared final
74222 src/com/itac/reporthandler/Fence.java 1055 Local variable 'tripId' could be declared final
74223 src/com/itac/reporthandler/Fence.java 1062 Position literals first in String comparisons for EqualsIgnoreCase
74224 src/com/itac/reporthandler/Fence.java 1063 Potential violation of Law of Demeter (method chain calls)
74225 src/com/itac/reporthandler/Fence.java 1075 Position literals first in String comparisons for EqualsIgnoreCase
74226 src/com/itac/reporthandler/Fence.java 1076 Potential violation of Law of Demeter (method chain calls)
74227 src/com/itac/reporthandler/Fence.java 1086 A method should have only one exit point, and that should be the last statement in the method
74228 src/com/itac/reporthandler/Fence.java 1090 Potential violation of Law of Demeter (method chain calls)
74229 src/com/itac/reporthandler/Fence.java 1090 Potential violation of Law of Demeter (method chain calls)
74230 src/com/itac/reporthandler/Fence.java 1092 Avoid using Literals in Conditional Statements
74231 src/com/itac/reporthandler/Fence.java 1093 Potential violation of Law of Demeter (method chain calls)
74232 src/com/itac/reporthandler/Fence.java 1093 Potential violation of Law of Demeter (method chain calls)
74233 src/com/itac/reporthandler/Fence.java 1102 Potential violation of Law of Demeter (method chain calls)
74234 src/com/itac/reporthandler/Fence.java 1102 Potential violation of Law of Demeter (method chain calls)
74235 src/com/itac/reporthandler/Fence.java 1105 Avoid if (x != y) ..; else ..;
74236 src/com/itac/reporthandler/Fence.java 1105 Potential violation of Law of Demeter (object not created locally)
74237 src/com/itac/reporthandler/Fence.java 1105 Potential violation of Law of Demeter (object not created locally)
74238 src/com/itac/reporthandler/Fence.java 1109 Potential violation of Law of Demeter (object not created locally)
74239 src/com/itac/reporthandler/Fence.java 1111 Potential violation of Law of Demeter (object not created locally)
74240 src/com/itac/reporthandler/Fence.java 1113 Potential violation of Law of Demeter (object not created locally)
74241 src/com/itac/reporthandler/Fence.java 1113 Potential violation of Law of Demeter (object not created locally)
74242 src/com/itac/reporthandler/Fence.java 1116 Potential violation of Law of Demeter (object not created locally)
74243 src/com/itac/reporthandler/Fence.java 1120 Potential violation of Law of Demeter (method chain calls)
74244 src/com/itac/reporthandler/Fence.java 1122 Consider replacing this Hashtable with the newer java.util.Map
74245 src/com/itac/reporthandler/Fence.java 1123 Potential violation of Law of Demeter (method chain calls)
74246 src/com/itac/reporthandler/Fence.java 1123 Potential violation of Law of Demeter (method chain calls)
74247 src/com/itac/reporthandler/Fence.java 1125 Local variable 'maxParamid' could be declared final
74248 src/com/itac/reporthandler/Fence.java 1125 Potential violation of Law of Demeter (object not created locally)
74249 src/com/itac/reporthandler/Fence.java 1126 Local variable 'minParamid' could be declared final
74250 src/com/itac/reporthandler/Fence.java 1126 Potential violation of Law of Demeter (object not created locally)
74251 src/com/itac/reporthandler/Fence.java 1135 Avoid using if...else statements without curly braces
74252 src/com/itac/reporthandler/Fence.java 1150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74253 src/com/itac/reporthandler/Fence.java 1152 There is log block not surrounded by if
74254 src/com/itac/reporthandler/Fence.java 1159 Parameter 'orgId' is not assigned and could be declared final
74255 src/com/itac/reporthandler/Fence.java 1159 Parameter 'startDate' is not assigned and could be declared final
74256 src/com/itac/reporthandler/Fence.java 1159 publicMethodCommentRequirement Required
74257 src/com/itac/reporthandler/Fence.java 1161 Local variable 'dateformat' could be declared final
74258 src/com/itac/reporthandler/Fence.java 1161 When instantiating a SimpleDateFormat object, specify a Locale
74259 src/com/itac/reporthandler/Fence.java 1164 Local variable 'day' could be declared final
74260 src/com/itac/reporthandler/Fence.java 1166 Local variable 'dayofweek' could be declared final
74261 src/com/itac/reporthandler/Fence.java 1167 Local variable 'holidayQry' could be declared final
74262 src/com/itac/reporthandler/Fence.java 1168 Local variable 'startdate' could be declared final
74263 src/com/itac/reporthandler/Fence.java 1168 Potential violation of Law of Demeter (object not created locally)
74264 src/com/itac/reporthandler/Fence.java 1170 Local variable 'hollist' could be declared final
74265 src/com/itac/reporthandler/Fence.java 1172 Local variable 'holidays' could be declared final
74266 src/com/itac/reporthandler/Fence.java 1173 Local variable 'holiday' could be declared final
74267 src/com/itac/reporthandler/Fence.java 1173 Potential violation of Law of Demeter (object not created locally)
74268 src/com/itac/reporthandler/Fence.java 1174 Local variable 'daystring' could be declared final
74269 src/com/itac/reporthandler/Fence.java 1174 Potential violation of Law of Demeter (object not created locally)
74270 src/com/itac/reporthandler/Fence.java 1175 Potential violation of Law of Demeter (object not created locally)
74271 src/com/itac/reporthandler/Fence.java 1176 Potential violation of Law of Demeter (object not created locally)
74272 src/com/itac/reporthandler/Fence.java 1180 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74273 src/com/itac/reporthandler/Fence.java 1181 Avoid printStackTrace(); use a logger call instead.
74274 src/com/itac/reporthandler/Fence.java 1181 Potential violation of Law of Demeter (object not created locally)
74275 src/com/itac/reporthandler/Fence.java 1182 There is log block not surrounded by if
74276 src/com/itac/reporthandler/Fence.java 1188 Avoid reassigning parameters such as 'startDate'
74277 src/com/itac/reporthandler/Fence.java 1188 Avoid using implementation types like 'Hashtable'; use the interface instead
74278 src/com/itac/reporthandler/Fence.java 1188 Consider replacing this Hashtable with the newer java.util.Map
74279 src/com/itac/reporthandler/Fence.java 1188 Parameter 'endDate' is not assigned and could be declared final
74280 src/com/itac/reporthandler/Fence.java 1188 Parameter 'orgId' is not assigned and could be declared final
74281 src/com/itac/reporthandler/Fence.java 1188 publicMethodCommentRequirement Required
74282 src/com/itac/reporthandler/Fence.java 1190 Local variable 'dateformat' could be declared final
74283 src/com/itac/reporthandler/Fence.java 1190 When instantiating a SimpleDateFormat object, specify a Locale
74284 src/com/itac/reporthandler/Fence.java 1191 Avoid declaring a variable if it is unreferenced before a possible exit point.
74285 src/com/itac/reporthandler/Fence.java 1191 Avoid unused local variables such as 'holflag'.
74286 src/com/itac/reporthandler/Fence.java 1191 Local variable 'holflag' could be declared final
74287 src/com/itac/reporthandler/Fence.java 1192 Local variable 'cal' could be declared final
74288 src/com/itac/reporthandler/Fence.java 1193 Consider replacing this Hashtable with the newer java.util.Map
74289 src/com/itac/reporthandler/Fence.java 1193 Local variable 'holidayDates' could be declared final
74290 src/com/itac/reporthandler/Fence.java 1195 Local variable 'holidayQry' could be declared final
74291 src/com/itac/reporthandler/Fence.java 1197 Local variable 'hollist' could be declared final
74292 src/com/itac/reporthandler/Fence.java 1200 Local variable 'day' could be declared final
74293 src/com/itac/reporthandler/Fence.java 1202 Local variable 'dayofweek' could be declared final
74294 src/com/itac/reporthandler/Fence.java 1203 Local variable 'startdate' could be declared final
74295 src/com/itac/reporthandler/Fence.java 1203 Potential violation of Law of Demeter (object not created locally)
74296 src/com/itac/reporthandler/Fence.java 1204 Local variable 'holidays' could be declared final
74297 src/com/itac/reporthandler/Fence.java 1205 Local variable 'holiday' could be declared final
74298 src/com/itac/reporthandler/Fence.java 1205 Potential violation of Law of Demeter (object not created locally)
74299 src/com/itac/reporthandler/Fence.java 1206 Local variable 'daystring' could be declared final
74300 src/com/itac/reporthandler/Fence.java 1206 Potential violation of Law of Demeter (object not created locally)
74301 src/com/itac/reporthandler/Fence.java 1207 Potential violation of Law of Demeter (object not created locally)
74302 src/com/itac/reporthandler/Fence.java 1208 Potential violation of Law of Demeter (object not created locally)
74303 src/com/itac/reporthandler/Fence.java 1209 Potential violation of Law of Demeter (object not created locally)
74304 src/com/itac/reporthandler/Fence.java 1212 Avoid using if...else statements without curly braces
74305 src/com/itac/reporthandler/Fence.java 1212 Potential violation of Law of Demeter (object not created locally)
74306 src/com/itac/reporthandler/Fence.java 1214 Potential violation of Law of Demeter (object not created locally)
74307 src/com/itac/reporthandler/Fence.java 1215 Potential violation of Law of Demeter (object not created locally)
74308 src/com/itac/reporthandler/Fence.java 1216 Potential violation of Law of Demeter (object not created locally)
74309 src/com/itac/reporthandler/Fence.java 1216 Potential violation of Law of Demeter (object not created locally)
74310 src/com/itac/reporthandler/Fence.java 1216 Potential violation of Law of Demeter (object not created locally)
74311 src/com/itac/reporthandler/Fence.java 1219 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74312 src/com/itac/reporthandler/Fence.java 1220 Avoid printStackTrace(); use a logger call instead.
74313 src/com/itac/reporthandler/Fence.java 1220 Potential violation of Law of Demeter (object not created locally)
74314 src/com/itac/reporthandler/Fence.java 1221 There is log block not surrounded by if
74315 src/com/itac/reporthandler/Fence.java 1229 Avoid using implementation types like 'Hashtable'; use the interface instead
74316 src/com/itac/reporthandler/Fence.java 1229 Consider replacing this Hashtable with the newer java.util.Map
74317 src/com/itac/reporthandler/Fence.java 1229 Parameter 'htFenceDetail' is not assigned and could be declared final
74318 src/com/itac/reporthandler/Fence.java 1229 publicMethodCommentRequirement Required
74319 src/com/itac/reporthandler/Fence.java 1235 Local variable 'tripId' could be declared final
74320 src/com/itac/reporthandler/Fence.java 1235 Potential violation of Law of Demeter (method chain calls)
74321 src/com/itac/reporthandler/Fence.java 1235 Potential violation of Law of Demeter (method chain calls)
74322 src/com/itac/reporthandler/Fence.java 1235 Potential violation of Law of Demeter (method chain calls)
74323 src/com/itac/reporthandler/Fence.java 1235 Potential violation of Law of Demeter (method chain calls)
74324 src/com/itac/reporthandler/Fence.java 1238 Local variable 'date' could be declared final
74325 src/com/itac/reporthandler/Fence.java 1240 Local variable 'session' could be declared final
74326 src/com/itac/reporthandler/Fence.java 1240 When instantiating a SimpleDateFormat object, specify a Locale
74327 src/com/itac/reporthandler/Fence.java 1242 Position literals first in String comparisons for EqualsIgnoreCase
74328 src/com/itac/reporthandler/Fence.java 1248 Local variable 'list' could be declared final
74329 src/com/itac/reporthandler/Fence.java 1251 Avoid using Literals in Conditional Statements
74330 src/com/itac/reporthandler/Fence.java 1251 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
74331 src/com/itac/reporthandler/Fence.java 1254 Local variable 'objIterator' could be declared final
74332 src/com/itac/reporthandler/Fence.java 1260 Local variable 'objGeofence' could be declared final
74333 src/com/itac/reporthandler/Fence.java 1261 Avoid instantiating new objects inside loops
74334 src/com/itac/reporthandler/Fence.java 1261 Local variable 'setGeofenceVOData' could be declared final
74335 src/com/itac/reporthandler/Fence.java 1263 Potential violation of Law of Demeter (object not created locally)
74336 src/com/itac/reporthandler/Fence.java 1265 Potential violation of Law of Demeter (object not created locally)
74337 src/com/itac/reporthandler/Fence.java 1266 Potential violation of Law of Demeter (object not created locally)
74338 src/com/itac/reporthandler/Fence.java 1268 Potential violation of Law of Demeter (object not created locally)
74339 src/com/itac/reporthandler/Fence.java 1270 Potential violation of Law of Demeter (object not created locally)
74340 src/com/itac/reporthandler/Fence.java 1272 Potential violation of Law of Demeter (object not created locally)
74341 src/com/itac/reporthandler/Fence.java 1274 Potential violation of Law of Demeter (object not created locally)
74342 src/com/itac/reporthandler/Fence.java 1276 Potential violation of Law of Demeter (object not created locally)
74343 src/com/itac/reporthandler/Fence.java 1278 Potential violation of Law of Demeter (object not created locally)
74344 src/com/itac/reporthandler/Fence.java 1288 Avoid catching NullPointerException; consider removing the cause of the NPE.
74345 src/com/itac/reporthandler/Fence.java 1288 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74346 src/com/itac/reporthandler/Fence.java 1289 There is log block not surrounded by if
74347 src/com/itac/reporthandler/Fence.java 1290 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74348 src/com/itac/reporthandler/Fence.java 1291 There is log block not surrounded by if
74349 src/com/itac/reporthandler/Fence.java 1300 Avoid using implementation types like 'Hashtable'; use the interface instead
74350 src/com/itac/reporthandler/Fence.java 1300 Consider replacing this Hashtable with the newer java.util.Map
74351 src/com/itac/reporthandler/Fence.java 1300 Parameter 'htFence' is not assigned and could be declared final
74352 src/com/itac/reporthandler/Fence.java 1300 publicMethodCommentRequirement Required
74353 src/com/itac/reporthandler/Fence.java 1306 Local variable 'geoId' could be declared final
74354 src/com/itac/reporthandler/Fence.java 1306 Potential violation of Law of Demeter (method chain calls)
74355 src/com/itac/reporthandler/Fence.java 1306 Potential violation of Law of Demeter (method chain calls)
74356 src/com/itac/reporthandler/Fence.java 1308 Local variable 'tripId' could be declared final
74357 src/com/itac/reporthandler/Fence.java 1308 Potential violation of Law of Demeter (method chain calls)
74358 src/com/itac/reporthandler/Fence.java 1308 Potential violation of Law of Demeter (method chain calls)
74359 src/com/itac/reporthandler/Fence.java 1309 Local variable 'SESSION' could be declared final
74360 src/com/itac/reporthandler/Fence.java 1309 Potential violation of Law of Demeter (method chain calls)
74361 src/com/itac/reporthandler/Fence.java 1309 Variables should start with a lowercase character, 'SESSION' starts with uppercase character.
74362 src/com/itac/reporthandler/Fence.java 1310 Local variable 'time' could be declared final
74363 src/com/itac/reporthandler/Fence.java 1310 Potential violation of Law of Demeter (method chain calls)
74364 src/com/itac/reporthandler/Fence.java 1313 Local variable 'sdf' could be declared final
74365 src/com/itac/reporthandler/Fence.java 1313 When instantiating a SimpleDateFormat object, specify a Locale
74366 src/com/itac/reporthandler/Fence.java 1315 Local variable 'date' could be declared final
74367 src/com/itac/reporthandler/Fence.java 1315 Potential violation of Law of Demeter (object not created locally)
74368 src/com/itac/reporthandler/Fence.java 1319 Position literals first in String comparisons for EqualsIgnoreCase
74369 src/com/itac/reporthandler/Fence.java 1319 Potential violation of Law of Demeter (object not created locally)
74370 src/com/itac/reporthandler/Fence.java 1322 Position literals first in String comparisons for EqualsIgnoreCase
74371 src/com/itac/reporthandler/Fence.java 1322 Potential violation of Law of Demeter (object not created locally)
74372 src/com/itac/reporthandler/Fence.java 1329 Avoid excessively long variable names like no_of_column_affect
74373 src/com/itac/reporthandler/Fence.java 1329 Local variable 'no_of_column_affect' could be declared final
74374 src/com/itac/reporthandler/Fence.java 1329 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'no_of_column_affect' is not final.
74375 src/com/itac/reporthandler/Fence.java 1331 System.out.print is used
74376 src/com/itac/reporthandler/Fence.java 1335 Avoid using Literals in Conditional Statements
74377 src/com/itac/reporthandler/Fence.java 1339 Avoid catching NullPointerException; consider removing the cause of the NPE.
74378 src/com/itac/reporthandler/Fence.java 1339 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74379 src/com/itac/reporthandler/Fence.java 1340 There is log block not surrounded by if
74380 src/com/itac/reporthandler/Fence.java 1341 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74381 src/com/itac/reporthandler/Fence.java 1342 There is log block not surrounded by if
74382 src/com/itac/reporthandler/Fence.java 1348 Avoid using implementation types like 'Hashtable'; use the interface instead
74383 src/com/itac/reporthandler/Fence.java 1348 Consider replacing this Hashtable with the newer java.util.Map
74384 src/com/itac/reporthandler/Fence.java 1348 Parameter 'dtFence' is not assigned and could be declared final
74385 src/com/itac/reporthandler/Fence.java 1348 publicMethodCommentRequirement Required
74386 src/com/itac/reporthandler/Fence.java 1349 Avoid excessively long variable names like no_of_delete_GeoFence
74387 src/com/itac/reporthandler/Fence.java 1349 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'no_of_delete_GeoFence' is not final.
74388 src/com/itac/reporthandler/Fence.java 1352 Local variable 'geoId' could be declared final
74389 src/com/itac/reporthandler/Fence.java 1352 Potential violation of Law of Demeter (method chain calls)
74390 src/com/itac/reporthandler/Fence.java 1352 Potential violation of Law of Demeter (method chain calls)
74391 src/com/itac/reporthandler/Fence.java 1354 Local variable 'tripId' could be declared final
74392 src/com/itac/reporthandler/Fence.java 1354 Potential violation of Law of Demeter (method chain calls)
74393 src/com/itac/reporthandler/Fence.java 1354 Potential violation of Law of Demeter (method chain calls)
74394 src/com/itac/reporthandler/Fence.java 1356 Local variable 'SESSION' could be declared final
74395 src/com/itac/reporthandler/Fence.java 1356 Variables should start with a lowercase character, 'SESSION' starts with uppercase character.
74396 src/com/itac/reporthandler/Fence.java 1358 Local variable 'hquery' could be declared final
74397 src/com/itac/reporthandler/Fence.java 1363 Avoid using Literals in Conditional Statements
74398 src/com/itac/reporthandler/Fence.java 1367 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74399 src/com/itac/reporthandler/Fence.java 1369 There is log block not surrounded by if
74400 src/com/itac/reporthandler/Fence.java 1377 Avoid really long methods.
74401 src/com/itac/reporthandler/Fence.java 1377 Parameter 'session' is not assigned and could be declared final
74402 src/com/itac/reporthandler/Fence.java 1377 Parameter 'tripId' is not assigned and could be declared final
74403 src/com/itac/reporthandler/Fence.java 1377 The method 'addSequences' has a Cyclomatic Complexity of 19.
74404 src/com/itac/reporthandler/Fence.java 1377 The method addSequences() has an NPath complexity of 6336
74405 src/com/itac/reporthandler/Fence.java 1379 Use opposite operator instead of the logic complement operator.
74406 src/com/itac/reporthandler/Fence.java 1380 Position literals first in String comparisons for EqualsIgnoreCase
74407 src/com/itac/reporthandler/Fence.java 1380 Position literals first in String comparisons for EqualsIgnoreCase
74408 src/com/itac/reporthandler/Fence.java 1385 Local variable 'hquery' could be declared final
74409 src/com/itac/reporthandler/Fence.java 1389 Avoid excessively long variable names like no_of_column_affect
74410 src/com/itac/reporthandler/Fence.java 1389 Avoid unused local variables such as 'no_of_column_affect'.
74411 src/com/itac/reporthandler/Fence.java 1389 Local variable 'no_of_column_affect' could be declared final
74412 src/com/itac/reporthandler/Fence.java 1389 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'no_of_column_affect' is not final.
74413 src/com/itac/reporthandler/Fence.java 1394 Use opposite operator instead of the logic complement operator.
74414 src/com/itac/reporthandler/Fence.java 1395 Position literals first in String comparisons for EqualsIgnoreCase
74415 src/com/itac/reporthandler/Fence.java 1395 Position literals first in String comparisons for EqualsIgnoreCase
74416 src/com/itac/reporthandler/Fence.java 1397 Local variable 'hquery1' could be declared final
74417 src/com/itac/reporthandler/Fence.java 1400 Avoid excessively long variable names like no_of_users_geofence
74418 src/com/itac/reporthandler/Fence.java 1400 Avoid unused local variables such as 'no_of_users_geofence'.
74419 src/com/itac/reporthandler/Fence.java 1400 Local variable 'no_of_users_geofence' could be declared final
74420 src/com/itac/reporthandler/Fence.java 1400 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'no_of_users_geofence' is not final.
74421 src/com/itac/reporthandler/Fence.java 1413 Position literals first in String comparisons for EqualsIgnoreCase
74422 src/com/itac/reporthandler/Fence.java 1415 Position literals first in String comparisons for EqualsIgnoreCase
74423 src/com/itac/reporthandler/Fence.java 1423 Local variable 'lstIds' could be declared final
74424 src/com/itac/reporthandler/Fence.java 1425 Local variable 'lstAM' could be declared final
74425 src/com/itac/reporthandler/Fence.java 1427 Local variable 'lstPM' could be declared final
74426 src/com/itac/reporthandler/Fence.java 1429 Local variable 'itr' could be declared final
74427 src/com/itac/reporthandler/Fence.java 1429 Potential violation of Law of Demeter (object not created locally)
74428 src/com/itac/reporthandler/Fence.java 1433 Local variable 'obj1' could be declared final
74429 src/com/itac/reporthandler/Fence.java 1434 Potential violation of Law of Demeter (method chain calls)
74430 src/com/itac/reporthandler/Fence.java 1434 Potential violation of Law of Demeter (object not created locally)
74431 src/com/itac/reporthandler/Fence.java 1435 Potential violation of Law of Demeter (method chain calls)
74432 src/com/itac/reporthandler/Fence.java 1435 Potential violation of Law of Demeter (object not created locally)
74433 src/com/itac/reporthandler/Fence.java 1436 Potential violation of Law of Demeter (method chain calls)
74434 src/com/itac/reporthandler/Fence.java 1436 Potential violation of Law of Demeter (object not created locally)
74435 src/com/itac/reporthandler/Fence.java 1441 Avoid unused local variables such as 'sqPM'.
74436 src/com/itac/reporthandler/Fence.java 1442 Avoid unused local variables such as 'mapAM'.
74437 src/com/itac/reporthandler/Fence.java 1443 Avoid unused local variables such as 'mapPM'.
74438 src/com/itac/reporthandler/Fence.java 1445 Potential violation of Law of Demeter (object not created locally)
74439 src/com/itac/reporthandler/Fence.java 1447 Assigning an Object to null is a code smell. Consider refactoring.
74440 src/com/itac/reporthandler/Fence.java 1448 Assigning an Object to null is a code smell. Consider refactoring.
74441 src/com/itac/reporthandler/Fence.java 1451 Potential violation of Law of Demeter (object not created locally)
74442 src/com/itac/reporthandler/Fence.java 1453 Avoid using Literals in Conditional Statements
74443 src/com/itac/reporthandler/Fence.java 1457 Position literals first in String comparisons for EqualsIgnoreCase
74444 src/com/itac/reporthandler/Fence.java 1462 Position literals first in String comparisons for EqualsIgnoreCase
74445 src/com/itac/reporthandler/Fence.java 1466 Position literals first in String comparisons
74446 src/com/itac/reporthandler/Fence.java 1466 Potential violation of Law of Demeter (object not created locally)
74447 src/com/itac/reporthandler/Fence.java 1469 Avoid excessively long variable names like objStopfencemapping
74448 src/com/itac/reporthandler/Fence.java 1469 Avoid instantiating new objects inside loops
74449 src/com/itac/reporthandler/Fence.java 1469 Local variable 'objStopfencemapping' could be declared final
74450 src/com/itac/reporthandler/Fence.java 1471 Potential violation of Law of Demeter (object not created locally)
74451 src/com/itac/reporthandler/Fence.java 1472 Potential violation of Law of Demeter (object not created locally)
74452 src/com/itac/reporthandler/Fence.java 1472 Potential violation of Law of Demeter (object not created locally)
74453 src/com/itac/reporthandler/Fence.java 1473 Potential violation of Law of Demeter (object not created locally)
74454 src/com/itac/reporthandler/Fence.java 1483 Comment is too large: Line too long
74455 src/com/itac/reporthandler/Fence.java 1485 Position literals first in String comparisons for EqualsIgnoreCase
74456 src/com/itac/reporthandler/Fence.java 1487 Position literals first in String comparisons for EqualsIgnoreCase
74457 src/com/itac/reporthandler/Fence.java 1490 Local variable 'objBoolean' could be declared final
74458 src/com/itac/reporthandler/Fence.java 1494 Potential violation of Law of Demeter (object not created locally)
74459 src/com/itac/reporthandler/Fence.java 1496 Avoid excessively long variable names like update_Record_in_GeoFence
74460 src/com/itac/reporthandler/Fence.java 1496 Avoid unused local variables such as 'update_Record_in_GeoFence'.
74461 src/com/itac/reporthandler/Fence.java 1496 Local variable 'update_Record_in_GeoFence' could be declared final
74462 src/com/itac/reporthandler/Fence.java 1496 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'update_Record_in_GeoFence' is not final.
74463 src/com/itac/reporthandler/Fence.java 1502 Position literals first in String comparisons for EqualsIgnoreCase
74464 src/com/itac/reporthandler/Fence.java 1504 Position literals first in String comparisons for EqualsIgnoreCase
74465 src/com/itac/reporthandler/Fence.java 1507 Local variable 'objBoolean' could be declared final
74466 src/com/itac/reporthandler/Fence.java 1517 Potential violation of Law of Demeter (object not created locally)
74467 src/com/itac/reporthandler/Fence.java 1517 Potential violation of Law of Demeter (object not created locally)
74468 src/com/itac/reporthandler/Fence.java 1517 Useless parentheses.
74469 src/com/itac/reporthandler/Fence.java 1519 Avoid excessively long variable names like update_Record_in_GeoFence
74470 src/com/itac/reporthandler/Fence.java 1519 Avoid unused local variables such as 'update_Record_in_GeoFence'.
74471 src/com/itac/reporthandler/Fence.java 1519 Local variable 'update_Record_in_GeoFence' could be declared final
74472 src/com/itac/reporthandler/Fence.java 1519 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'update_Record_in_GeoFence' is not final.
74473 src/com/itac/reporthandler/Fence.java 1526 Avoid using implementation types like 'ArrayList'; use the interface instead
74474 src/com/itac/reporthandler/Fence.java 1526 Avoid variables with short names like i
74475 src/com/itac/reporthandler/Fence.java 1526 Parameter 'i' is not assigned and could be declared final
74476 src/com/itac/reporthandler/Fence.java 1526 Parameter 'lstIds' is not assigned and could be declared final
74477 src/com/itac/reporthandler/Fence.java 1527 Avoid using implementation types like 'ArrayList'; use the interface instead
74478 src/com/itac/reporthandler/Fence.java 1527 Parameter 'delta' is not assigned and could be declared final
74479 src/com/itac/reporthandler/Fence.java 1527 Parameter 'lstDates' is not assigned and could be declared final
74480 src/com/itac/reporthandler/Fence.java 1527 Parameter 'type' is not assigned and could be declared final
74481 src/com/itac/reporthandler/Fence.java 1529 Variables should start with a lowercase character, 'Index' starts with uppercase character.
74482 src/com/itac/reporthandler/Fence.java 1532 Avoid using Literals in Conditional Statements
74483 src/com/itac/reporthandler/Fence.java 1532 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
74484 src/com/itac/reporthandler/Fence.java 1536 Potential violation of Law of Demeter (method chain calls)
74485 src/com/itac/reporthandler/Fence.java 1536 Potential violation of Law of Demeter (method chain calls)
74486 src/com/itac/reporthandler/Fence.java 1545 Potential violation of Law of Demeter (object not created locally)
74487 src/com/itac/reporthandler/Fence.java 1550 Potential violation of Law of Demeter (object not created locally)
74488 src/com/itac/reporthandler/Fence.java 1551 Potential violation of Law of Demeter (object not created locally)
74489 src/com/itac/reporthandler/Fence.java 1553 A method should have only one exit point, and that should be the last statement in the method
74490 src/com/itac/reporthandler/Fence.java 1560 Parameter 'sessionTime' is not assigned and could be declared final
74491 src/com/itac/reporthandler/Fence.java 1560 Parameter 'tripId' is not assigned and could be declared final
74492 src/com/itac/reporthandler/Fence.java 1560 publicMethodCommentRequirement Required
74493 src/com/itac/reporthandler/Fence.java 1563 Position literals first in String comparisons for EqualsIgnoreCase
74494 src/com/itac/reporthandler/Fence.java 1565 Position literals first in String comparisons for EqualsIgnoreCase
74495 src/com/itac/reporthandler/Fence.java 1569 Local variable 'list' could be declared final
74496 src/com/itac/reporthandler/Fence.java 1571 Local variable 'data' could be declared final
74497 src/com/itac/reporthandler/Fence.java 1572 Local variable 'itr' could be declared final
74498 src/com/itac/reporthandler/Fence.java 1572 Potential violation of Law of Demeter (object not created locally)
74499 src/com/itac/reporthandler/Fence.java 1574 Local variable 'getObject' could be declared final
74500 src/com/itac/reporthandler/Fence.java 1576 Potential violation of Law of Demeter (method chain calls)
74501 src/com/itac/reporthandler/Fence.java 1576 Use asList instead of tight loops
74502 src/com/itac/reporthandler/Fence.java 1582 Parameter 'session' is not assigned and could be declared final
74503 src/com/itac/reporthandler/Fence.java 1582 Parameter 'tripId' is not assigned and could be declared final
74504 src/com/itac/reporthandler/Fence.java 1582 publicMethodCommentRequirement Required
74505 src/com/itac/reporthandler/Fence.java 1587 Comment is too large: Line too long
74506 src/com/itac/reporthandler/Fence.java 1591 Position literals first in String comparisons for EqualsIgnoreCase
74507 src/com/itac/reporthandler/Fence.java 1600 Position literals first in String comparisons for EqualsIgnoreCase
74508 src/com/itac/reporthandler/Fence.java 1619 Parameter 'startDate' is not assigned and could be declared final
74509 src/com/itac/reporthandler/Fence.java 1619 Parameter 'tripList' is not assigned and could be declared final
74510 src/com/itac/reporthandler/Fence.java 1619 publicMethodCommentRequirement Required
74511 src/com/itac/reporthandler/Fence.java 1622 Local variable 'filteredList' could be declared final
74512 src/com/itac/reporthandler/Fence.java 1623 Local variable 'itr' could be declared final
74513 src/com/itac/reporthandler/Fence.java 1626 Local variable 'objTripData' could be declared final
74514 src/com/itac/reporthandler/Fence.java 1628 Avoid instantiating new objects inside loops
74515 src/com/itac/reporthandler/Fence.java 1628 Local variable 'sdf' could be declared final
74516 src/com/itac/reporthandler/Fence.java 1628 When instantiating a SimpleDateFormat object, specify a Locale
74517 src/com/itac/reporthandler/Fence.java 1629 Local variable 'date' could be declared final
74518 src/com/itac/reporthandler/Fence.java 1629 Potential violation of Law of Demeter (method chain calls)
74519 src/com/itac/reporthandler/Fence.java 1629 Potential violation of Law of Demeter (object not created locally)
74520 src/com/itac/reporthandler/Fence.java 1630 Local variable 'date1' could be declared final
74521 src/com/itac/reporthandler/Fence.java 1631 Local variable 'diff' could be declared final
74522 src/com/itac/reporthandler/Fence.java 1631 Potential violation of Law of Demeter (object not created locally)
74523 src/com/itac/reporthandler/Fence.java 1632 Avoid using Literals in Conditional Statements
74524 src/com/itac/reporthandler/Fence.java 1639 Avoid using implementation types like 'Hashtable'; use the interface instead
74525 src/com/itac/reporthandler/Fence.java 1639 Consider replacing this Hashtable with the newer java.util.Map
74526 src/com/itac/reporthandler/Fence.java 1639 Parameter 'input' is not assigned and could be declared final
74527 src/com/itac/reporthandler/Fence.java 1639 publicMethodCommentRequirement Required
74528 src/com/itac/reporthandler/Fence.java 1643 Local variable 'sdf' could be declared final
74529 src/com/itac/reporthandler/Fence.java 1643 When instantiating a SimpleDateFormat object, specify a Locale
74530 src/com/itac/reporthandler/Fence.java 1648 Potential violation of Law of Demeter (method chain calls)
74531 src/com/itac/reporthandler/Fence.java 1648 Potential violation of Law of Demeter (method chain calls)
74532 src/com/itac/reporthandler/Fence.java 1650 Potential violation of Law of Demeter (method chain calls)
74533 src/com/itac/reporthandler/Fence.java 1651 Potential violation of Law of Demeter (method chain calls)
74534 src/com/itac/reporthandler/Fence.java 1652 Potential violation of Law of Demeter (method chain calls)
74535 src/com/itac/reporthandler/Fence.java 1652 Potential violation of Law of Demeter (method chain calls)
74536 src/com/itac/reporthandler/Fence.java 1655 Position literals first in String comparisons
74537 src/com/itac/reporthandler/Fence.java 1656 A method should have only one exit point, and that should be the last statement in the method
74538 src/com/itac/reporthandler/Fence.java 1666 Local variable 'fenceGarageQry' could be declared final
74539 src/com/itac/reporthandler/Fence.java 1672 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
74540 src/com/itac/reporthandler/Fence.java 1674 Local variable 'fenceIter' could be declared final
74541 src/com/itac/reporthandler/Fence.java 1677 Local variable 'rows' could be declared final
74542 src/com/itac/reporthandler/Fence.java 1678 Local variable 'fencecount' could be declared final
74543 src/com/itac/reporthandler/Fence.java 1679 Avoid instantiating new objects inside loops
74544 src/com/itac/reporthandler/Fence.java 1686 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74545 src/com/itac/reporthandler/Fence.java 1687 There is log block not surrounded by if
74546 src/com/itac/reporthandler/Fence.java 1689 Returning 'fenceMaintenance' may expose an internal array.
74547 src/com/itac/reporthandler/Fence.java 1694 Avoid really long methods.
74548 src/com/itac/reporthandler/Fence.java 1694 Parameter 'fence' is not assigned and could be declared final
74549 src/com/itac/reporthandler/Fence.java 1694 Parameter 'packetList' is not assigned and could be declared final
74550 src/com/itac/reporthandler/Fence.java 1694 The method 'checkfenceEntry' has a Cyclomatic Complexity of 25.
74551 src/com/itac/reporthandler/Fence.java 1694 The method checkfenceEntry() has an NPath complexity of 2806
74552 src/com/itac/reporthandler/Fence.java 1694 publicMethodCommentRequirement Required
74553 src/com/itac/reporthandler/Fence.java 1695 Parameter 'session' is not assigned and could be declared final
74554 src/com/itac/reporthandler/Fence.java 1695 Parameter 'startDate' is not assigned and could be declared final
74555 src/com/itac/reporthandler/Fence.java 1696 Local variable 'dateformat' could be declared final
74556 src/com/itac/reporthandler/Fence.java 1696 When instantiating a SimpleDateFormat object, specify a Locale
74557 src/com/itac/reporthandler/Fence.java 1697 Local variable 'format' could be declared final
74558 src/com/itac/reporthandler/Fence.java 1697 When instantiating a SimpleDateFormat object, specify a Locale
74559 src/com/itac/reporthandler/Fence.java 1711 Local variable 'diff1' could be declared final
74560 src/com/itac/reporthandler/Fence.java 1712 Local variable 'diff2' could be declared final
74561 src/com/itac/reporthandler/Fence.java 1719 Local variable 'packetIter' could be declared final
74562 src/com/itac/reporthandler/Fence.java 1722 Local variable 'rows' could be declared final
74563 src/com/itac/reporthandler/Fence.java 1723 Local variable 'timestr' could be declared final
74564 src/com/itac/reporthandler/Fence.java 1723 Potential violation of Law of Demeter (method chain calls)
74565 src/com/itac/reporthandler/Fence.java 1723 Potential violation of Law of Demeter (method chain calls)
74566 src/com/itac/reporthandler/Fence.java 1724 Local variable 'tripDate' could be declared final
74567 src/com/itac/reporthandler/Fence.java 1724 Potential violation of Law of Demeter (object not created locally)
74568 src/com/itac/reporthandler/Fence.java 1725 Avoid using Literals in Conditional Statements
74569 src/com/itac/reporthandler/Fence.java 1725 Potential violation of Law of Demeter (object not created locally)
74570 src/com/itac/reporthandler/Fence.java 1727 Local variable 'dist' could be declared final
74571 src/com/itac/reporthandler/Fence.java 1727 Potential violation of Law of Demeter (method chain calls)
74572 src/com/itac/reporthandler/Fence.java 1727 Potential violation of Law of Demeter (method chain calls)
74573 src/com/itac/reporthandler/Fence.java 1735 Local variable 'arrivalDate' could be declared final
74574 src/com/itac/reporthandler/Fence.java 1737 Local variable 'hour' could be declared final
74575 src/com/itac/reporthandler/Fence.java 1738 Local variable 'min' could be declared final
74576 src/com/itac/reporthandler/Fence.java 1739 Local variable 'sec' could be declared final
74577 src/com/itac/reporthandler/Fence.java 1740 Avoid instantiating new objects inside loops
74578 src/com/itac/reporthandler/Fence.java 1740 Local variable 'creationtime' could be declared final
74579 src/com/itac/reporthandler/Fence.java 1741 Avoid instantiating new objects inside loops
74580 src/com/itac/reporthandler/Fence.java 1742 Position literals first in String comparisons for EqualsIgnoreCase
74581 src/com/itac/reporthandler/Fence.java 1749 Local variable 'actual' could be declared final
74582 src/com/itac/reporthandler/Fence.java 1749 Potential violation of Law of Demeter (object not created locally)
74583 src/com/itac/reporthandler/Fence.java 1749 Potential violation of Law of Demeter (object not created locally)
74584 src/com/itac/reporthandler/Fence.java 1750 Local variable 'expected' could be declared final
74585 src/com/itac/reporthandler/Fence.java 1750 Potential violation of Law of Demeter (object not created locally)
74586 src/com/itac/reporthandler/Fence.java 1750 Potential violation of Law of Demeter (object not created locally)
74587 src/com/itac/reporthandler/Fence.java 1752 Potential violation of Law of Demeter (object not created locally)
74588 src/com/itac/reporthandler/Fence.java 1752 Potential violation of Law of Demeter (object not created locally)
74589 src/com/itac/reporthandler/Fence.java 1753 Local variable 'difference' could be declared final
74590 src/com/itac/reporthandler/Fence.java 1753 Potential violation of Law of Demeter (object not created locally)
74591 src/com/itac/reporthandler/Fence.java 1754 Potential violation of Law of Demeter (object not created locally)
74592 src/com/itac/reporthandler/Fence.java 1764 Potential violation of Law of Demeter (object not created locally)
74593 src/com/itac/reporthandler/Fence.java 1764 Potential violation of Law of Demeter (object not created locally)
74594 src/com/itac/reporthandler/Fence.java 1769 Potential violation of Law of Demeter (object not created locally)
74595 src/com/itac/reporthandler/Fence.java 1769 Potential violation of Law of Demeter (object not created locally)
74596 src/com/itac/reporthandler/Fence.java 1770 Local variable 'difference' could be declared final
74597 src/com/itac/reporthandler/Fence.java 1770 Potential violation of Law of Demeter (object not created locally)
74598 src/com/itac/reporthandler/Fence.java 1771 Potential violation of Law of Demeter (object not created locally)
74599 src/com/itac/reporthandler/Fence.java 1794 A method should have only one exit point, and that should be the last statement in the method
74600 src/com/itac/reporthandler/Fence.java 1796 A method should have only one exit point, and that should be the last statement in the method
74601 src/com/itac/reporthandler/Fence.java 1800 Local variable 'hour' could be declared final
74602 src/com/itac/reporthandler/Fence.java 1801 Local variable 'min' could be declared final
74603 src/com/itac/reporthandler/Fence.java 1802 Local variable 'sec' could be declared final
74604 src/com/itac/reporthandler/Fence.java 1804 Local variable 'creationtime' could be declared final
74605 src/com/itac/reporthandler/Fence.java 1806 Position literals first in String comparisons for EqualsIgnoreCase
74606 src/com/itac/reporthandler/Fence.java 1812 Potential violation of Law of Demeter (object not created locally)
74607 src/com/itac/reporthandler/Fence.java 1812 Potential violation of Law of Demeter (object not created locally)
74608 src/com/itac/reporthandler/Fence.java 1813 Potential violation of Law of Demeter (object not created locally)
74609 src/com/itac/reporthandler/Fence.java 1813 Potential violation of Law of Demeter (object not created locally)
74610 src/com/itac/reporthandler/Fence.java 1815 Potential violation of Law of Demeter (object not created locally)
74611 src/com/itac/reporthandler/Fence.java 1815 Potential violation of Law of Demeter (object not created locally)
74612 src/com/itac/reporthandler/Fence.java 1817 Local variable 'diff' could be declared final
74613 src/com/itac/reporthandler/Fence.java 1817 Potential violation of Law of Demeter (object not created locally)
74614 src/com/itac/reporthandler/Fence.java 1817 Potential violation of Law of Demeter (object not created locally)
74615 src/com/itac/reporthandler/Fence.java 1817 Potential violation of Law of Demeter (object not created locally)
74616 src/com/itac/reporthandler/Fence.java 1817 Potential violation of Law of Demeter (object not created locally)
74617 src/com/itac/reporthandler/Fence.java 1817 Useless parentheses.
74618 src/com/itac/reporthandler/Fence.java 1818 Potential violation of Law of Demeter (object not created locally)
74619 src/com/itac/reporthandler/Fence.java 1821 Local variable 'diff' could be declared final
74620 src/com/itac/reporthandler/Fence.java 1821 Potential violation of Law of Demeter (object not created locally)
74621 src/com/itac/reporthandler/Fence.java 1821 Potential violation of Law of Demeter (object not created locally)
74622 src/com/itac/reporthandler/Fence.java 1821 Potential violation of Law of Demeter (object not created locally)
74623 src/com/itac/reporthandler/Fence.java 1822 Avoid using Literals in Conditional Statements
74624 src/com/itac/reporthandler/Fence.java 1823 Potential violation of Law of Demeter (object not created locally)
74625 src/com/itac/reporthandler/Fence.java 1825 Potential violation of Law of Demeter (object not created locally)
74626 src/com/itac/reporthandler/Fence.java 1830 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74627 src/com/itac/reporthandler/Fence.java 1831 Avoid printStackTrace(); use a logger call instead.
74628 src/com/itac/reporthandler/Fence.java 1831 Potential violation of Law of Demeter (object not created locally)
74629 src/com/itac/reporthandler/Fence.java 1832 There is log block not surrounded by if
74630 src/com/itac/reporthandler/Fence.java 1839 Parameter 'args' is not assigned and could be declared final
74631 src/com/itac/reporthandler/Fence.java 1839 publicMethodCommentRequirement Required
74632 src/com/itac/reporthandler/Fence.java 1842 Local variable 'gson' could be declared final
74633 src/com/itac/reporthandler/Fence.java 1850 Local variable 'fence' could be declared final
74634 src/com/itac/reporthandler/Fence.java 1851 Local variable 'stoppageData' could be declared final
74635 src/com/itac/reporthandler/Fence.java 1856 Consider replacing this Hashtable with the newer java.util.Map
74636 src/com/itac/reporthandler/Fence.java 1856 Local variable 'input' could be declared final
74637 src/com/itac/reporthandler/Fence.java 1857 Local variable 'breader' could be declared final
74638 src/com/itac/reporthandler/Fence.java 1859 Local variable 'dateFormat' could be declared final
74639 src/com/itac/reporthandler/Fence.java 1859 When instantiating a SimpleDateFormat object, specify a Locale
74640 src/com/itac/reporthandler/Fence.java 1860 Local variable 'choice' could be declared final
74641 src/com/itac/reporthandler/Fence.java 1860 Potential violation of Law of Demeter (object not created locally)
74642 src/com/itac/reporthandler/Fence.java 1863 Potential violation of Law of Demeter (object not created locally)
74643 src/com/itac/reporthandler/Fence.java 1864 Potential violation of Law of Demeter (object not created locally)
74644 src/com/itac/reporthandler/Fence.java 1865 Potential violation of Law of Demeter (object not created locally)
74645 src/com/itac/reporthandler/Fence.java 1866 Potential violation of Law of Demeter (object not created locally)
74646 src/com/itac/reporthandler/Fence.java 1867 Potential violation of Law of Demeter (object not created locally)
74647 src/com/itac/reporthandler/Fence.java 1868 Potential violation of Law of Demeter (object not created locally)
74648 src/com/itac/reporthandler/Fence.java 1869 Potential violation of Law of Demeter (object not created locally)
74649 src/com/itac/reporthandler/Fence.java 1870 Avoid unused local variables such as 'jsonString'.
74650 src/com/itac/reporthandler/Fence.java 1870 Local variable 'jsonString' could be declared final
74651 src/com/itac/reporthandler/Fence.java 1870 Potential violation of Law of Demeter (object not created locally)
74652 src/com/itac/reporthandler/Fence.java 1873 Potential violation of Law of Demeter (object not created locally)
74653 src/com/itac/reporthandler/Fence.java 1874 Potential violation of Law of Demeter (method chain calls)
74654 src/com/itac/reporthandler/Fence.java 1874 Potential violation of Law of Demeter (method chain calls)
74655 src/com/itac/reporthandler/Fence.java 1874 Potential violation of Law of Demeter (object not created locally)
74656 src/com/itac/reporthandler/Fence.java 1874 Potential violation of Law of Demeter (object not created locally)
74657 src/com/itac/reporthandler/Fence.java 1875 Potential violation of Law of Demeter (method chain calls)
74658 src/com/itac/reporthandler/Fence.java 1875 Potential violation of Law of Demeter (method chain calls)
74659 src/com/itac/reporthandler/Fence.java 1875 Potential violation of Law of Demeter (object not created locally)
74660 src/com/itac/reporthandler/Fence.java 1875 Potential violation of Law of Demeter (object not created locally)
74661 src/com/itac/reporthandler/Fence.java 1876 Potential violation of Law of Demeter (object not created locally)
74662 src/com/itac/reporthandler/Fence.java 1877 Potential violation of Law of Demeter (object not created locally)
74663 src/com/itac/reporthandler/Fence.java 1878 Potential violation of Law of Demeter (object not created locally)
74664 src/com/itac/reporthandler/Fence.java 1879 Potential violation of Law of Demeter (object not created locally)
74665 src/com/itac/reporthandler/Fence.java 1880 Potential violation of Law of Demeter (object not created locally)
74666 src/com/itac/reporthandler/Fence.java 1881 Potential violation of Law of Demeter (object not created locally)
74667 src/com/itac/reporthandler/Fence.java 1882 Potential violation of Law of Demeter (object not created locally)
74668 src/com/itac/reporthandler/Fence.java 1883 Potential violation of Law of Demeter (object not created locally)
74669 src/com/itac/reporthandler/Fence.java 1884 Potential violation of Law of Demeter (object not created locally)
74670 src/com/itac/reporthandler/Fence.java 1885 Potential violation of Law of Demeter (object not created locally)
74671 src/com/itac/reporthandler/Fence.java 1886 Potential violation of Law of Demeter (object not created locally)
74672 src/com/itac/reporthandler/Fence.java 1889 Potential violation of Law of Demeter (object not created locally)
74673 src/com/itac/reporthandler/Fence.java 1890 Potential violation of Law of Demeter (object not created locally)
74674 src/com/itac/reporthandler/Fence.java 1891 Potential violation of Law of Demeter (object not created locally)
74675 src/com/itac/reporthandler/Fence.java 1892 Potential violation of Law of Demeter (method chain calls)
74676 src/com/itac/reporthandler/Fence.java 1892 Potential violation of Law of Demeter (method chain calls)
74677 src/com/itac/reporthandler/Fence.java 1892 Potential violation of Law of Demeter (object not created locally)
74678 src/com/itac/reporthandler/Fence.java 1892 Potential violation of Law of Demeter (object not created locally)
74679 src/com/itac/reporthandler/Fence.java 1893 Potential violation of Law of Demeter (method chain calls)
74680 src/com/itac/reporthandler/Fence.java 1893 Potential violation of Law of Demeter (method chain calls)
74681 src/com/itac/reporthandler/Fence.java 1893 Potential violation of Law of Demeter (object not created locally)
74682 src/com/itac/reporthandler/Fence.java 1893 Potential violation of Law of Demeter (object not created locally)
74683 src/com/itac/reporthandler/Fence.java 1894 Potential violation of Law of Demeter (object not created locally)
74684 src/com/itac/reporthandler/Fence.java 1895 Potential violation of Law of Demeter (object not created locally)
74685 src/com/itac/reporthandler/Fence.java 1896 Potential violation of Law of Demeter (object not created locally)
74686 src/com/itac/reporthandler/Fence.java 1897 Potential violation of Law of Demeter (object not created locally)
74687 src/com/itac/reporthandler/Fence.java 1898 Potential violation of Law of Demeter (object not created locally)
74688 src/com/itac/reporthandler/Fence.java 1899 Potential violation of Law of Demeter (object not created locally)
74689 src/com/itac/reporthandler/Fence.java 1900 Avoid unused local variables such as 'fenceString'.
74690 src/com/itac/reporthandler/Fence.java 1900 Local variable 'fenceString' could be declared final
74691 src/com/itac/reporthandler/Fence.java 1900 Potential violation of Law of Demeter (object not created locally)
74692 src/com/itac/reporthandler/Fence.java 1903 Potential violation of Law of Demeter (object not created locally)
74693 src/com/itac/reporthandler/Fence.java 1904 Potential violation of Law of Demeter (object not created locally)
74694 src/com/itac/reporthandler/Fence.java 1905 Potential violation of Law of Demeter (object not created locally)
74695 src/com/itac/reporthandler/Fence.java 1906 Potential violation of Law of Demeter (object not created locally)
74696 src/com/itac/reporthandler/Fence.java 1907 Potential violation of Law of Demeter (object not created locally)
74697 src/com/itac/reporthandler/Fuel.java 1 A high number of imports can indicate a high degree of coupling within an object.
74698 src/com/itac/reporthandler/Fuel.java 1 Possible God class (WMC=111, ATFD=331, TCC=0.02564102564102564)
74699 src/com/itac/reporthandler/Fuel.java 10 Avoid unused imports such as 'java.io.BufferedReader'
74700 src/com/itac/reporthandler/Fuel.java 11 Avoid unused imports such as 'java.io.IOException'
74701 src/com/itac/reporthandler/Fuel.java 12 Avoid unused imports such as 'java.io.InputStreamReader'
74702 src/com/itac/reporthandler/Fuel.java 27 Avoid unused imports such as 'org.apache.log4j.lf5.util.DateFormatManager'
74703 src/com/itac/reporthandler/Fuel.java 30 Avoid unused imports such as 'com.google.gson.Gson'
74704 src/com/itac/reporthandler/Fuel.java 32 Avoid unused imports such as 'com.itac.bean.FuelCalibration'
74705 src/com/itac/reporthandler/Fuel.java 34 Avoid unused imports such as 'com.itac.bean.TripParameters'
74706 src/com/itac/reporthandler/Fuel.java 36 Avoid unused imports such as 'com.itac.bean.VehicleType'
74707 src/com/itac/reporthandler/Fuel.java 45 Avoid unused imports such as 'com.itac.vo.DateFenceStatus'
74708 src/com/itac/reporthandler/Fuel.java 50 Avoid unused imports such as 'com.itac.vo.FuelVO'
74709 src/com/itac/reporthandler/Fuel.java 59 A Classname should have a minimum of five characters
74710 src/com/itac/reporthandler/Fuel.java 59 Avoid really long classes.
74711 src/com/itac/reporthandler/Fuel.java 59 The class 'Fuel' has a Cyclomatic Complexity of 9 (Highest = 17).
74712 src/com/itac/reporthandler/Fuel.java 59 Too many fields
74713 src/com/itac/reporthandler/Fuel.java 59 headerCommentRequirement Required
74714 src/com/itac/reporthandler/Fuel.java 61 The Logger variable declaration does not contain the static and final modifiers
74715 src/com/itac/reporthandler/Fuel.java 61 fieldCommentRequirement Required
74716 src/com/itac/reporthandler/Fuel.java 64 Found non-transient, non-static member. Please mark as transient or provide accessors.
74717 src/com/itac/reporthandler/Fuel.java 64 Use explicit scoping instead of the default package private level
74718 src/com/itac/reporthandler/Fuel.java 64 fieldCommentRequirement Required
74719 src/com/itac/reporthandler/Fuel.java 66 Found non-transient, non-static member. Please mark as transient or provide accessors.
74720 src/com/itac/reporthandler/Fuel.java 66 Use explicit scoping instead of the default package private level
74721 src/com/itac/reporthandler/Fuel.java 66 fieldCommentRequirement Required
74722 src/com/itac/reporthandler/Fuel.java 67 Found non-transient, non-static member. Please mark as transient or provide accessors.
74723 src/com/itac/reporthandler/Fuel.java 67 Use explicit scoping instead of the default package private level
74724 src/com/itac/reporthandler/Fuel.java 67 fieldCommentRequirement Required
74725 src/com/itac/reporthandler/Fuel.java 69 Avoid using redundant field initializer for 'vehicleids'
74726 src/com/itac/reporthandler/Fuel.java 69 Found non-transient, non-static member. Please mark as transient or provide accessors.
74727 src/com/itac/reporthandler/Fuel.java 69 Use explicit scoping instead of the default package private level
74728 src/com/itac/reporthandler/Fuel.java 69 fieldCommentRequirement Required
74729 src/com/itac/reporthandler/Fuel.java 70 Avoid using redundant field initializer for 'data'
74730 src/com/itac/reporthandler/Fuel.java 70 Found non-transient, non-static member. Please mark as transient or provide accessors.
74731 src/com/itac/reporthandler/Fuel.java 70 Use explicit scoping instead of the default package private level
74732 src/com/itac/reporthandler/Fuel.java 70 fieldCommentRequirement Required
74733 src/com/itac/reporthandler/Fuel.java 71 Found non-transient, non-static member. Please mark as transient or provide accessors.
74734 src/com/itac/reporthandler/Fuel.java 71 Use explicit scoping instead of the default package private level
74735 src/com/itac/reporthandler/Fuel.java 71 fieldCommentRequirement Required
74736 src/com/itac/reporthandler/Fuel.java 72 Avoid using redundant field initializer for 'alertValues'
74737 src/com/itac/reporthandler/Fuel.java 72 Found non-transient, non-static member. Please mark as transient or provide accessors.
74738 src/com/itac/reporthandler/Fuel.java 72 Use explicit scoping instead of the default package private level
74739 src/com/itac/reporthandler/Fuel.java 72 fieldCommentRequirement Required
74740 src/com/itac/reporthandler/Fuel.java 73 Avoid using redundant field initializer for 'tripAlertValues'
74741 src/com/itac/reporthandler/Fuel.java 73 Found non-transient, non-static member. Please mark as transient or provide accessors.
74742 src/com/itac/reporthandler/Fuel.java 73 Use explicit scoping instead of the default package private level
74743 src/com/itac/reporthandler/Fuel.java 73 fieldCommentRequirement Required
74744 src/com/itac/reporthandler/Fuel.java 74 Avoid using redundant field initializer for 'fuelAlertVo'
74745 src/com/itac/reporthandler/Fuel.java 74 Found non-transient, non-static member. Please mark as transient or provide accessors.
74746 src/com/itac/reporthandler/Fuel.java 74 Use explicit scoping instead of the default package private level
74747 src/com/itac/reporthandler/Fuel.java 74 fieldCommentRequirement Required
74748 src/com/itac/reporthandler/Fuel.java 75 Avoid using redundant field initializer for 'idleList'
74749 src/com/itac/reporthandler/Fuel.java 75 Found non-transient, non-static member. Please mark as transient or provide accessors.
74750 src/com/itac/reporthandler/Fuel.java 75 Use explicit scoping instead of the default package private level
74751 src/com/itac/reporthandler/Fuel.java 75 fieldCommentRequirement Required
74752 src/com/itac/reporthandler/Fuel.java 76 Avoid using redundant field initializer for 'vehicleIdle'
74753 src/com/itac/reporthandler/Fuel.java 76 Found non-transient, non-static member. Please mark as transient or provide accessors.
74754 src/com/itac/reporthandler/Fuel.java 76 Use explicit scoping instead of the default package private level
74755 src/com/itac/reporthandler/Fuel.java 76 fieldCommentRequirement Required
74756 src/com/itac/reporthandler/Fuel.java 77 Avoid using implementation types like 'Hashtable'; use the interface instead
74757 src/com/itac/reporthandler/Fuel.java 77 Consider replacing this Hashtable with the newer java.util.Map
74758 src/com/itac/reporthandler/Fuel.java 77 Found non-transient, non-static member. Please mark as transient or provide accessors.
74759 src/com/itac/reporthandler/Fuel.java 77 Use explicit scoping instead of the default package private level
74760 src/com/itac/reporthandler/Fuel.java 77 fieldCommentRequirement Required
74761 src/com/itac/reporthandler/Fuel.java 78 Avoid using redundant field initializer for 'fuelLostVo'
74762 src/com/itac/reporthandler/Fuel.java 78 Found non-transient, non-static member. Please mark as transient or provide accessors.
74763 src/com/itac/reporthandler/Fuel.java 78 Use explicit scoping instead of the default package private level
74764 src/com/itac/reporthandler/Fuel.java 78 fieldCommentRequirement Required
74765 src/com/itac/reporthandler/Fuel.java 80 Avoid using redundant field initializer for 'tempVehicleIdle'
74766 src/com/itac/reporthandler/Fuel.java 80 Use explicit scoping instead of the default package private level
74767 src/com/itac/reporthandler/Fuel.java 80 fieldCommentRequirement Required
74768 src/com/itac/reporthandler/Fuel.java 81 Found non-transient, non-static member. Please mark as transient or provide accessors.
74769 src/com/itac/reporthandler/Fuel.java 81 Use explicit scoping instead of the default package private level
74770 src/com/itac/reporthandler/Fuel.java 81 fieldCommentRequirement Required
74771 src/com/itac/reporthandler/Fuel.java 83 Avoid using redundant field initializer for 'tempFuelLostVo'
74772 src/com/itac/reporthandler/Fuel.java 83 Use explicit scoping instead of the default package private level
74773 src/com/itac/reporthandler/Fuel.java 83 fieldCommentRequirement Required
74774 src/com/itac/reporthandler/Fuel.java 84 Avoid using implementation types like 'Hashtable'; use the interface instead
74775 src/com/itac/reporthandler/Fuel.java 84 Consider replacing this Hashtable with the newer java.util.Map
74776 src/com/itac/reporthandler/Fuel.java 84 Found non-transient, non-static member. Please mark as transient or provide accessors.
74777 src/com/itac/reporthandler/Fuel.java 84 Use explicit scoping instead of the default package private level
74778 src/com/itac/reporthandler/Fuel.java 84 fieldCommentRequirement Required
74779 src/com/itac/reporthandler/Fuel.java 85 Found non-transient, non-static member. Please mark as transient or provide accessors.
74780 src/com/itac/reporthandler/Fuel.java 85 Use explicit scoping instead of the default package private level
74781 src/com/itac/reporthandler/Fuel.java 85 fieldCommentRequirement Required
74782 src/com/itac/reporthandler/Fuel.java 86 Found non-transient, non-static member. Please mark as transient or provide accessors.
74783 src/com/itac/reporthandler/Fuel.java 86 The String literal "yyyy-MM-dd" appears 6 times in this file; the first occurrence is on line 86
74784 src/com/itac/reporthandler/Fuel.java 86 Use explicit scoping instead of the default package private level
74785 src/com/itac/reporthandler/Fuel.java 86 When instantiating a SimpleDateFormat object, specify a Locale
74786 src/com/itac/reporthandler/Fuel.java 86 fieldCommentRequirement Required
74787 src/com/itac/reporthandler/Fuel.java 87 Found non-transient, non-static member. Please mark as transient or provide accessors.
74788 src/com/itac/reporthandler/Fuel.java 87 Use explicit scoping instead of the default package private level
74789 src/com/itac/reporthandler/Fuel.java 87 When instantiating a SimpleDateFormat object, specify a Locale
74790 src/com/itac/reporthandler/Fuel.java 87 fieldCommentRequirement Required
74791 src/com/itac/reporthandler/Fuel.java 89 Found non-transient, non-static member. Please mark as transient or provide accessors.
74792 src/com/itac/reporthandler/Fuel.java 89 Use explicit scoping instead of the default package private level
74793 src/com/itac/reporthandler/Fuel.java 89 When instantiating a SimpleDateFormat object, specify a Locale
74794 src/com/itac/reporthandler/Fuel.java 89 fieldCommentRequirement Required
74795 src/com/itac/reporthandler/Fuel.java 90 Found non-transient, non-static member. Please mark as transient or provide accessors.
74796 src/com/itac/reporthandler/Fuel.java 90 Use explicit scoping instead of the default package private level
74797 src/com/itac/reporthandler/Fuel.java 90 When instantiating a SimpleDateFormat object, specify a Locale
74798 src/com/itac/reporthandler/Fuel.java 90 fieldCommentRequirement Required
74799 src/com/itac/reporthandler/Fuel.java 91 Avoid using implementation types like 'Hashtable'; use the interface instead
74800 src/com/itac/reporthandler/Fuel.java 91 Consider replacing this Hashtable with the newer java.util.Map
74801 src/com/itac/reporthandler/Fuel.java 91 Use explicit scoping instead of the default package private level
74802 src/com/itac/reporthandler/Fuel.java 91 fieldCommentRequirement Required
74803 src/com/itac/reporthandler/Fuel.java 92 Found non-transient, non-static member. Please mark as transient or provide accessors.
74804 src/com/itac/reporthandler/Fuel.java 92 Use explicit scoping instead of the default package private level
74805 src/com/itac/reporthandler/Fuel.java 92 fieldCommentRequirement Required
74806 src/com/itac/reporthandler/Fuel.java 94 publicMethodCommentRequirement Required
74807 src/com/itac/reporthandler/Fuel.java 95 Avoid using implementation types like 'Hashtable'; use the interface instead
74808 src/com/itac/reporthandler/Fuel.java 95 Consider replacing this Hashtable with the newer java.util.Map
74809 src/com/itac/reporthandler/Fuel.java 95 Parameter 'inputData' is not assigned and could be declared final
74810 src/com/itac/reporthandler/Fuel.java 96 Found 'DD'-anomaly for variable 'organizationId' (lines '96'-'103').
74811 src/com/itac/reporthandler/Fuel.java 97 Found 'DD'-anomaly for variable 'vehNames' (lines '97'-'115').
74812 src/com/itac/reporthandler/Fuel.java 97 Found 'DD'-anomaly for variable 'vehNames' (lines '97'-'127').
74813 src/com/itac/reporthandler/Fuel.java 97 Found 'DU'-anomaly for variable 'vehNames' (lines '97'-'156').
74814 src/com/itac/reporthandler/Fuel.java 98 Found 'DD'-anomaly for variable 'alertId' (lines '98'-'105').
74815 src/com/itac/reporthandler/Fuel.java 99 Found 'DD'-anomaly for variable 'screenName' (lines '99'-'107').
74816 src/com/itac/reporthandler/Fuel.java 100 Found 'DD'-anomaly for variable 'controlName' (lines '100'-'108').
74817 src/com/itac/reporthandler/Fuel.java 103 Found 'DU'-anomaly for variable 'organizationId' (lines '103'-'156').
74818 src/com/itac/reporthandler/Fuel.java 103 Potential violation of Law of Demeter (method chain calls)
74819 src/com/itac/reporthandler/Fuel.java 103 Potential violation of Law of Demeter (method chain calls)
74820 src/com/itac/reporthandler/Fuel.java 105 Potential violation of Law of Demeter (method chain calls)
74821 src/com/itac/reporthandler/Fuel.java 105 Potential violation of Law of Demeter (method chain calls)
74822 src/com/itac/reporthandler/Fuel.java 110 Potential violation of Law of Demeter (method chain calls)
74823 src/com/itac/reporthandler/Fuel.java 110 Potential violation of Law of Demeter (method chain calls)
74824 src/com/itac/reporthandler/Fuel.java 110 Potential violation of Law of Demeter (method chain calls)
74825 src/com/itac/reporthandler/Fuel.java 112 Local variable 'veharray' could be declared final
74826 src/com/itac/reporthandler/Fuel.java 114 Potential violation of Law of Demeter (object not created locally)
74827 src/com/itac/reporthandler/Fuel.java 115 Found 'DD'-anomaly for variable 'vehNames' (lines '115'-'127').
74828 src/com/itac/reporthandler/Fuel.java 115 Found 'DU'-anomaly for variable 'vehNames' (lines '115'-'156').
74829 src/com/itac/reporthandler/Fuel.java 115 Potential violation of Law of Demeter (object not created locally)
74830 src/com/itac/reporthandler/Fuel.java 116 Potential violation of Law of Demeter (object not created locally)
74831 src/com/itac/reporthandler/Fuel.java 117 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
74832 src/com/itac/reporthandler/Fuel.java 117 Avoid instantiating new objects inside loops
74833 src/com/itac/reporthandler/Fuel.java 117 Potential violation of Law of Demeter (object not created locally)
74834 src/com/itac/reporthandler/Fuel.java 123 Local variable 'vehicleQuery' could be declared final
74835 src/com/itac/reporthandler/Fuel.java 125 Local variable 'vehList' could be declared final
74836 src/com/itac/reporthandler/Fuel.java 126 Potential violation of Law of Demeter (object not created locally)
74837 src/com/itac/reporthandler/Fuel.java 127 Found 'DD'-anomaly for variable 'vehNames' (lines '127'-'133').
74838 src/com/itac/reporthandler/Fuel.java 127 Potential violation of Law of Demeter (object not created locally)
74839 src/com/itac/reporthandler/Fuel.java 128 Local variable 'vehIter' could be declared final
74840 src/com/itac/reporthandler/Fuel.java 128 Potential violation of Law of Demeter (object not created locally)
74841 src/com/itac/reporthandler/Fuel.java 129 Found 'DU'-anomaly for variable 'count' (lines '129'-'156').
74842 src/com/itac/reporthandler/Fuel.java 131 Local variable 'vehId' could be declared final
74843 src/com/itac/reporthandler/Fuel.java 132 Potential violation of Law of Demeter (method chain calls)
74844 src/com/itac/reporthandler/Fuel.java 132 Potential violation of Law of Demeter (method chain calls)
74845 src/com/itac/reporthandler/Fuel.java 132 Potential violation of Law of Demeter (method chain calls)
74846 src/com/itac/reporthandler/Fuel.java 132 Potential violation of Law of Demeter (method chain calls)
74847 src/com/itac/reporthandler/Fuel.java 133 Found 'DD'-anomaly for variable 'vehNames' (lines '133'-'133').
74848 src/com/itac/reporthandler/Fuel.java 133 Potential violation of Law of Demeter (method chain calls)
74849 src/com/itac/reporthandler/Fuel.java 133 Potential violation of Law of Demeter (method chain calls)
74850 src/com/itac/reporthandler/Fuel.java 134 Found 'DU'-anomaly for variable 'count' (lines '134'-'156').
74851 src/com/itac/reporthandler/Fuel.java 141 Local variable 'dataQuery' could be declared final
74852 src/com/itac/reporthandler/Fuel.java 145 Local variable 'dataList' could be declared final
74853 src/com/itac/reporthandler/Fuel.java 146 Local variable 'dataIter' could be declared final
74854 src/com/itac/reporthandler/Fuel.java 146 Potential violation of Law of Demeter (object not created locally)
74855 src/com/itac/reporthandler/Fuel.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74856 src/com/itac/reporthandler/Fuel.java 153 There is log block not surrounded by if
74857 src/com/itac/reporthandler/Fuel.java 159 Avoid really long methods.
74858 src/com/itac/reporthandler/Fuel.java 159 Avoid using implementation types like 'Hashtable'; use the interface instead
74859 src/com/itac/reporthandler/Fuel.java 159 Consider replacing this Hashtable with the newer java.util.Map
74860 src/com/itac/reporthandler/Fuel.java 159 Parameter 'data' is not assigned and could be declared final
74861 src/com/itac/reporthandler/Fuel.java 159 Parameter 'input' is not assigned and could be declared final
74862 src/com/itac/reporthandler/Fuel.java 159 The method 'getFuelUsage' has a Cyclomatic Complexity of 15.
74863 src/com/itac/reporthandler/Fuel.java 159 The method getFuelUsage() has an NPath complexity of 373
74864 src/com/itac/reporthandler/Fuel.java 159 publicMethodCommentRequirement Required
74865 src/com/itac/reporthandler/Fuel.java 161 Found 'DD'-anomaly for variable 'tempAlertValues' (lines '161'-'288').
74866 src/com/itac/reporthandler/Fuel.java 161 Found 'DU'-anomaly for variable 'tempAlertValues' (lines '161'-'300').
74867 src/com/itac/reporthandler/Fuel.java 162 Avoid excessively long variable names like tempTripAlertValues
74868 src/com/itac/reporthandler/Fuel.java 162 Found 'DD'-anomaly for variable 'tempTripAlertValues' (lines '162'-'278').
74869 src/com/itac/reporthandler/Fuel.java 162 Found 'DU'-anomaly for variable 'tempTripAlertValues' (lines '162'-'300').
74870 src/com/itac/reporthandler/Fuel.java 164 Found 'DD'-anomaly for variable 'speedvariation' (lines '164'-'261').
74871 src/com/itac/reporthandler/Fuel.java 164 Found 'DU'-anomaly for variable 'speedvariation' (lines '164'-'300').
74872 src/com/itac/reporthandler/Fuel.java 165 Local variable 'dateFormat' could be declared final
74873 src/com/itac/reporthandler/Fuel.java 165 When instantiating a SimpleDateFormat object, specify a Locale
74874 src/com/itac/reporthandler/Fuel.java 166 Found 'DD'-anomaly for variable 'alertId' (lines '166'-'177').
74875 src/com/itac/reporthandler/Fuel.java 167 Found 'DD'-anomaly for variable 'vehIds' (lines '167'-'179').
74876 src/com/itac/reporthandler/Fuel.java 168 Found 'DD'-anomaly for variable 'vehNames' (lines '168'-'180').
74877 src/com/itac/reporthandler/Fuel.java 169 Found 'DD'-anomaly for variable 'fromDate' (lines '169'-'181').
74878 src/com/itac/reporthandler/Fuel.java 170 Found 'DD'-anomaly for variable 'toDate' (lines '170'-'183').
74879 src/com/itac/reporthandler/Fuel.java 171 Found 'DD'-anomaly for variable 'alertFuelQry' (lines '171'-'204').
74880 src/com/itac/reporthandler/Fuel.java 171 Found 'DU'-anomaly for variable 'alertFuelQry' (lines '171'-'300').
74881 src/com/itac/reporthandler/Fuel.java 172 Found 'DD'-anomaly for variable 'dateFlag' (lines '172'-'186').
74882 src/com/itac/reporthandler/Fuel.java 173 Avoid unused local variables such as 'vehName'.
74883 src/com/itac/reporthandler/Fuel.java 173 Found 'DD'-anomaly for variable 'vehName' (lines '173'-'220').
74884 src/com/itac/reporthandler/Fuel.java 173 Found 'DU'-anomaly for variable 'vehName' (lines '173'-'300').
74885 src/com/itac/reporthandler/Fuel.java 174 Found 'DD'-anomaly for variable 'tripparamid' (lines '174'-'232').
74886 src/com/itac/reporthandler/Fuel.java 174 Found 'DU'-anomaly for variable 'tripparamid' (lines '174'-'300').
74887 src/com/itac/reporthandler/Fuel.java 177 Found 'DU'-anomaly for variable 'alertId' (lines '177'-'300').
74888 src/com/itac/reporthandler/Fuel.java 177 Potential violation of Law of Demeter (method chain calls)
74889 src/com/itac/reporthandler/Fuel.java 177 Potential violation of Law of Demeter (method chain calls)
74890 src/com/itac/reporthandler/Fuel.java 179 Found 'DU'-anomaly for variable 'vehIds' (lines '179'-'300').
74891 src/com/itac/reporthandler/Fuel.java 180 Found 'DU'-anomaly for variable 'vehNames' (lines '180'-'300').
74892 src/com/itac/reporthandler/Fuel.java 181 Potential violation of Law of Demeter (method chain calls)
74893 src/com/itac/reporthandler/Fuel.java 181 Potential violation of Law of Demeter (method chain calls)
74894 src/com/itac/reporthandler/Fuel.java 183 Potential violation of Law of Demeter (method chain calls)
74895 src/com/itac/reporthandler/Fuel.java 183 Potential violation of Law of Demeter (method chain calls)
74896 src/com/itac/reporthandler/Fuel.java 187 Position literals first in String comparisons
74897 src/com/itac/reporthandler/Fuel.java 188 A method should have only one exit point, and that should be the last statement in the method
74898 src/com/itac/reporthandler/Fuel.java 206 Potential violation of Law of Demeter (method chain calls)
74899 src/com/itac/reporthandler/Fuel.java 209 Variables should start with a lowercase character, 'AlertId' starts with uppercase character.
74900 src/com/itac/reporthandler/Fuel.java 210 Avoid using Literals in Conditional Statements
74901 src/com/itac/reporthandler/Fuel.java 210 Avoid using if statements without curly braces
74902 src/com/itac/reporthandler/Fuel.java 213 Local variable 'fuel' could be declared final
74903 src/com/itac/reporthandler/Fuel.java 214 Avoid instantiating new objects inside loops
74904 src/com/itac/reporthandler/Fuel.java 215 Local variable 'fueliter' could be declared final
74905 src/com/itac/reporthandler/Fuel.java 218 Found 'DD'-anomaly for variable 'fuel1' (lines '218'-'252').
74906 src/com/itac/reporthandler/Fuel.java 219 Found 'DD'-anomaly for variable 'fuel2' (lines '219'-'229').
74907 src/com/itac/reporthandler/Fuel.java 220 Found 'DD'-anomaly for variable 'vehName' (lines '220'-'224').
74908 src/com/itac/reporthandler/Fuel.java 222 Local variable 'rows' could be declared final
74909 src/com/itac/reporthandler/Fuel.java 224 Found 'DD'-anomaly for variable 'vehName' (lines '224'-'220').
74910 src/com/itac/reporthandler/Fuel.java 224 Found 'DD'-anomaly for variable 'vehName' (lines '224'-'224').
74911 src/com/itac/reporthandler/Fuel.java 224 Found 'DU'-anomaly for variable 'vehName' (lines '224'-'300').
74912 src/com/itac/reporthandler/Fuel.java 225 Found 'DD'-anomaly for variable 'speed' (lines '225'-'268').
74913 src/com/itac/reporthandler/Fuel.java 226 Potential violation of Law of Demeter (method chain calls)
74914 src/com/itac/reporthandler/Fuel.java 227 Avoid using Literals in Conditional Statements
74915 src/com/itac/reporthandler/Fuel.java 228 Potential violation of Law of Demeter (method chain calls)
74916 src/com/itac/reporthandler/Fuel.java 229 Found 'DU'-anomaly for variable 'fuel2' (lines '229'-'300').
74917 src/com/itac/reporthandler/Fuel.java 234 Local variable 'subAlertFuelQry' could be declared final
74918 src/com/itac/reporthandler/Fuel.java 237 Potential violation of Law of Demeter (method chain calls)
74919 src/com/itac/reporthandler/Fuel.java 242 Local variable 'list' could be declared final
74920 src/com/itac/reporthandler/Fuel.java 245 Local variable 'listiter' could be declared final
74921 src/com/itac/reporthandler/Fuel.java 248 Local variable 'anotherRow' could be declared final
74922 src/com/itac/reporthandler/Fuel.java 249 Potential violation of Law of Demeter (method chain calls)
74923 src/com/itac/reporthandler/Fuel.java 250 Potential violation of Law of Demeter (method chain calls)
74924 src/com/itac/reporthandler/Fuel.java 253 Avoid using if statements without curly braces
74925 src/com/itac/reporthandler/Fuel.java 261 Found 'DD'-anomaly for variable 'speedvariation' (lines '261'-'261').
74926 src/com/itac/reporthandler/Fuel.java 263 Avoid using Literals in Conditional Statements
74927 src/com/itac/reporthandler/Fuel.java 263 Avoid using if statements without curly braces
74928 src/com/itac/reporthandler/Fuel.java 266 Avoid using Literals in Conditional Statements
74929 src/com/itac/reporthandler/Fuel.java 268 Found 'DD'-anomaly for variable 'speed' (lines '268'-'268').
74930 src/com/itac/reporthandler/Fuel.java 272 Avoid instantiating new objects inside loops
74931 src/com/itac/reporthandler/Fuel.java 278 Avoid instantiating new objects inside loops
74932 src/com/itac/reporthandler/Fuel.java 279 System.arraycopy is more efficient
74933 src/com/itac/reporthandler/Fuel.java 283 Avoid instantiating new objects inside loops
74934 src/com/itac/reporthandler/Fuel.java 285 Found 'DD'-anomaly for variable 'fuellost' (lines '285'-'216').
74935 src/com/itac/reporthandler/Fuel.java 285 Found 'DU'-anomaly for variable 'fuellost' (lines '285'-'300').
74936 src/com/itac/reporthandler/Fuel.java 289 System.arraycopy is more efficient
74937 src/com/itac/reporthandler/Fuel.java 293 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74938 src/com/itac/reporthandler/Fuel.java 295 There is log block not surrounded by if
74939 src/com/itac/reporthandler/Fuel.java 303 Avoid really long methods.
74940 src/com/itac/reporthandler/Fuel.java 303 Avoid using implementation types like 'Hashtable'; use the interface instead
74941 src/com/itac/reporthandler/Fuel.java 303 Consider replacing this Hashtable with the newer java.util.Map
74942 src/com/itac/reporthandler/Fuel.java 303 Parameter 'input' is not assigned and could be declared final
74943 src/com/itac/reporthandler/Fuel.java 303 The method 'getIdleTimings' has a Cyclomatic Complexity of 17.
74944 src/com/itac/reporthandler/Fuel.java 303 The method getIdleTimings() has an NPath complexity of 889
74945 src/com/itac/reporthandler/Fuel.java 303 publicMethodCommentRequirement Required
74946 src/com/itac/reporthandler/Fuel.java 305 Found 'DD'-anomaly for variable 'date1' (lines '305'-'421').
74947 src/com/itac/reporthandler/Fuel.java 305 Found 'DU'-anomaly for variable 'date1' (lines '305'-'450').
74948 src/com/itac/reporthandler/Fuel.java 306 Found 'DD'-anomaly for variable 'date2' (lines '306'-'422').
74949 src/com/itac/reporthandler/Fuel.java 306 Found 'DU'-anomaly for variable 'date2' (lines '306'-'450').
74950 src/com/itac/reporthandler/Fuel.java 307 Found 'DD'-anomaly for variable 'idlevo' (lines '307'-'403').
74951 src/com/itac/reporthandler/Fuel.java 307 Found 'DU'-anomaly for variable 'idlevo' (lines '307'-'450').
74952 src/com/itac/reporthandler/Fuel.java 308 Found 'DU'-anomaly for variable 'totalFuelLost' (lines '308'-'450').
74953 src/com/itac/reporthandler/Fuel.java 309 Found 'DD'-anomaly for variable 'idle' (lines '309'-'354').
74954 src/com/itac/reporthandler/Fuel.java 309 Found 'DU'-anomaly for variable 'idle' (lines '309'-'450').
74955 src/com/itac/reporthandler/Fuel.java 310 Found 'DD'-anomaly for variable 'paramlist' (lines '310'-'383').
74956 src/com/itac/reporthandler/Fuel.java 310 Found 'DU'-anomaly for variable 'paramlist' (lines '310'-'450').
74957 src/com/itac/reporthandler/Fuel.java 311 Found 'DD'-anomaly for variable 'organizationId' (lines '311'-'317').
74958 src/com/itac/reporthandler/Fuel.java 312 Found 'DD'-anomaly for variable 'fromDate' (lines '312'-'330').
74959 src/com/itac/reporthandler/Fuel.java 313 Found 'DD'-anomaly for variable 'toDate' (lines '313'-'332').
74960 src/com/itac/reporthandler/Fuel.java 314 Found 'DD'-anomaly for variable 'dateFlag' (lines '314'-'335').
74961 src/com/itac/reporthandler/Fuel.java 315 Local variable 'dateFormat' could be declared final
74962 src/com/itac/reporthandler/Fuel.java 315 When instantiating a SimpleDateFormat object, specify a Locale
74963 src/com/itac/reporthandler/Fuel.java 317 Found 'DU'-anomaly for variable 'organizationId' (lines '317'-'450').
74964 src/com/itac/reporthandler/Fuel.java 317 Potential violation of Law of Demeter (method chain calls)
74965 src/com/itac/reporthandler/Fuel.java 317 Potential violation of Law of Demeter (method chain calls)
74966 src/com/itac/reporthandler/Fuel.java 320 Avoid if (x != y) ..; else ..;
74967 src/com/itac/reporthandler/Fuel.java 321 Potential violation of Law of Demeter (method chain calls)
74968 src/com/itac/reporthandler/Fuel.java 321 Use equals() to compare strings instead of '==' or '!='
74969 src/com/itac/reporthandler/Fuel.java 322 Avoid using if...else statements without curly braces
74970 src/com/itac/reporthandler/Fuel.java 322 Found 'DU'-anomaly for variable 'vehicleId' (lines '322'-'450').
74971 src/com/itac/reporthandler/Fuel.java 322 Potential violation of Law of Demeter (method chain calls)
74972 src/com/itac/reporthandler/Fuel.java 322 Potential violation of Law of Demeter (method chain calls)
74973 src/com/itac/reporthandler/Fuel.java 325 Assigning an Object to null is a code smell. Consider refactoring.
74974 src/com/itac/reporthandler/Fuel.java 325 Avoid using if...else statements without curly braces
74975 src/com/itac/reporthandler/Fuel.java 330 Potential violation of Law of Demeter (method chain calls)
74976 src/com/itac/reporthandler/Fuel.java 330 Potential violation of Law of Demeter (method chain calls)
74977 src/com/itac/reporthandler/Fuel.java 330 Potential violation of Law of Demeter (object not created locally)
74978 src/com/itac/reporthandler/Fuel.java 332 Potential violation of Law of Demeter (method chain calls)
74979 src/com/itac/reporthandler/Fuel.java 332 Potential violation of Law of Demeter (method chain calls)
74980 src/com/itac/reporthandler/Fuel.java 332 Potential violation of Law of Demeter (object not created locally)
74981 src/com/itac/reporthandler/Fuel.java 336 Position literals first in String comparisons
74982 src/com/itac/reporthandler/Fuel.java 336 Potential violation of Law of Demeter (object not created locally)
74983 src/com/itac/reporthandler/Fuel.java 337 A method should have only one exit point, and that should be the last statement in the method
74984 src/com/itac/reporthandler/Fuel.java 350 Local variable 'vehicleQuery' could be declared final
74985 src/com/itac/reporthandler/Fuel.java 352 Local variable 'idlist' could be declared final
74986 src/com/itac/reporthandler/Fuel.java 353 Local variable 'iditer' could be declared final
74987 src/com/itac/reporthandler/Fuel.java 353 Potential violation of Law of Demeter (object not created locally)
74988 src/com/itac/reporthandler/Fuel.java 354 Found 'DD'-anomaly for variable 'idle' (lines '354'-'358').
74989 src/com/itac/reporthandler/Fuel.java 354 Potential violation of Law of Demeter (object not created locally)
74990 src/com/itac/reporthandler/Fuel.java 357 Local variable 'rows' could be declared final
74991 src/com/itac/reporthandler/Fuel.java 358 Avoid instantiating new objects inside loops
74992 src/com/itac/reporthandler/Fuel.java 358 Found 'DD'-anomaly for variable 'idle' (lines '358'-'358').
74993 src/com/itac/reporthandler/Fuel.java 359 Found 'DD'-anomaly for variable 'temp' (lines '359'-'379').
74994 src/com/itac/reporthandler/Fuel.java 363 Local variable 'vehicleNameqry' could be declared final
74995 src/com/itac/reporthandler/Fuel.java 366 Local variable 'idlist' could be declared final
74996 src/com/itac/reporthandler/Fuel.java 368 Local variable 'iditer' could be declared final
74997 src/com/itac/reporthandler/Fuel.java 368 Potential violation of Law of Demeter (object not created locally)
74998 src/com/itac/reporthandler/Fuel.java 369 Potential violation of Law of Demeter (object not created locally)
74999 src/com/itac/reporthandler/Fuel.java 372 Local variable 'vehicleName' could be declared final
75000 src/com/itac/reporthandler/Fuel.java 373 Avoid instantiating new objects inside loops
75001 src/com/itac/reporthandler/Fuel.java 378 Found 'DD'-anomaly for variable 'idlePktQuery' (lines '378'-'387').
75002 src/com/itac/reporthandler/Fuel.java 383 Potential violation of Law of Demeter (method chain calls)
75003 src/com/itac/reporthandler/Fuel.java 383 Potential violation of Law of Demeter (method chain calls)
75004 src/com/itac/reporthandler/Fuel.java 384 Potential violation of Law of Demeter (method chain calls)
75005 src/com/itac/reporthandler/Fuel.java 384 Potential violation of Law of Demeter (method chain calls)
75006 src/com/itac/reporthandler/Fuel.java 386 Avoid if (x != y) ..; else ..;
75007 src/com/itac/reporthandler/Fuel.java 386 Potential violation of Law of Demeter (object not created locally)
75008 src/com/itac/reporthandler/Fuel.java 386 Potential violation of Law of Demeter (object not created locally)
75009 src/com/itac/reporthandler/Fuel.java 389 Potential violation of Law of Demeter (object not created locally)
75010 src/com/itac/reporthandler/Fuel.java 391 Potential violation of Law of Demeter (object not created locally)
75011 src/com/itac/reporthandler/Fuel.java 398 Potential violation of Law of Demeter (method chain calls)
75012 src/com/itac/reporthandler/Fuel.java 398 Potential violation of Law of Demeter (method chain calls)
75013 src/com/itac/reporthandler/Fuel.java 399 Potential violation of Law of Demeter (method chain calls)
75014 src/com/itac/reporthandler/Fuel.java 399 Potential violation of Law of Demeter (method chain calls)
75015 src/com/itac/reporthandler/Fuel.java 402 Local variable 'idleIter' could be declared final
75016 src/com/itac/reporthandler/Fuel.java 403 Avoid instantiating new objects inside loops
75017 src/com/itac/reporthandler/Fuel.java 403 Found 'DD'-anomaly for variable 'idlevo' (lines '403'-'407').
75018 src/com/itac/reporthandler/Fuel.java 404 Found 'DU'-anomaly for variable 'othertemp' (lines '404'-'450').
75019 src/com/itac/reporthandler/Fuel.java 406 Local variable 'rows' could be declared final
75020 src/com/itac/reporthandler/Fuel.java 407 Avoid instantiating new objects inside loops
75021 src/com/itac/reporthandler/Fuel.java 407 Found 'DD'-anomaly for variable 'idlevo' (lines '407'-'407').
75022 src/com/itac/reporthandler/Fuel.java 409 Found 'DD'-anomaly for variable 'othertemp' (lines '409'-'404').
75023 src/com/itac/reporthandler/Fuel.java 409 Found 'DU'-anomaly for variable 'othertemp' (lines '409'-'450').
75024 src/com/itac/reporthandler/Fuel.java 412 Avoid instantiating new objects inside loops
75025 src/com/itac/reporthandler/Fuel.java 414 Avoid unused local variables such as 'othercount'.
75026 src/com/itac/reporthandler/Fuel.java 414 Found 'DD'-anomaly for variable 'othercount' (lines '414'-'434').
75027 src/com/itac/reporthandler/Fuel.java 414 Found 'DU'-anomaly for variable 'othercount' (lines '414'-'450').
75028 src/com/itac/reporthandler/Fuel.java 416 Local variable 'event1' could be declared final
75029 src/com/itac/reporthandler/Fuel.java 416 Potential violation of Law of Demeter (method chain calls)
75030 src/com/itac/reporthandler/Fuel.java 416 Potential violation of Law of Demeter (method chain calls)
75031 src/com/itac/reporthandler/Fuel.java 417 Local variable 'event2' could be declared final
75032 src/com/itac/reporthandler/Fuel.java 417 Potential violation of Law of Demeter (method chain calls)
75033 src/com/itac/reporthandler/Fuel.java 417 Potential violation of Law of Demeter (method chain calls)
75034 src/com/itac/reporthandler/Fuel.java 419 Potential violation of Law of Demeter (object not created locally)
75035 src/com/itac/reporthandler/Fuel.java 420 Avoid using Literals in Conditional Statements
75036 src/com/itac/reporthandler/Fuel.java 420 These nested if statements could be combined
75037 src/com/itac/reporthandler/Fuel.java 421 Potential violation of Law of Demeter (method chain calls)
75038 src/com/itac/reporthandler/Fuel.java 421 Potential violation of Law of Demeter (method chain calls)
75039 src/com/itac/reporthandler/Fuel.java 422 Potential violation of Law of Demeter (method chain calls)
75040 src/com/itac/reporthandler/Fuel.java 422 Potential violation of Law of Demeter (method chain calls)
75041 src/com/itac/reporthandler/Fuel.java 426 Potential violation of Law of Demeter (method chain calls)
75042 src/com/itac/reporthandler/Fuel.java 426 Potential violation of Law of Demeter (method chain calls)
75043 src/com/itac/reporthandler/Fuel.java 429 Potential violation of Law of Demeter (method chain calls)
75044 src/com/itac/reporthandler/Fuel.java 429 Potential violation of Law of Demeter (method chain calls)
75045 src/com/itac/reporthandler/Fuel.java 434 Found 'DD'-anomaly for variable 'othercount' (lines '434'-'414').
75046 src/com/itac/reporthandler/Fuel.java 434 Found 'DD'-anomaly for variable 'othercount' (lines '434'-'434').
75047 src/com/itac/reporthandler/Fuel.java 434 Found 'DU'-anomaly for variable 'othercount' (lines '434'-'450').
75048 src/com/itac/reporthandler/Fuel.java 440 Avoid instantiating new objects inside loops
75049 src/com/itac/reporthandler/Fuel.java 441 Potential violation of Law of Demeter (method chain calls)
75050 src/com/itac/reporthandler/Fuel.java 441 Potential violation of Law of Demeter (method chain calls)
75051 src/com/itac/reporthandler/Fuel.java 441 Potential violation of Law of Demeter (method chain calls)
75052 src/com/itac/reporthandler/Fuel.java 441 Potential violation of Law of Demeter (method chain calls)
75053 src/com/itac/reporthandler/Fuel.java 443 Found 'DU'-anomaly for variable 'totalFuelLost' (lines '443'-'450').
75054 src/com/itac/reporthandler/Fuel.java 445 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75055 src/com/itac/reporthandler/Fuel.java 446 There is log block not surrounded by if
75056 src/com/itac/reporthandler/Fuel.java 449 Returning 'vehicleIdle' may expose an internal array.
75057 src/com/itac/reporthandler/Fuel.java 453 Method names should not start with capital letters
75058 src/com/itac/reporthandler/Fuel.java 453 Parameter 'firsttime' is not assigned and could be declared final
75059 src/com/itac/reporthandler/Fuel.java 453 Parameter 'nexttime' is not assigned and could be declared final
75060 src/com/itac/reporthandler/Fuel.java 453 The method 'Calculate' has a Cyclomatic Complexity of 12.
75061 src/com/itac/reporthandler/Fuel.java 453 The method Calculate() has an NPath complexity of 224
75062 src/com/itac/reporthandler/Fuel.java 453 publicMethodCommentRequirement Required
75063 src/com/itac/reporthandler/Fuel.java 454 Parameter 'vehicleId' is not assigned and could be declared final
75064 src/com/itac/reporthandler/Fuel.java 455 Found 'DD'-anomaly for variable 'fuellost' (lines '455'-'520').
75065 src/com/itac/reporthandler/Fuel.java 456 Found 'DD'-anomaly for variable 'diff' (lines '456'-'500').
75066 src/com/itac/reporthandler/Fuel.java 457 Found 'DD'-anomaly for variable 'fuel1' (lines '457'-'507').
75067 src/com/itac/reporthandler/Fuel.java 458 Found 'DD'-anomaly for variable 'fuel2' (lines '458'-'515').
75068 src/com/itac/reporthandler/Fuel.java 459 Found 'DD'-anomaly for variable 'speed1' (lines '459'-'488').
75069 src/com/itac/reporthandler/Fuel.java 460 Found 'DD'-anomaly for variable 'speed2' (lines '460'-'489').
75070 src/com/itac/reporthandler/Fuel.java 461 Found 'DD'-anomaly for variable 'time1' (lines '461'-'496').
75071 src/com/itac/reporthandler/Fuel.java 462 Found 'DD'-anomaly for variable 'time2' (lines '462'-'497').
75072 src/com/itac/reporthandler/Fuel.java 463 Found 'DD'-anomaly for variable 'lattitude' (lines '463'-'498').
75073 src/com/itac/reporthandler/Fuel.java 464 Found 'DD'-anomaly for variable 'longitude' (lines '464'-'499').
75074 src/com/itac/reporthandler/Fuel.java 465 Found 'DD'-anomaly for variable 'idlevalues' (lines '465'-'477').
75075 src/com/itac/reporthandler/Fuel.java 466 Found 'DD'-anomaly for variable 'temp1' (lines '466'-'492').
75076 src/com/itac/reporthandler/Fuel.java 466 Found 'DD'-anomaly for variable 'temp2' (lines '466'-'493').
75077 src/com/itac/reporthandler/Fuel.java 466 Use one line for each declaration, it enhances code readability.
75078 src/com/itac/reporthandler/Fuel.java 467 Found 'DD'-anomaly for variable 'tempfuelLostVo' (lines '467'-'485').
75079 src/com/itac/reporthandler/Fuel.java 468 Found 'DD'-anomaly for variable 'fuelLostVo' (lines '468'-'532').
75080 src/com/itac/reporthandler/Fuel.java 469 Avoid declaring a variable if it is unreferenced before a possible exit point.
75081 src/com/itac/reporthandler/Fuel.java 469 Avoid unused local variables such as 'idletime'.
75082 src/com/itac/reporthandler/Fuel.java 469 Local variable 'idletime' could be declared final
75083 src/com/itac/reporthandler/Fuel.java 471 Local variable 'idleTimeQry' could be declared final
75084 src/com/itac/reporthandler/Fuel.java 475 Local variable 'fuelList' could be declared final
75085 src/com/itac/reporthandler/Fuel.java 476 Local variable 'fuelIter' could be declared final
75086 src/com/itac/reporthandler/Fuel.java 476 Potential violation of Law of Demeter (object not created locally)
75087 src/com/itac/reporthandler/Fuel.java 477 Found 'DD'-anomaly for variable 'idlevalues' (lines '477'-'481').
75088 src/com/itac/reporthandler/Fuel.java 477 Potential violation of Law of Demeter (object not created locally)
75089 src/com/itac/reporthandler/Fuel.java 480 Local variable 'rows' could be declared final
75090 src/com/itac/reporthandler/Fuel.java 481 Avoid instantiating new objects inside loops
75091 src/com/itac/reporthandler/Fuel.java 481 Found 'DD'-anomaly for variable 'idlevalues' (lines '481'-'481').
75092 src/com/itac/reporthandler/Fuel.java 485 Found 'DD'-anomaly for variable 'tempfuelLostVo' (lines '485'-'521').
75093 src/com/itac/reporthandler/Fuel.java 488 Potential violation of Law of Demeter (method chain calls)
75094 src/com/itac/reporthandler/Fuel.java 488 Potential violation of Law of Demeter (method chain calls)
75095 src/com/itac/reporthandler/Fuel.java 489 Potential violation of Law of Demeter (method chain calls)
75096 src/com/itac/reporthandler/Fuel.java 489 Potential violation of Law of Demeter (method chain calls)
75097 src/com/itac/reporthandler/Fuel.java 496 Potential violation of Law of Demeter (method chain calls)
75098 src/com/itac/reporthandler/Fuel.java 496 Potential violation of Law of Demeter (method chain calls)
75099 src/com/itac/reporthandler/Fuel.java 496 Useless parentheses.
75100 src/com/itac/reporthandler/Fuel.java 497 Potential violation of Law of Demeter (method chain calls)
75101 src/com/itac/reporthandler/Fuel.java 497 Potential violation of Law of Demeter (method chain calls)
75102 src/com/itac/reporthandler/Fuel.java 498 Potential violation of Law of Demeter (method chain calls)
75103 src/com/itac/reporthandler/Fuel.java 498 Potential violation of Law of Demeter (method chain calls)
75104 src/com/itac/reporthandler/Fuel.java 498 Useless parentheses.
75105 src/com/itac/reporthandler/Fuel.java 499 Potential violation of Law of Demeter (method chain calls)
75106 src/com/itac/reporthandler/Fuel.java 499 Potential violation of Law of Demeter (method chain calls)
75107 src/com/itac/reporthandler/Fuel.java 499 Useless parentheses.
75108 src/com/itac/reporthandler/Fuel.java 500 Potential violation of Law of Demeter (object not created locally)
75109 src/com/itac/reporthandler/Fuel.java 500 Potential violation of Law of Demeter (object not created locally)
75110 src/com/itac/reporthandler/Fuel.java 500 Potential violation of Law of Demeter (object not created locally)
75111 src/com/itac/reporthandler/Fuel.java 501 Avoid using Literals in Conditional Statements
75112 src/com/itac/reporthandler/Fuel.java 503 Potential violation of Law of Demeter (method chain calls)
75113 src/com/itac/reporthandler/Fuel.java 503 Potential violation of Law of Demeter (method chain calls)
75114 src/com/itac/reporthandler/Fuel.java 504 Potential violation of Law of Demeter (method chain calls)
75115 src/com/itac/reporthandler/Fuel.java 504 Potential violation of Law of Demeter (method chain calls)
75116 src/com/itac/reporthandler/Fuel.java 504 Useless parentheses.
75117 src/com/itac/reporthandler/Fuel.java 506 Avoid if (x != y) ..; else ..;
75118 src/com/itac/reporthandler/Fuel.java 506 Avoid using Literals in Conditional Statements
75119 src/com/itac/reporthandler/Fuel.java 506 Potential violation of Law of Demeter (method chain calls)
75120 src/com/itac/reporthandler/Fuel.java 506 Potential violation of Law of Demeter (method chain calls)
75121 src/com/itac/reporthandler/Fuel.java 506 Useless parentheses.
75122 src/com/itac/reporthandler/Fuel.java 512 Potential violation of Law of Demeter (method chain calls)
75123 src/com/itac/reporthandler/Fuel.java 512 Potential violation of Law of Demeter (method chain calls)
75124 src/com/itac/reporthandler/Fuel.java 513 Potential violation of Law of Demeter (method chain calls)
75125 src/com/itac/reporthandler/Fuel.java 513 Potential violation of Law of Demeter (method chain calls)
75126 src/com/itac/reporthandler/Fuel.java 514 Avoid if (x != y) ..; else ..;
75127 src/com/itac/reporthandler/Fuel.java 514 Avoid using Literals in Conditional Statements
75128 src/com/itac/reporthandler/Fuel.java 514 Potential violation of Law of Demeter (method chain calls)
75129 src/com/itac/reporthandler/Fuel.java 514 Potential violation of Law of Demeter (method chain calls)
75130 src/com/itac/reporthandler/Fuel.java 520 Useless parentheses.
75131 src/com/itac/reporthandler/Fuel.java 521 Avoid instantiating new objects inside loops
75132 src/com/itac/reporthandler/Fuel.java 521 Found 'DD'-anomaly for variable 'tempfuelLostVo' (lines '521'-'521').
75133 src/com/itac/reporthandler/Fuel.java 528 Found 'DD'-anomaly for variable 'temp2' (lines '528'-'493').
75134 src/com/itac/reporthandler/Fuel.java 528 Found 'DU'-anomaly for variable 'temp2' (lines '528'-'539').
75135 src/com/itac/reporthandler/Fuel.java 533 System.arraycopy is more efficient
75136 src/com/itac/reporthandler/Fuel.java 543 publicMethodCommentRequirement Required
75137 src/com/itac/reporthandler/Fuel.java 544 Avoid using implementation types like 'Hashtable'; use the interface instead
75138 src/com/itac/reporthandler/Fuel.java 544 Consider replacing this Hashtable with the newer java.util.Map
75139 src/com/itac/reporthandler/Fuel.java 544 Parameter 'input' is not assigned and could be declared final
75140 src/com/itac/reporthandler/Fuel.java 545 Local variable 'sdf' could be declared final
75141 src/com/itac/reporthandler/Fuel.java 545 When instantiating a SimpleDateFormat object, specify a Locale
75142 src/com/itac/reporthandler/Fuel.java 554 Avoid declaring a variable if it is unreferenced before a possible exit point.
75143 src/com/itac/reporthandler/Fuel.java 554 Local variable 'calendar' could be declared final
75144 src/com/itac/reporthandler/Fuel.java 555 Potential violation of Law of Demeter (method chain calls)
75145 src/com/itac/reporthandler/Fuel.java 555 Potential violation of Law of Demeter (method chain calls)
75146 src/com/itac/reporthandler/Fuel.java 557 Potential violation of Law of Demeter (method chain calls)
75147 src/com/itac/reporthandler/Fuel.java 558 Potential violation of Law of Demeter (method chain calls)
75148 src/com/itac/reporthandler/Fuel.java 559 Potential violation of Law of Demeter (method chain calls)
75149 src/com/itac/reporthandler/Fuel.java 559 Potential violation of Law of Demeter (method chain calls)
75150 src/com/itac/reporthandler/Fuel.java 562 Position literals first in String comparisons
75151 src/com/itac/reporthandler/Fuel.java 563 A method should have only one exit point, and that should be the last statement in the method
75152 src/com/itac/reporthandler/Fuel.java 575 Potential violation of Law of Demeter (method chain calls)
75153 src/com/itac/reporthandler/Fuel.java 575 Potential violation of Law of Demeter (method chain calls)
75154 src/com/itac/reporthandler/Fuel.java 593 Local variable 'vehicle' could be declared final
75155 src/com/itac/reporthandler/Fuel.java 594 Local variable 'dailyFuelData' could be declared final
75156 src/com/itac/reporthandler/Fuel.java 596 Avoid instantiating new objects inside loops
75157 src/com/itac/reporthandler/Fuel.java 601 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75158 src/com/itac/reporthandler/Fuel.java 602 There is log block not surrounded by if
75159 src/com/itac/reporthandler/Fuel.java 608 Parameter 'vehicle' is not assigned and could be declared final
75160 src/com/itac/reporthandler/Fuel.java 608 publicMethodCommentRequirement Required
75161 src/com/itac/reporthandler/Fuel.java 609 Parameter 'fromDate' is not assigned and could be declared final
75162 src/com/itac/reporthandler/Fuel.java 609 Parameter 'toDate' is not assigned and could be declared final
75163 src/com/itac/reporthandler/Fuel.java 615 Local variable 'decimalFormat' could be declared final
75164 src/com/itac/reporthandler/Fuel.java 621 Avoid using Literals in Conditional Statements
75165 src/com/itac/reporthandler/Fuel.java 621 Potential violation of Law of Demeter (object not created locally)
75166 src/com/itac/reporthandler/Fuel.java 621 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
75167 src/com/itac/reporthandler/Fuel.java 622 Potential violation of Law of Demeter (object not created locally)
75168 src/com/itac/reporthandler/Fuel.java 626 Potential violation of Law of Demeter (object not created locally)
75169 src/com/itac/reporthandler/Fuel.java 627 Potential violation of Law of Demeter (method chain calls)
75170 src/com/itac/reporthandler/Fuel.java 627 Potential violation of Law of Demeter (method chain calls)
75171 src/com/itac/reporthandler/Fuel.java 627 Potential violation of Law of Demeter (object not created locally)
75172 src/com/itac/reporthandler/Fuel.java 629 Potential violation of Law of Demeter (method chain calls)
75173 src/com/itac/reporthandler/Fuel.java 629 Potential violation of Law of Demeter (method chain calls)
75174 src/com/itac/reporthandler/Fuel.java 629 Potential violation of Law of Demeter (object not created locally)
75175 src/com/itac/reporthandler/Fuel.java 631 Avoid excessively long variable names like currentCreationDate
75176 src/com/itac/reporthandler/Fuel.java 631 Local variable 'currentCreationDate' could be declared final
75177 src/com/itac/reporthandler/Fuel.java 631 Potential violation of Law of Demeter (method chain calls)
75178 src/com/itac/reporthandler/Fuel.java 631 Potential violation of Law of Demeter (method chain calls)
75179 src/com/itac/reporthandler/Fuel.java 632 Potential violation of Law of Demeter (method chain calls)
75180 src/com/itac/reporthandler/Fuel.java 632 Potential violation of Law of Demeter (object not created locally)
75181 src/com/itac/reporthandler/Fuel.java 633 Local variable 'nextCreationDate' could be declared final
75182 src/com/itac/reporthandler/Fuel.java 633 Potential violation of Law of Demeter (method chain calls)
75183 src/com/itac/reporthandler/Fuel.java 634 Potential violation of Law of Demeter (method chain calls)
75184 src/com/itac/reporthandler/Fuel.java 634 Potential violation of Law of Demeter (method chain calls)
75185 src/com/itac/reporthandler/Fuel.java 634 Potential violation of Law of Demeter (object not created locally)
75186 src/com/itac/reporthandler/Fuel.java 636 Potential violation of Law of Demeter (method chain calls)
75187 src/com/itac/reporthandler/Fuel.java 636 Potential violation of Law of Demeter (object not created locally)
75188 src/com/itac/reporthandler/Fuel.java 638 Avoid using Literals in Conditional Statements
75189 src/com/itac/reporthandler/Fuel.java 639 Potential violation of Law of Demeter (method chain calls)
75190 src/com/itac/reporthandler/Fuel.java 639 Potential violation of Law of Demeter (method chain calls)
75191 src/com/itac/reporthandler/Fuel.java 639 Potential violation of Law of Demeter (object not created locally)
75192 src/com/itac/reporthandler/Fuel.java 642 Avoid if (x != y) ..; else ..;
75193 src/com/itac/reporthandler/Fuel.java 642 Potential violation of Law of Demeter (object not created locally)
75194 src/com/itac/reporthandler/Fuel.java 643 Avoid if (x != y) ..; else ..;
75195 src/com/itac/reporthandler/Fuel.java 643 Potential violation of Law of Demeter (object not created locally)
75196 src/com/itac/reporthandler/Fuel.java 643 Use opposite operator instead of the logic complement operator.
75197 src/com/itac/reporthandler/Fuel.java 645 Potential violation of Law of Demeter (method chain calls)
75198 src/com/itac/reporthandler/Fuel.java 654 Potential violation of Law of Demeter (method chain calls)
75199 src/com/itac/reporthandler/Fuel.java 658 Avoid instantiating new objects inside loops
75200 src/com/itac/reporthandler/Fuel.java 661 Potential violation of Law of Demeter (object not created locally)
75201 src/com/itac/reporthandler/Fuel.java 662 Potential violation of Law of Demeter (object not created locally)
75202 src/com/itac/reporthandler/Fuel.java 668 System.arraycopy is more efficient
75203 src/com/itac/reporthandler/Fuel.java 672 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75204 src/com/itac/reporthandler/Fuel.java 673 There is log block not surrounded by if
75205 src/com/itac/reporthandler/Fuel.java 679 Parameter 'vehicle' is not assigned and could be declared final
75206 src/com/itac/reporthandler/Fuel.java 679 The method 'getRefuelData' has a Cyclomatic Complexity of 13.
75207 src/com/itac/reporthandler/Fuel.java 679 publicMethodCommentRequirement Required
75208 src/com/itac/reporthandler/Fuel.java 680 Avoid reassigning parameters such as 'fromDate'
75209 src/com/itac/reporthandler/Fuel.java 680 Avoid reassigning parameters such as 'fromDate'
75210 src/com/itac/reporthandler/Fuel.java 680 Avoid reassigning parameters such as 'fromDate'
75211 src/com/itac/reporthandler/Fuel.java 680 Avoid reassigning parameters such as 'fromDate'
75212 src/com/itac/reporthandler/Fuel.java 680 Avoid reassigning parameters such as 'fromDate'
75213 src/com/itac/reporthandler/Fuel.java 680 Parameter 'toDate' is not assigned and could be declared final
75214 src/com/itac/reporthandler/Fuel.java 681 Local variable 'cal' could be declared final
75215 src/com/itac/reporthandler/Fuel.java 692 Avoid using Literals in Conditional Statements
75216 src/com/itac/reporthandler/Fuel.java 692 Avoid using if statements without curly braces
75217 src/com/itac/reporthandler/Fuel.java 692 Potential violation of Law of Demeter (object not created locally)
75218 src/com/itac/reporthandler/Fuel.java 692 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
75219 src/com/itac/reporthandler/Fuel.java 693 Potential violation of Law of Demeter (object not created locally)
75220 src/com/itac/reporthandler/Fuel.java 695 Avoid if (x != y) ..; else ..;
75221 src/com/itac/reporthandler/Fuel.java 697 Avoid using Literals in Conditional Statements
75222 src/com/itac/reporthandler/Fuel.java 697 Potential violation of Law of Demeter (object not created locally)
75223 src/com/itac/reporthandler/Fuel.java 709 Local variable 'refuelInfoQry' could be declared final
75224 src/com/itac/reporthandler/Fuel.java 717 Avoid using Literals in Conditional Statements
75225 src/com/itac/reporthandler/Fuel.java 717 Potential violation of Law of Demeter (object not created locally)
75226 src/com/itac/reporthandler/Fuel.java 717 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
75227 src/com/itac/reporthandler/Fuel.java 718 Local variable 'fuel' could be declared final
75228 src/com/itac/reporthandler/Fuel.java 719 Local variable 'dateTime' could be declared final
75229 src/com/itac/reporthandler/Fuel.java 719 Potential violation of Law of Demeter (object not created locally)
75230 src/com/itac/reporthandler/Fuel.java 722 Avoid using Literals in Conditional Statements
75231 src/com/itac/reporthandler/Fuel.java 726 Avoid instantiating new objects inside loops
75232 src/com/itac/reporthandler/Fuel.java 727 Potential violation of Law of Demeter (object not created locally)
75233 src/com/itac/reporthandler/Fuel.java 728 Potential violation of Law of Demeter (object not created locally)
75234 src/com/itac/reporthandler/Fuel.java 729 Potential violation of Law of Demeter (object not created locally)
75235 src/com/itac/reporthandler/Fuel.java 732 Useless parentheses.
75236 src/com/itac/reporthandler/Fuel.java 733 Avoid instantiating new objects inside loops
75237 src/com/itac/reporthandler/Fuel.java 733 Potential violation of Law of Demeter (object not created locally)
75238 src/com/itac/reporthandler/Fuel.java 733 Potential violation of Law of Demeter (object not created locally)
75239 src/com/itac/reporthandler/Fuel.java 736 Potential violation of Law of Demeter (object not created locally)
75240 src/com/itac/reporthandler/Fuel.java 737 Potential violation of Law of Demeter (object not created locally)
75241 src/com/itac/reporthandler/Fuel.java 738 Potential violation of Law of Demeter (object not created locally)
75242 src/com/itac/reporthandler/Fuel.java 742 Avoid instantiating new objects inside loops
75243 src/com/itac/reporthandler/Fuel.java 743 Potential violation of Law of Demeter (object not created locally)
75244 src/com/itac/reporthandler/Fuel.java 744 Potential violation of Law of Demeter (object not created locally)
75245 src/com/itac/reporthandler/Fuel.java 745 Potential violation of Law of Demeter (object not created locally)
75246 src/com/itac/reporthandler/Fuel.java 751 Avoid instantiating new objects inside loops
75247 src/com/itac/reporthandler/Fuel.java 752 Potential violation of Law of Demeter (object not created locally)
75248 src/com/itac/reporthandler/Fuel.java 753 Potential violation of Law of Demeter (object not created locally)
75249 src/com/itac/reporthandler/Fuel.java 754 Potential violation of Law of Demeter (object not created locally)
75250 src/com/itac/reporthandler/Fuel.java 761 Parameter 'm1' is not assigned and could be declared final
75251 src/com/itac/reporthandler/Fuel.java 761 Parameter 'm2' is not assigned and could be declared final
75252 src/com/itac/reporthandler/Fuel.java 761 publicMethodCommentRequirement Required
75253 src/com/itac/reporthandler/Fuel.java 762 Potential violation of Law of Demeter (method chain calls)
75254 src/com/itac/reporthandler/Fuel.java 765 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75255 src/com/itac/reporthandler/Fuel.java 766 There is log block not surrounded by if
75256 src/com/itac/reporthandler/Fuel.java 773 Parameter 'creationDate' is not assigned and could be declared final
75257 src/com/itac/reporthandler/Fuel.java 773 Parameter 'vehicleId' is not assigned and could be declared final
75258 src/com/itac/reporthandler/Fuel.java 773 publicMethodCommentRequirement Required
75259 src/com/itac/reporthandler/Fuel.java 780 Local variable 'usageList' could be declared final
75260 src/com/itac/reporthandler/Fuel.java 781 Potential violation of Law of Demeter (object not created locally)
75261 src/com/itac/reporthandler/Fuel.java 781 Potential violation of Law of Demeter (object not created locally)
75262 src/com/itac/reporthandler/Fuel.java 781 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
75263 src/com/itac/reporthandler/Fuel.java 782 Potential violation of Law of Demeter (object not created locally)
75264 src/com/itac/reporthandler/Fuel.java 784 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75265 src/com/itac/reporthandler/Fuel.java 785 Avoid printStackTrace(); use a logger call instead.
75266 src/com/itac/reporthandler/Fuel.java 785 Potential violation of Law of Demeter (object not created locally)
75267 src/com/itac/reporthandler/Fuel.java 793 Avoid using implementation types like 'Hashtable'; use the interface instead
75268 src/com/itac/reporthandler/Fuel.java 793 Consider replacing this Hashtable with the newer java.util.Map
75269 src/com/itac/reporthandler/Fuel.java 793 Parameter 'input' is not assigned and could be declared final
75270 src/com/itac/reporthandler/Fuel.java 793 publicMethodCommentRequirement Required
75271 src/com/itac/reporthandler/Fuel.java 795 Local variable 'calendar' could be declared final
75272 src/com/itac/reporthandler/Fuel.java 796 Local variable 'sdf' could be declared final
75273 src/com/itac/reporthandler/Fuel.java 796 When instantiating a SimpleDateFormat object, specify a Locale
75274 src/com/itac/reporthandler/Fuel.java 803 Potential violation of Law of Demeter (method chain calls)
75275 src/com/itac/reporthandler/Fuel.java 803 Potential violation of Law of Demeter (method chain calls)
75276 src/com/itac/reporthandler/Fuel.java 805 Potential violation of Law of Demeter (object not created locally)
75277 src/com/itac/reporthandler/Fuel.java 806 Potential violation of Law of Demeter (object not created locally)
75278 src/com/itac/reporthandler/Fuel.java 809 Position literals first in String comparisons
75279 src/com/itac/reporthandler/Fuel.java 809 Potential violation of Law of Demeter (object not created locally)
75280 src/com/itac/reporthandler/Fuel.java 810 A method should have only one exit point, and that should be the last statement in the method
75281 src/com/itac/reporthandler/Fuel.java 813 Potential violation of Law of Demeter (object not created locally)
75282 src/com/itac/reporthandler/Fuel.java 814 Potential violation of Law of Demeter (object not created locally)
75283 src/com/itac/reporthandler/Fuel.java 815 Potential violation of Law of Demeter (object not created locally)
75284 src/com/itac/reporthandler/Fuel.java 816 Potential violation of Law of Demeter (object not created locally)
75285 src/com/itac/reporthandler/Fuel.java 817 Potential violation of Law of Demeter (object not created locally)
75286 src/com/itac/reporthandler/Fuel.java 821 Local variable 'vehicleId' could be declared final
75287 src/com/itac/reporthandler/Fuel.java 821 Potential violation of Law of Demeter (method chain calls)
75288 src/com/itac/reporthandler/Fuel.java 821 Potential violation of Law of Demeter (method chain calls)
75289 src/com/itac/reporthandler/Fuel.java 839 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75290 src/com/itac/reporthandler/Fuel.java 841 There is log block not surrounded by if
75291 src/com/itac/reporthandler/Fuel.java 846 Parameter 'vehicle' is not assigned and could be declared final
75292 src/com/itac/reporthandler/Fuel.java 846 publicMethodCommentRequirement Required
75293 src/com/itac/reporthandler/Fuel.java 847 Parameter 'fromDate' is not assigned and could be declared final
75294 src/com/itac/reporthandler/Fuel.java 847 Parameter 'toDate' is not assigned and could be declared final
75295 src/com/itac/reporthandler/Fuel.java 848 Local variable 'decimalFormat' could be declared final
75296 src/com/itac/reporthandler/Fuel.java 849 Avoid excessively long variable names like pilferageEventCode
75297 src/com/itac/reporthandler/Fuel.java 858 Local variable 'veh' could be declared final
75298 src/com/itac/reporthandler/Fuel.java 864 Local variable 'pilferageQry' could be declared final
75299 src/com/itac/reporthandler/Fuel.java 869 Local variable 'fuelList' could be declared final
75300 src/com/itac/reporthandler/Fuel.java 874 Local variable 'alert' could be declared final
75301 src/com/itac/reporthandler/Fuel.java 875 Potential violation of Law of Demeter (method chain calls)
75302 src/com/itac/reporthandler/Fuel.java 875 Potential violation of Law of Demeter (method chain calls)
75303 src/com/itac/reporthandler/Fuel.java 875 Potential violation of Law of Demeter (method chain calls)
75304 src/com/itac/reporthandler/Fuel.java 875 Potential violation of Law of Demeter (method chain calls)
75305 src/com/itac/reporthandler/Fuel.java 879 Avoid instantiating new objects inside loops
75306 src/com/itac/reporthandler/Fuel.java 880 Potential violation of Law of Demeter (method chain calls)
75307 src/com/itac/reporthandler/Fuel.java 881 Potential violation of Law of Demeter (method chain calls)
75308 src/com/itac/reporthandler/Fuel.java 884 Potential violation of Law of Demeter (method chain calls)
75309 src/com/itac/reporthandler/Fuel.java 884 Potential violation of Law of Demeter (method chain calls)
75310 src/com/itac/reporthandler/Fuel.java 885 Potential violation of Law of Demeter (method chain calls)
75311 src/com/itac/reporthandler/Fuel.java 885 Potential violation of Law of Demeter (method chain calls)
75312 src/com/itac/reporthandler/Fuel.java 887 Potential violation of Law of Demeter (method chain calls)
75313 src/com/itac/reporthandler/Fuel.java 890 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75314 src/com/itac/reporthandler/Fuel.java 891 Avoid printStackTrace(); use a logger call instead.
75315 src/com/itac/reporthandler/Fuel.java 892 There is log block not surrounded by if
75316 src/com/itac/reporthandler/Fuel.java 899 Avoid using implementation types like 'Hashtable'; use the interface instead
75317 src/com/itac/reporthandler/Fuel.java 899 Consider replacing this Hashtable with the newer java.util.Map
75318 src/com/itac/reporthandler/Fuel.java 899 Parameter 'input' is not assigned and could be declared final
75319 src/com/itac/reporthandler/Fuel.java 899 publicMethodCommentRequirement Required
75320 src/com/itac/reporthandler/Fuel.java 902 Local variable 'calendar' could be declared final
75321 src/com/itac/reporthandler/Fuel.java 903 Avoid excessively long variable names like noOfTimesPilferage
75322 src/com/itac/reporthandler/Fuel.java 907 Local variable 'decimalFormat' could be declared final
75323 src/com/itac/reporthandler/Fuel.java 908 Local variable 'sdf' could be declared final
75324 src/com/itac/reporthandler/Fuel.java 908 When instantiating a SimpleDateFormat object, specify a Locale
75325 src/com/itac/reporthandler/Fuel.java 913 Avoid excessively long variable names like pilferageEventCode
75326 src/com/itac/reporthandler/Fuel.java 916 Potential violation of Law of Demeter (method chain calls)
75327 src/com/itac/reporthandler/Fuel.java 916 Potential violation of Law of Demeter (method chain calls)
75328 src/com/itac/reporthandler/Fuel.java 918 Potential violation of Law of Demeter (object not created locally)
75329 src/com/itac/reporthandler/Fuel.java 919 Potential violation of Law of Demeter (object not created locally)
75330 src/com/itac/reporthandler/Fuel.java 920 Potential violation of Law of Demeter (object not created locally)
75331 src/com/itac/reporthandler/Fuel.java 921 Potential violation of Law of Demeter (object not created locally)
75332 src/com/itac/reporthandler/Fuel.java 922 Potential violation of Law of Demeter (object not created locally)
75333 src/com/itac/reporthandler/Fuel.java 923 Potential violation of Law of Demeter (object not created locally)
75334 src/com/itac/reporthandler/Fuel.java 924 Potential violation of Law of Demeter (object not created locally)
75335 src/com/itac/reporthandler/Fuel.java 925 Potential violation of Law of Demeter (method chain calls)
75336 src/com/itac/reporthandler/Fuel.java 925 Potential violation of Law of Demeter (method chain calls)
75337 src/com/itac/reporthandler/Fuel.java 943 Potential violation of Law of Demeter (object not created locally)
75338 src/com/itac/reporthandler/Fuel.java 945 Local variable 'vehicle' could be declared final
75339 src/com/itac/reporthandler/Fuel.java 946 Local variable 'fuelPilferageQry' could be declared final
75340 src/com/itac/reporthandler/Fuel.java 950 Potential violation of Law of Demeter (object not created locally)
75341 src/com/itac/reporthandler/Fuel.java 953 Local variable 'pilferageList' could be declared final
75342 src/com/itac/reporthandler/Fuel.java 954 Potential violation of Law of Demeter (object not created locally)
75343 src/com/itac/reporthandler/Fuel.java 954 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
75344 src/com/itac/reporthandler/Fuel.java 955 Local variable 'pilIter' could be declared final
75345 src/com/itac/reporthandler/Fuel.java 955 Potential violation of Law of Demeter (object not created locally)
75346 src/com/itac/reporthandler/Fuel.java 957 Local variable 'rows' could be declared final
75347 src/com/itac/reporthandler/Fuel.java 958 Avoid using Literals in Conditional Statements
75348 src/com/itac/reporthandler/Fuel.java 960 Potential violation of Law of Demeter (method chain calls)
75349 src/com/itac/reporthandler/Fuel.java 960 Potential violation of Law of Demeter (method chain calls)
75350 src/com/itac/reporthandler/Fuel.java 960 Potential violation of Law of Demeter (object not created locally)
75351 src/com/itac/reporthandler/Fuel.java 963 Avoid instantiating new objects inside loops
75352 src/com/itac/reporthandler/Fuel.java 964 Potential violation of Law of Demeter (object not created locally)
75353 src/com/itac/reporthandler/Fuel.java 965 Potential violation of Law of Demeter (object not created locally)
75354 src/com/itac/reporthandler/Fuel.java 974 System.arraycopy is more efficient
75355 src/com/itac/reporthandler/Fuel.java 977 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75356 src/com/itac/reporthandler/Fuel.java 978 There is log block not surrounded by if
75357 src/com/itac/reporthandler/Fuel.java 984 Avoid really long methods.
75358 src/com/itac/reporthandler/Fuel.java 984 Avoid using implementation types like 'Hashtable'; use the interface instead
75359 src/com/itac/reporthandler/Fuel.java 984 Consider replacing this Hashtable with the newer java.util.Map
75360 src/com/itac/reporthandler/Fuel.java 984 Parameter 'input' is not assigned and could be declared final
75361 src/com/itac/reporthandler/Fuel.java 984 The method 'getRoutePackets' has a Cyclomatic Complexity of 13.
75362 src/com/itac/reporthandler/Fuel.java 984 publicMethodCommentRequirement Required
75363 src/com/itac/reporthandler/Fuel.java 986 Local variable 'calendar' could be declared final
75364 src/com/itac/reporthandler/Fuel.java 987 Local variable 'datatimeformat' could be declared final
75365 src/com/itac/reporthandler/Fuel.java 987 When instantiating a SimpleDateFormat object, specify a Locale
75366 src/com/itac/reporthandler/Fuel.java 996 Avoid excessively long variable names like fenceStartLatLngQry
75367 src/com/itac/reporthandler/Fuel.java 1001 Potential violation of Law of Demeter (method chain calls)
75368 src/com/itac/reporthandler/Fuel.java 1001 Potential violation of Law of Demeter (method chain calls)
75369 src/com/itac/reporthandler/Fuel.java 1003 Potential violation of Law of Demeter (method chain calls)
75370 src/com/itac/reporthandler/Fuel.java 1003 Potential violation of Law of Demeter (method chain calls)
75371 src/com/itac/reporthandler/Fuel.java 1005 Local variable 'getVehidQry' could be declared final
75372 src/com/itac/reporthandler/Fuel.java 1007 Local variable 'vlist' could be declared final
75373 src/com/itac/reporthandler/Fuel.java 1008 Avoid using if statements without curly braces
75374 src/com/itac/reporthandler/Fuel.java 1033 Local variable 'maxParamId' could be declared final
75375 src/com/itac/reporthandler/Fuel.java 1035 Local variable 'latlngList' could be declared final
75376 src/com/itac/reporthandler/Fuel.java 1036 Avoid using Literals in Conditional Statements
75377 src/com/itac/reporthandler/Fuel.java 1036 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
75378 src/com/itac/reporthandler/Fuel.java 1038 Local variable 'latlngIter' could be declared final
75379 src/com/itac/reporthandler/Fuel.java 1041 Avoid if (x != y) ..; else ..;
75380 src/com/itac/reporthandler/Fuel.java 1051 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
75381 src/com/itac/reporthandler/Fuel.java 1052 Avoid instantiating new objects inside loops
75382 src/com/itac/reporthandler/Fuel.java 1053 Local variable 'packetIter' could be declared final
75383 src/com/itac/reporthandler/Fuel.java 1056 Local variable 'rows' could be declared final
75384 src/com/itac/reporthandler/Fuel.java 1057 Avoid instantiating new objects inside loops
75385 src/com/itac/reporthandler/Fuel.java 1062 Avoid instantiating new objects inside loops
75386 src/com/itac/reporthandler/Fuel.java 1073 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
75387 src/com/itac/reporthandler/Fuel.java 1075 Local variable 'packetIter' could be declared final
75388 src/com/itac/reporthandler/Fuel.java 1078 Local variable 'rows' could be declared final
75389 src/com/itac/reporthandler/Fuel.java 1079 Avoid instantiating new objects inside loops
75390 src/com/itac/reporthandler/Fuel.java 1089 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75391 src/com/itac/reporthandler/Fuel.java 1090 There is log block not surrounded by if
75392 src/com/itac/reporthandler/FuelReportHandler.java 1 A high number of imports can indicate a high degree of coupling within an object.
75393 src/com/itac/reporthandler/FuelReportHandler.java 10 Avoid unused imports such as 'java.io.BufferedReader'
75394 src/com/itac/reporthandler/FuelReportHandler.java 11 Avoid unused imports such as 'java.io.IOException'
75395 src/com/itac/reporthandler/FuelReportHandler.java 12 Avoid unused imports such as 'java.io.InputStreamReader'
75396 src/com/itac/reporthandler/FuelReportHandler.java 14 Avoid unused imports such as 'java.text.ParseException'
75397 src/com/itac/reporthandler/FuelReportHandler.java 16 Avoid unused imports such as 'java.util.ArrayList'
75398 src/com/itac/reporthandler/FuelReportHandler.java 17 Avoid unused imports such as 'java.util.Arrays'
75399 src/com/itac/reporthandler/FuelReportHandler.java 19 Avoid unused imports such as 'java.util.Collections'
75400 src/com/itac/reporthandler/FuelReportHandler.java 26 Avoid unused imports such as 'org.hibernate.Query'
75401 src/com/itac/reporthandler/FuelReportHandler.java 30 Avoid unused imports such as 'com.itac.bean.FuelCalibration'
75402 src/com/itac/reporthandler/FuelReportHandler.java 31 Avoid unused imports such as 'com.itac.bean.FuelHistory'
75403 src/com/itac/reporthandler/FuelReportHandler.java 33 Avoid unused imports such as 'com.itac.bean.VehicleType'
75404 src/com/itac/reporthandler/FuelReportHandler.java 40 Avoid unused imports such as 'com.itac.vo.AlertVO'
75405 src/com/itac/reporthandler/FuelReportHandler.java 41 Avoid unused imports such as 'com.itac.vo.FuelVO'
75406 src/com/itac/reporthandler/FuelReportHandler.java 43 Avoid unused imports such as 'com.itac.vo.VehicleAlertCount'
75407 src/com/itac/reporthandler/FuelReportHandler.java 46 Avoid unused imports such as 'com.google.gson.Gson'
75408 src/com/itac/reporthandler/FuelReportHandler.java 48 headerCommentRequirement Required
75409 src/com/itac/reporthandler/FuelReportHandler.java 49 The Logger variable declaration does not contain the static and final modifiers
75410 src/com/itac/reporthandler/FuelReportHandler.java 49 fieldCommentRequirement Required
75411 src/com/itac/reporthandler/FuelReportHandler.java 50 Avoid using redundant field initializer for 'vehicles'
75412 src/com/itac/reporthandler/FuelReportHandler.java 50 Found non-transient, non-static member. Please mark as transient or provide accessors.
75413 src/com/itac/reporthandler/FuelReportHandler.java 50 Use explicit scoping instead of the default package private level
75414 src/com/itac/reporthandler/FuelReportHandler.java 50 fieldCommentRequirement Required
75415 src/com/itac/reporthandler/FuelReportHandler.java 51 Avoid using redundant field initializer for 'refuelArray'
75416 src/com/itac/reporthandler/FuelReportHandler.java 51 Found non-transient, non-static member. Please mark as transient or provide accessors.
75417 src/com/itac/reporthandler/FuelReportHandler.java 51 Use explicit scoping instead of the default package private level
75418 src/com/itac/reporthandler/FuelReportHandler.java 51 fieldCommentRequirement Required
75419 src/com/itac/reporthandler/FuelReportHandler.java 52 Avoid using redundant field initializer for 'count'
75420 src/com/itac/reporthandler/FuelReportHandler.java 52 Found non-transient, non-static member. Please mark as transient or provide accessors.
75421 src/com/itac/reporthandler/FuelReportHandler.java 52 Use explicit scoping instead of the default package private level
75422 src/com/itac/reporthandler/FuelReportHandler.java 52 fieldCommentRequirement Required
75423 src/com/itac/reporthandler/FuelReportHandler.java 54 Found non-transient, non-static member. Please mark as transient or provide accessors.
75424 src/com/itac/reporthandler/FuelReportHandler.java 54 Use explicit scoping instead of the default package private level
75425 src/com/itac/reporthandler/FuelReportHandler.java 54 fieldCommentRequirement Required
75426 src/com/itac/reporthandler/FuelReportHandler.java 55 Found non-transient, non-static member. Please mark as transient or provide accessors.
75427 src/com/itac/reporthandler/FuelReportHandler.java 55 Use explicit scoping instead of the default package private level
75428 src/com/itac/reporthandler/FuelReportHandler.java 55 fieldCommentRequirement Required
75429 src/com/itac/reporthandler/FuelReportHandler.java 56 Found non-transient, non-static member. Please mark as transient or provide accessors.
75430 src/com/itac/reporthandler/FuelReportHandler.java 56 Use explicit scoping instead of the default package private level
75431 src/com/itac/reporthandler/FuelReportHandler.java 56 When instantiating a SimpleDateFormat object, specify a Locale
75432 src/com/itac/reporthandler/FuelReportHandler.java 56 fieldCommentRequirement Required
75433 src/com/itac/reporthandler/FuelReportHandler.java 57 Found non-transient, non-static member. Please mark as transient or provide accessors.
75434 src/com/itac/reporthandler/FuelReportHandler.java 57 Use explicit scoping instead of the default package private level
75435 src/com/itac/reporthandler/FuelReportHandler.java 57 When instantiating a SimpleDateFormat object, specify a Locale
75436 src/com/itac/reporthandler/FuelReportHandler.java 57 fieldCommentRequirement Required
75437 src/com/itac/reporthandler/FuelReportHandler.java 59 Found non-transient, non-static member. Please mark as transient or provide accessors.
75438 src/com/itac/reporthandler/FuelReportHandler.java 59 Use explicit scoping instead of the default package private level
75439 src/com/itac/reporthandler/FuelReportHandler.java 59 fieldCommentRequirement Required
75440 src/com/itac/reporthandler/FuelReportHandler.java 62 Found non-transient, non-static member. Please mark as transient or provide accessors.
75441 src/com/itac/reporthandler/FuelReportHandler.java 62 Use explicit scoping instead of the default package private level
75442 src/com/itac/reporthandler/FuelReportHandler.java 62 fieldCommentRequirement Required
75443 src/com/itac/reporthandler/FuelReportHandler.java 63 Found non-transient, non-static member. Please mark as transient or provide accessors.
75444 src/com/itac/reporthandler/FuelReportHandler.java 63 Use explicit scoping instead of the default package private level
75445 src/com/itac/reporthandler/FuelReportHandler.java 63 fieldCommentRequirement Required
75446 src/com/itac/reporthandler/FuelReportHandler.java 64 Avoid using redundant field initializer for 'vehicleQuery'
75447 src/com/itac/reporthandler/FuelReportHandler.java 64 Found non-transient, non-static member. Please mark as transient or provide accessors.
75448 src/com/itac/reporthandler/FuelReportHandler.java 64 Use explicit scoping instead of the default package private level
75449 src/com/itac/reporthandler/FuelReportHandler.java 64 fieldCommentRequirement Required
75450 src/com/itac/reporthandler/FuelReportHandler.java 65 Found non-transient, non-static member. Please mark as transient or provide accessors.
75451 src/com/itac/reporthandler/FuelReportHandler.java 65 Use explicit scoping instead of the default package private level
75452 src/com/itac/reporthandler/FuelReportHandler.java 65 fieldCommentRequirement Required
75453 src/com/itac/reporthandler/FuelReportHandler.java 66 Avoid using implementation types like 'Hashtable'; use the interface instead
75454 src/com/itac/reporthandler/FuelReportHandler.java 66 Consider replacing this Hashtable with the newer java.util.Map
75455 src/com/itac/reporthandler/FuelReportHandler.java 66 Found 'UR'-anomaly for variable 'vehicle' (lines '66'-'109').
75456 src/com/itac/reporthandler/FuelReportHandler.java 66 Parameter 'inputData' is not assigned and could be declared final
75457 src/com/itac/reporthandler/FuelReportHandler.java 66 publicMethodCommentRequirement Required
75458 src/com/itac/reporthandler/FuelReportHandler.java 68 Found 'DD'-anomaly for variable 'organizationId' (lines '68'-'77').
75459 src/com/itac/reporthandler/FuelReportHandler.java 69 Found 'DD'-anomaly for variable 'vehicleId' (lines '69'-'78').
75460 src/com/itac/reporthandler/FuelReportHandler.java 70 Found 'DD'-anomaly for variable 'fromDate' (lines '70'-'79').
75461 src/com/itac/reporthandler/FuelReportHandler.java 71 Found 'DD'-anomaly for variable 'toDate' (lines '71'-'80').
75462 src/com/itac/reporthandler/FuelReportHandler.java 72 Found 'DD'-anomaly for variable 'metaFuelQuery' (lines '72'-'108').
75463 src/com/itac/reporthandler/FuelReportHandler.java 72 Found 'DU'-anomaly for variable 'metaFuelQuery' (lines '72'-'138').
75464 src/com/itac/reporthandler/FuelReportHandler.java 73 Found 'DD'-anomaly for variable 'metaList' (lines '73'-'110').
75465 src/com/itac/reporthandler/FuelReportHandler.java 73 Found 'DU'-anomaly for variable 'metaList' (lines '73'-'138').
75466 src/com/itac/reporthandler/FuelReportHandler.java 74 Found 'DD'-anomaly for variable 'metaDate' (lines '74'-'112').
75467 src/com/itac/reporthandler/FuelReportHandler.java 74 Found 'DU'-anomaly for variable 'metaDate' (lines '74'-'138').
75468 src/com/itac/reporthandler/FuelReportHandler.java 75 Found 'DD'-anomaly for variable 'dateFlag' (lines '75'-'83').
75469 src/com/itac/reporthandler/FuelReportHandler.java 77 Found 'DU'-anomaly for variable 'organizationId' (lines '77'-'138').
75470 src/com/itac/reporthandler/FuelReportHandler.java 77 Potential violation of Law of Demeter (method chain calls)
75471 src/com/itac/reporthandler/FuelReportHandler.java 77 Potential violation of Law of Demeter (method chain calls)
75472 src/com/itac/reporthandler/FuelReportHandler.java 78 Found 'DU'-anomaly for variable 'vehicleId' (lines '78'-'138').
75473 src/com/itac/reporthandler/FuelReportHandler.java 78 Potential violation of Law of Demeter (method chain calls)
75474 src/com/itac/reporthandler/FuelReportHandler.java 78 Potential violation of Law of Demeter (method chain calls)
75475 src/com/itac/reporthandler/FuelReportHandler.java 79 Potential violation of Law of Demeter (method chain calls)
75476 src/com/itac/reporthandler/FuelReportHandler.java 79 Potential violation of Law of Demeter (method chain calls)
75477 src/com/itac/reporthandler/FuelReportHandler.java 80 Potential violation of Law of Demeter (method chain calls)
75478 src/com/itac/reporthandler/FuelReportHandler.java 80 Potential violation of Law of Demeter (method chain calls)
75479 src/com/itac/reporthandler/FuelReportHandler.java 84 Position literals first in String comparisons
75480 src/com/itac/reporthandler/FuelReportHandler.java 84 Potential violation of Law of Demeter (object not created locally)
75481 src/com/itac/reporthandler/FuelReportHandler.java 85 A method should have only one exit point, and that should be the last statement in the method
75482 src/com/itac/reporthandler/FuelReportHandler.java 92 Found 'DU'-anomaly for variable 'toDate' (lines '92'-'138').
75483 src/com/itac/reporthandler/FuelReportHandler.java 106 Local variable 'vehicle' could be declared final
75484 src/com/itac/reporthandler/FuelReportHandler.java 109 Potential violation of Law of Demeter (object not created locally)
75485 src/com/itac/reporthandler/FuelReportHandler.java 111 Avoid using Literals in Conditional Statements
75486 src/com/itac/reporthandler/FuelReportHandler.java 111 Avoid using if statements without curly braces
75487 src/com/itac/reporthandler/FuelReportHandler.java 111 Potential violation of Law of Demeter (object not created locally)
75488 src/com/itac/reporthandler/FuelReportHandler.java 111 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
75489 src/com/itac/reporthandler/FuelReportHandler.java 112 Potential violation of Law of Demeter (object not created locally)
75490 src/com/itac/reporthandler/FuelReportHandler.java 114 Avoid if (x != y) ..; else ..;
75491 src/com/itac/reporthandler/FuelReportHandler.java 116 Avoid using Literals in Conditional Statements
75492 src/com/itac/reporthandler/FuelReportHandler.java 116 Potential violation of Law of Demeter (object not created locally)
75493 src/com/itac/reporthandler/FuelReportHandler.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75494 src/com/itac/reporthandler/FuelReportHandler.java 131 There is log block not surrounded by if
75495 src/com/itac/reporthandler/FuelReportHandler.java 132 Avoid empty finally blocks
75496 src/com/itac/reporthandler/FuelReportHandler.java 136 Returning 'refuelArray' may expose an internal array.
75497 src/com/itac/reporthandler/FuelReportHandler.java 141 Parameter 'fromDate' is not assigned and could be declared final
75498 src/com/itac/reporthandler/FuelReportHandler.java 141 Parameter 'vehicle' is not assigned and could be declared final
75499 src/com/itac/reporthandler/FuelReportHandler.java 142 Parameter 'toDate' is not assigned and could be declared final
75500 src/com/itac/reporthandler/FuelReportHandler.java 146 Local variable 'fuelQuery' could be declared final
75501 src/com/itac/reporthandler/FuelReportHandler.java 151 Local variable 'fuelList' could be declared final
75502 src/com/itac/reporthandler/FuelReportHandler.java 152 Local variable 'fuelIter' could be declared final
75503 src/com/itac/reporthandler/FuelReportHandler.java 152 Potential violation of Law of Demeter (object not created locally)
75504 src/com/itac/reporthandler/FuelReportHandler.java 156 Local variable 'temp' could be declared final
75505 src/com/itac/reporthandler/FuelReportHandler.java 157 Avoid using if statements without curly braces
75506 src/com/itac/reporthandler/FuelReportHandler.java 159 Avoid instantiating new objects inside loops
75507 src/com/itac/reporthandler/FuelReportHandler.java 159 Local variable 'refuelVo' could be declared final
75508 src/com/itac/reporthandler/FuelReportHandler.java 161 Potential violation of Law of Demeter (method chain calls)
75509 src/com/itac/reporthandler/FuelReportHandler.java 161 Potential violation of Law of Demeter (method chain calls)
75510 src/com/itac/reporthandler/FuelReportHandler.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75511 src/com/itac/reporthandler/FuelReportHandler.java 168 There is log block not surrounded by if
75512 src/com/itac/reporthandler/FuelReportHandler.java 170 Returning 'refuelArray' may expose an internal array.
75513 src/com/itac/reporthandler/FuelReportHandler.java 176 Avoid unused private methods such as 'getTotalRefuelQuantity(Hashtable)'.
75514 src/com/itac/reporthandler/FuelReportHandler.java 176 Avoid using implementation types like 'Hashtable'; use the interface instead
75515 src/com/itac/reporthandler/FuelReportHandler.java 176 Consider replacing this Hashtable with the newer java.util.Map
75516 src/com/itac/reporthandler/FuelReportHandler.java 176 Parameter 'inputData' is not assigned and could be declared final
75517 src/com/itac/reporthandler/FuelReportHandler.java 177 Found 'DD'-anomaly for variable 'totalFuelQty' (lines '177'-'193').
75518 src/com/itac/reporthandler/FuelReportHandler.java 179 Local variable 'organizationId' could be declared final
75519 src/com/itac/reporthandler/FuelReportHandler.java 180 Local variable 'fromDate' could be declared final
75520 src/com/itac/reporthandler/FuelReportHandler.java 181 Local variable 'toDate' could be declared final
75521 src/com/itac/reporthandler/FuelReportHandler.java 182 Potential violation of Law of Demeter (object not created locally)
75522 src/com/itac/reporthandler/FuelReportHandler.java 183 Potential violation of Law of Demeter (object not created locally)
75523 src/com/itac/reporthandler/FuelReportHandler.java 184 Potential violation of Law of Demeter (object not created locally)
75524 src/com/itac/reporthandler/FuelReportHandler.java 185 Local variable 'query' could be declared final
75525 src/com/itac/reporthandler/FuelReportHandler.java 189 Local variable 'quantityList' could be declared final
75526 src/com/itac/reporthandler/FuelReportHandler.java 190 Found 'DU'-anomaly for variable 'qtyIter' (lines '190'-'200').
75527 src/com/itac/reporthandler/FuelReportHandler.java 190 Local variable 'qtyIter' could be declared final
75528 src/com/itac/reporthandler/FuelReportHandler.java 190 Potential violation of Law of Demeter (object not created locally)
75529 src/com/itac/reporthandler/FuelReportHandler.java 191 Avoid using Literals in Conditional Statements
75530 src/com/itac/reporthandler/FuelReportHandler.java 191 Potential violation of Law of Demeter (object not created locally)
75531 src/com/itac/reporthandler/FuelReportHandler.java 193 Found 'DD'-anomaly for variable 'totalFuelQty' (lines '193'-'193').
75532 src/com/itac/reporthandler/FuelReportHandler.java 196 System.out.print is used
75533 src/com/itac/reporthandler/FuelReportHandler.java 203 Avoid using implementation types like 'Hashtable'; use the interface instead
75534 src/com/itac/reporthandler/FuelReportHandler.java 203 Consider replacing this Hashtable with the newer java.util.Map
75535 src/com/itac/reporthandler/FuelReportHandler.java 203 Parameter 'inputData' is not assigned and could be declared final
75536 src/com/itac/reporthandler/FuelReportHandler.java 203 publicMethodCommentRequirement Required
75537 src/com/itac/reporthandler/FuelReportHandler.java 206 Found 'DD'-anomaly for variable 'vehicleFuelArray' (lines '206'-'234').
75538 src/com/itac/reporthandler/FuelReportHandler.java 206 Found 'DU'-anomaly for variable 'vehicleFuelArray' (lines '206'-'254').
75539 src/com/itac/reporthandler/FuelReportHandler.java 207 Found 'DD'-anomaly for variable 'dateFlag' (lines '207'-'214').
75540 src/com/itac/reporthandler/FuelReportHandler.java 208 Found 'DD'-anomaly for variable 'location' (lines '208'-'239').
75541 src/com/itac/reporthandler/FuelReportHandler.java 208 Found 'DU'-anomaly for variable 'location' (lines '208'-'254').
75542 src/com/itac/reporthandler/FuelReportHandler.java 210 Avoid declaring a variable if it is unreferenced before a possible exit point.
75543 src/com/itac/reporthandler/FuelReportHandler.java 210 Found 'DU'-anomaly for variable 'vehicleId' (lines '210'-'254').
75544 src/com/itac/reporthandler/FuelReportHandler.java 210 Local variable 'vehicleId' could be declared final
75545 src/com/itac/reporthandler/FuelReportHandler.java 210 Potential violation of Law of Demeter (method chain calls)
75546 src/com/itac/reporthandler/FuelReportHandler.java 210 Potential violation of Law of Demeter (method chain calls)
75547 src/com/itac/reporthandler/FuelReportHandler.java 211 Local variable 'fromDate' could be declared final
75548 src/com/itac/reporthandler/FuelReportHandler.java 211 Potential violation of Law of Demeter (method chain calls)
75549 src/com/itac/reporthandler/FuelReportHandler.java 211 Potential violation of Law of Demeter (method chain calls)
75550 src/com/itac/reporthandler/FuelReportHandler.java 212 Potential violation of Law of Demeter (method chain calls)
75551 src/com/itac/reporthandler/FuelReportHandler.java 212 Potential violation of Law of Demeter (method chain calls)
75552 src/com/itac/reporthandler/FuelReportHandler.java 215 Position literals first in String comparisons
75553 src/com/itac/reporthandler/FuelReportHandler.java 216 A method should have only one exit point, and that should be the last statement in the method
75554 src/com/itac/reporthandler/FuelReportHandler.java 227 Local variable 'fuelVehQuery' could be declared final
75555 src/com/itac/reporthandler/FuelReportHandler.java 231 Local variable 'fuelVehList' could be declared final
75556 src/com/itac/reporthandler/FuelReportHandler.java 233 Avoid using Literals in Conditional Statements
75557 src/com/itac/reporthandler/FuelReportHandler.java 233 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
75558 src/com/itac/reporthandler/FuelReportHandler.java 234 Found 'DD'-anomaly for variable 'vehicleFuelArray' (lines '234'-'242').
75559 src/com/itac/reporthandler/FuelReportHandler.java 235 Local variable 'fuelIter' could be declared final
75560 src/com/itac/reporthandler/FuelReportHandler.java 236 Found 'DU'-anomaly for variable 'count' (lines '236'-'254').
75561 src/com/itac/reporthandler/FuelReportHandler.java 238 Local variable 'rows' could be declared final
75562 src/com/itac/reporthandler/FuelReportHandler.java 239 Potential violation of Law of Demeter (method chain calls)
75563 src/com/itac/reporthandler/FuelReportHandler.java 239 Potential violation of Law of Demeter (method chain calls)
75564 src/com/itac/reporthandler/FuelReportHandler.java 240 Local variable 'datetime' could be declared final
75565 src/com/itac/reporthandler/FuelReportHandler.java 242 Avoid instantiating new objects inside loops
75566 src/com/itac/reporthandler/FuelReportHandler.java 242 Found 'DD'-anomaly for variable 'vehicleFuelArray' (lines '242'-'242').
75567 src/com/itac/reporthandler/FuelReportHandler.java 243 Potential violation of Law of Demeter (method chain calls)
75568 src/com/itac/reporthandler/FuelReportHandler.java 243 Potential violation of Law of Demeter (method chain calls)
75569 src/com/itac/reporthandler/FuelReportHandler.java 245 Found 'DU'-anomaly for variable 'count' (lines '245'-'254').
75570 src/com/itac/reporthandler/FuelReportHandler.java 249 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75571 src/com/itac/reporthandler/FuelReportHandler.java 250 There is log block not surrounded by if
75572 src/com/itac/reporthandler/RefuelReportHandler.java 1 Possible God class (WMC=108, ATFD=193, TCC=0.0)
75573 src/com/itac/reporthandler/RefuelReportHandler.java 10 Avoid unused imports such as 'java.io.BufferedReader'
75574 src/com/itac/reporthandler/RefuelReportHandler.java 11 Avoid unused imports such as 'java.io.InputStreamReader'
75575 src/com/itac/reporthandler/RefuelReportHandler.java 41 The class 'RefuelReportHandler' has a Cyclomatic Complexity of 10 (Highest = 27).
75576 src/com/itac/reporthandler/RefuelReportHandler.java 41 headerCommentRequirement Required
75577 src/com/itac/reporthandler/RefuelReportHandler.java 42 The Logger variable declaration does not contain the static and final modifiers
75578 src/com/itac/reporthandler/RefuelReportHandler.java 42 fieldCommentRequirement Required
75579 src/com/itac/reporthandler/RefuelReportHandler.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
75580 src/com/itac/reporthandler/RefuelReportHandler.java 45 Use explicit scoping instead of the default package private level
75581 src/com/itac/reporthandler/RefuelReportHandler.java 45 fieldCommentRequirement Required
75582 src/com/itac/reporthandler/RefuelReportHandler.java 48 Found non-transient, non-static member. Please mark as transient or provide accessors.
75583 src/com/itac/reporthandler/RefuelReportHandler.java 48 Use explicit scoping instead of the default package private level
75584 src/com/itac/reporthandler/RefuelReportHandler.java 48 fieldCommentRequirement Required
75585 src/com/itac/reporthandler/RefuelReportHandler.java 49 Use explicit scoping instead of the default package private level
75586 src/com/itac/reporthandler/RefuelReportHandler.java 49 fieldCommentRequirement Required
75587 src/com/itac/reporthandler/RefuelReportHandler.java 50 Found non-transient, non-static member. Please mark as transient or provide accessors.
75588 src/com/itac/reporthandler/RefuelReportHandler.java 50 fieldCommentRequirement Required
75589 src/com/itac/reporthandler/RefuelReportHandler.java 51 Found non-transient, non-static member. Please mark as transient or provide accessors.
75590 src/com/itac/reporthandler/RefuelReportHandler.java 51 Use explicit scoping instead of the default package private level
75591 src/com/itac/reporthandler/RefuelReportHandler.java 51 fieldCommentRequirement Required
75592 src/com/itac/reporthandler/RefuelReportHandler.java 53 Found non-transient, non-static member. Please mark as transient or provide accessors.
75593 src/com/itac/reporthandler/RefuelReportHandler.java 53 Use explicit scoping instead of the default package private level
75594 src/com/itac/reporthandler/RefuelReportHandler.java 53 fieldCommentRequirement Required
75595 src/com/itac/reporthandler/RefuelReportHandler.java 54 Use explicit scoping instead of the default package private level
75596 src/com/itac/reporthandler/RefuelReportHandler.java 54 fieldCommentRequirement Required
75597 src/com/itac/reporthandler/RefuelReportHandler.java 56 Avoid using implementation types like 'Hashtable'; use the interface instead
75598 src/com/itac/reporthandler/RefuelReportHandler.java 56 Consider replacing this Hashtable with the newer java.util.Map
75599 src/com/itac/reporthandler/RefuelReportHandler.java 56 Use explicit scoping instead of the default package private level
75600 src/com/itac/reporthandler/RefuelReportHandler.java 56 fieldCommentRequirement Required
75601 src/com/itac/reporthandler/RefuelReportHandler.java 57 Found non-transient, non-static member. Please mark as transient or provide accessors.
75602 src/com/itac/reporthandler/RefuelReportHandler.java 57 Use explicit scoping instead of the default package private level
75603 src/com/itac/reporthandler/RefuelReportHandler.java 57 fieldCommentRequirement Required
75604 src/com/itac/reporthandler/RefuelReportHandler.java 58 Found non-transient, non-static member. Please mark as transient or provide accessors.
75605 src/com/itac/reporthandler/RefuelReportHandler.java 58 Use explicit scoping instead of the default package private level
75606 src/com/itac/reporthandler/RefuelReportHandler.java 58 When instantiating a SimpleDateFormat object, specify a Locale
75607 src/com/itac/reporthandler/RefuelReportHandler.java 58 fieldCommentRequirement Required
75608 src/com/itac/reporthandler/RefuelReportHandler.java 59 Found non-transient, non-static member. Please mark as transient or provide accessors.
75609 src/com/itac/reporthandler/RefuelReportHandler.java 59 Use explicit scoping instead of the default package private level
75610 src/com/itac/reporthandler/RefuelReportHandler.java 59 fieldCommentRequirement Required
75611 src/com/itac/reporthandler/RefuelReportHandler.java 62 Avoid using implementation types like 'Hashtable'; use the interface instead
75612 src/com/itac/reporthandler/RefuelReportHandler.java 62 Consider replacing this Hashtable with the newer java.util.Map
75613 src/com/itac/reporthandler/RefuelReportHandler.java 62 Found 'UR'-anomaly for variable 'vehicle' (lines '62'-'93').
75614 src/com/itac/reporthandler/RefuelReportHandler.java 62 Parameter 'inputData' is not assigned and could be declared final
75615 src/com/itac/reporthandler/RefuelReportHandler.java 62 publicMethodCommentRequirement Required
75616 src/com/itac/reporthandler/RefuelReportHandler.java 65 Found 'DD'-anomaly for variable 'organizationId' (lines '65'-'70').
75617 src/com/itac/reporthandler/RefuelReportHandler.java 66 Found 'DD'-anomaly for variable 'fromDate' (lines '66'-'72').
75618 src/com/itac/reporthandler/RefuelReportHandler.java 67 Found 'DD'-anomaly for variable 'toDate' (lines '67'-'73').
75619 src/com/itac/reporthandler/RefuelReportHandler.java 70 Potential violation of Law of Demeter (method chain calls)
75620 src/com/itac/reporthandler/RefuelReportHandler.java 70 Potential violation of Law of Demeter (method chain calls)
75621 src/com/itac/reporthandler/RefuelReportHandler.java 72 Found 'DU'-anomaly for variable 'fromDate' (lines '72'-'103').
75622 src/com/itac/reporthandler/RefuelReportHandler.java 72 Potential violation of Law of Demeter (method chain calls)
75623 src/com/itac/reporthandler/RefuelReportHandler.java 72 Potential violation of Law of Demeter (method chain calls)
75624 src/com/itac/reporthandler/RefuelReportHandler.java 73 Potential violation of Law of Demeter (method chain calls)
75625 src/com/itac/reporthandler/RefuelReportHandler.java 73 Potential violation of Law of Demeter (method chain calls)
75626 src/com/itac/reporthandler/RefuelReportHandler.java 78 Found 'DU'-anomaly for variable 'toDate' (lines '78'-'103').
75627 src/com/itac/reporthandler/RefuelReportHandler.java 80 Found 'DD'-anomaly for variable 'vehicleQuery' (lines '80'-'83').
75628 src/com/itac/reporthandler/RefuelReportHandler.java 80 Found 'DD'-anomaly for variable 'vehicleQuery' (lines '80'-'86').
75629 src/com/itac/reporthandler/RefuelReportHandler.java 81 Avoid if (x != y) ..; else ..;
75630 src/com/itac/reporthandler/RefuelReportHandler.java 91 Avoid using Literals in Conditional Statements
75631 src/com/itac/reporthandler/RefuelReportHandler.java 91 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
75632 src/com/itac/reporthandler/RefuelReportHandler.java 92 Local variable 'vehicle' could be declared final
75633 src/com/itac/reporthandler/RefuelReportHandler.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75634 src/com/itac/reporthandler/RefuelReportHandler.java 99 There is log block not surrounded by if
75635 src/com/itac/reporthandler/RefuelReportHandler.java 106 Avoid really long methods.
75636 src/com/itac/reporthandler/RefuelReportHandler.java 106 Avoid reassigning parameters such as 'fromDate'
75637 src/com/itac/reporthandler/RefuelReportHandler.java 106 Found 'UR'-anomaly for variable 'fueldto' (lines '106'-'205').
75638 src/com/itac/reporthandler/RefuelReportHandler.java 106 Parameter 'vehicle' is not assigned and could be declared final
75639 src/com/itac/reporthandler/RefuelReportHandler.java 106 The method 'getFuelReport' has a Cyclomatic Complexity of 18.
75640 src/com/itac/reporthandler/RefuelReportHandler.java 106 The method getFuelReport() has an NPath complexity of 562
75641 src/com/itac/reporthandler/RefuelReportHandler.java 106 publicMethodCommentRequirement Required
75642 src/com/itac/reporthandler/RefuelReportHandler.java 107 Parameter 'toDate' is not assigned and could be declared final
75643 src/com/itac/reporthandler/RefuelReportHandler.java 108 Found 'DD'-anomaly for variable 'metaList' (lines '108'-'120').
75644 src/com/itac/reporthandler/RefuelReportHandler.java 108 Found 'DU'-anomaly for variable 'metaList' (lines '108'-'222').
75645 src/com/itac/reporthandler/RefuelReportHandler.java 109 Found 'DD'-anomaly for variable 'metaDate' (lines '109'-'122').
75646 src/com/itac/reporthandler/RefuelReportHandler.java 109 Found 'DU'-anomaly for variable 'metaDate' (lines '109'-'222').
75647 src/com/itac/reporthandler/RefuelReportHandler.java 110 Found 'DD'-anomaly for variable 'metaFuelQuery' (lines '110'-'118').
75648 src/com/itac/reporthandler/RefuelReportHandler.java 110 Found 'DU'-anomaly for variable 'metaFuelQuery' (lines '110'-'222').
75649 src/com/itac/reporthandler/RefuelReportHandler.java 111 Found 'DD'-anomaly for variable 'carTypeId' (lines '111'-'182').
75650 src/com/itac/reporthandler/RefuelReportHandler.java 111 Found 'DU'-anomaly for variable 'carTypeId' (lines '111'-'222').
75651 src/com/itac/reporthandler/RefuelReportHandler.java 112 Found 'DD'-anomaly for variable 'tpList' (lines '112'-'185').
75652 src/com/itac/reporthandler/RefuelReportHandler.java 112 Found 'DU'-anomaly for variable 'tpList' (lines '112'-'222').
75653 src/com/itac/reporthandler/RefuelReportHandler.java 113 Found 'DD'-anomaly for variable 'cbList' (lines '113'-'191').
75654 src/com/itac/reporthandler/RefuelReportHandler.java 113 Found 'DU'-anomaly for variable 'cbList' (lines '113'-'222').
75655 src/com/itac/reporthandler/RefuelReportHandler.java 121 Avoid using Literals in Conditional Statements
75656 src/com/itac/reporthandler/RefuelReportHandler.java 121 Avoid using if statements without curly braces
75657 src/com/itac/reporthandler/RefuelReportHandler.java 121 Potential violation of Law of Demeter (object not created locally)
75658 src/com/itac/reporthandler/RefuelReportHandler.java 121 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
75659 src/com/itac/reporthandler/RefuelReportHandler.java 122 Potential violation of Law of Demeter (object not created locally)
75660 src/com/itac/reporthandler/RefuelReportHandler.java 126 Avoid using Literals in Conditional Statements
75661 src/com/itac/reporthandler/RefuelReportHandler.java 126 Potential violation of Law of Demeter (object not created locally)
75662 src/com/itac/reporthandler/RefuelReportHandler.java 128 Avoid using Literals in Conditional Statements
75663 src/com/itac/reporthandler/RefuelReportHandler.java 128 Potential violation of Law of Demeter (object not created locally)
75664 src/com/itac/reporthandler/RefuelReportHandler.java 129 A method should have only one exit point, and that should be the last statement in the method
75665 src/com/itac/reporthandler/RefuelReportHandler.java 135 Found 'DD'-anomaly for variable 'pcktQuery' (lines '135'-'142').
75666 src/com/itac/reporthandler/RefuelReportHandler.java 135 Found 'DD'-anomaly for variable 'pcktQuery' (lines '135'-'147').
75667 src/com/itac/reporthandler/RefuelReportHandler.java 135 Found 'DD'-anomaly for variable 'pcktQuery' (lines '135'-'156').
75668 src/com/itac/reporthandler/RefuelReportHandler.java 135 Found 'DD'-anomaly for variable 'pcktQuery' (lines '135'-'162').
75669 src/com/itac/reporthandler/RefuelReportHandler.java 136 Found 'DD'-anomaly for variable 'vehTypeQuery' (lines '136'-'183').
75670 src/com/itac/reporthandler/RefuelReportHandler.java 136 Found 'DU'-anomaly for variable 'vehTypeQuery' (lines '136'-'222').
75671 src/com/itac/reporthandler/RefuelReportHandler.java 137 Found 'DD'-anomaly for variable 'fuelCalibarQuery' (lines '137'-'189').
75672 src/com/itac/reporthandler/RefuelReportHandler.java 137 Found 'DU'-anomaly for variable 'fuelCalibarQuery' (lines '137'-'222').
75673 src/com/itac/reporthandler/RefuelReportHandler.java 139 Avoid using Literals in Conditional Statements
75674 src/com/itac/reporthandler/RefuelReportHandler.java 140 Local variable 'paramid' could be declared final
75675 src/com/itac/reporthandler/RefuelReportHandler.java 154 Local variable 'paramlist' could be declared final
75676 src/com/itac/reporthandler/RefuelReportHandler.java 155 Potential violation of Law of Demeter (object not created locally)
75677 src/com/itac/reporthandler/RefuelReportHandler.java 155 Potential violation of Law of Demeter (object not created locally)
75678 src/com/itac/reporthandler/RefuelReportHandler.java 165 Potential violation of Law of Demeter (object not created locally)
75679 src/com/itac/reporthandler/RefuelReportHandler.java 166 Potential violation of Law of Demeter (object not created locally)
75680 src/com/itac/reporthandler/RefuelReportHandler.java 172 Local variable 'tripsList' could be declared final
75681 src/com/itac/reporthandler/RefuelReportHandler.java 173 Potential violation of Law of Demeter (object not created locally)
75682 src/com/itac/reporthandler/RefuelReportHandler.java 174 Local variable 'row' could be declared final
75683 src/com/itac/reporthandler/RefuelReportHandler.java 174 Potential violation of Law of Demeter (object not created locally)
75684 src/com/itac/reporthandler/RefuelReportHandler.java 175 Avoid instantiating new objects inside loops
75685 src/com/itac/reporthandler/RefuelReportHandler.java 175 Local variable 'fuelObj' could be declared final
75686 src/com/itac/reporthandler/RefuelReportHandler.java 181 Avoid using Literals in Conditional Statements
75687 src/com/itac/reporthandler/RefuelReportHandler.java 181 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
75688 src/com/itac/reporthandler/RefuelReportHandler.java 187 Avoid using Literals in Conditional Statements
75689 src/com/itac/reporthandler/RefuelReportHandler.java 187 Potential violation of Law of Demeter (object not created locally)
75690 src/com/itac/reporthandler/RefuelReportHandler.java 187 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
75691 src/com/itac/reporthandler/RefuelReportHandler.java 188 Local variable 'vehicleType' could be declared final
75692 src/com/itac/reporthandler/RefuelReportHandler.java 188 Potential violation of Law of Demeter (object not created locally)
75693 src/com/itac/reporthandler/RefuelReportHandler.java 190 Potential violation of Law of Demeter (object not created locally)
75694 src/com/itac/reporthandler/RefuelReportHandler.java 194 Avoid using Literals in Conditional Statements
75695 src/com/itac/reporthandler/RefuelReportHandler.java 194 Potential violation of Law of Demeter (object not created locally)
75696 src/com/itac/reporthandler/RefuelReportHandler.java 194 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
75697 src/com/itac/reporthandler/RefuelReportHandler.java 195 Local variable 'fuelObj' could be declared final
75698 src/com/itac/reporthandler/RefuelReportHandler.java 196 Potential violation of Law of Demeter (object not created locally)
75699 src/com/itac/reporthandler/RefuelReportHandler.java 197 Potential violation of Law of Demeter (object not created locally)
75700 src/com/itac/reporthandler/RefuelReportHandler.java 198 Potential violation of Law of Demeter (object not created locally)
75701 src/com/itac/reporthandler/RefuelReportHandler.java 199 Potential violation of Law of Demeter (method chain calls)
75702 src/com/itac/reporthandler/RefuelReportHandler.java 199 Potential violation of Law of Demeter (method chain calls)
75703 src/com/itac/reporthandler/RefuelReportHandler.java 199 Potential violation of Law of Demeter (method chain calls)
75704 src/com/itac/reporthandler/RefuelReportHandler.java 199 Potential violation of Law of Demeter (method chain calls)
75705 src/com/itac/reporthandler/RefuelReportHandler.java 199 Potential violation of Law of Demeter (object not created locally)
75706 src/com/itac/reporthandler/RefuelReportHandler.java 202 Consider replacing this Hashtable with the newer java.util.Map
75707 src/com/itac/reporthandler/RefuelReportHandler.java 202 Local variable 'tblPackts' could be declared final
75708 src/com/itac/reporthandler/RefuelReportHandler.java 203 Local variable 'fueldto' could be declared final
75709 src/com/itac/reporthandler/RefuelReportHandler.java 205 Avoid using if statements without curly braces
75710 src/com/itac/reporthandler/RefuelReportHandler.java 205 Potential violation of Law of Demeter (method chain calls)
75711 src/com/itac/reporthandler/RefuelReportHandler.java 205 Potential violation of Law of Demeter (method chain calls)
75712 src/com/itac/reporthandler/RefuelReportHandler.java 205 Potential violation of Law of Demeter (object not created locally)
75713 src/com/itac/reporthandler/RefuelReportHandler.java 205 Potential violation of Law of Demeter (object not created locally)
75714 src/com/itac/reporthandler/RefuelReportHandler.java 205 Potential violation of Law of Demeter (object not created locally)
75715 src/com/itac/reporthandler/RefuelReportHandler.java 205 Potential violation of Law of Demeter (object not created locally)
75716 src/com/itac/reporthandler/RefuelReportHandler.java 205 Potential violation of Law of Demeter (object not created locally)
75717 src/com/itac/reporthandler/RefuelReportHandler.java 206 Potential violation of Law of Demeter (object not created locally)
75718 src/com/itac/reporthandler/RefuelReportHandler.java 206 Potential violation of Law of Demeter (object not created locally)
75719 src/com/itac/reporthandler/RefuelReportHandler.java 219 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75720 src/com/itac/reporthandler/RefuelReportHandler.java 220 There is log block not surrounded by if
75721 src/com/itac/reporthandler/RefuelReportHandler.java 225 Avoid really long methods.
75722 src/com/itac/reporthandler/RefuelReportHandler.java 225 Avoid using implementation types like 'Hashtable'; use the interface instead
75723 src/com/itac/reporthandler/RefuelReportHandler.java 225 Consider replacing this Hashtable with the newer java.util.Map
75724 src/com/itac/reporthandler/RefuelReportHandler.java 225 Parameter 'objects' is not assigned and could be declared final
75725 src/com/itac/reporthandler/RefuelReportHandler.java 225 The method 'voltageFilter' has a Cyclomatic Complexity of 27.
75726 src/com/itac/reporthandler/RefuelReportHandler.java 225 The method voltageFilter() has an NPath complexity of 13500
75727 src/com/itac/reporthandler/RefuelReportHandler.java 226 Parameter 'calib' is not assigned and could be declared final
75728 src/com/itac/reporthandler/RefuelReportHandler.java 226 Parameter 'fuelObj' is not assigned and could be declared final
75729 src/com/itac/reporthandler/RefuelReportHandler.java 226 Parameter 'vehicle' is not assigned and could be declared final
75730 src/com/itac/reporthandler/RefuelReportHandler.java 228 Found 'DD'-anomaly for variable 'key' (lines '228'-'248').
75731 src/com/itac/reporthandler/RefuelReportHandler.java 228 Found 'DD'-anomaly for variable 'key1' (lines '228'-'274').
75732 src/com/itac/reporthandler/RefuelReportHandler.java 228 Use one line for each declaration, it enhances code readability.
75733 src/com/itac/reporthandler/RefuelReportHandler.java 229 Local variable 'voltage' could be declared final
75734 src/com/itac/reporthandler/RefuelReportHandler.java 230 Local variable 'timetracker' could be declared final
75735 src/com/itac/reporthandler/RefuelReportHandler.java 231 Local variable 'fuelReportList' could be declared final
75736 src/com/itac/reporthandler/RefuelReportHandler.java 233 Found 'DD'-anomaly for variable 'volt' (lines '233'-'265').
75737 src/com/itac/reporthandler/RefuelReportHandler.java 234 Found 'DD'-anomaly for variable 'ignition_on' (lines '234'-'264').
75738 src/com/itac/reporthandler/RefuelReportHandler.java 234 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ignition_on' is not final.
75739 src/com/itac/reporthandler/RefuelReportHandler.java 234 Use one line for each declaration, it enhances code readability.
75740 src/com/itac/reporthandler/RefuelReportHandler.java 236 Local variable 'set' could be declared final
75741 src/com/itac/reporthandler/RefuelReportHandler.java 238 Local variable 'iter' could be declared final
75742 src/com/itac/reporthandler/RefuelReportHandler.java 238 Potential violation of Law of Demeter (object not created locally)
75743 src/com/itac/reporthandler/RefuelReportHandler.java 239 Found 'DD'-anomaly for variable 'tempor' (lines '239'-'241').
75744 src/com/itac/reporthandler/RefuelReportHandler.java 239 Potential violation of Law of Demeter (object not created locally)
75745 src/com/itac/reporthandler/RefuelReportHandler.java 241 Found 'DD'-anomaly for variable 'tempor' (lines '241'-'241').
75746 src/com/itac/reporthandler/RefuelReportHandler.java 242 Found 'DD'-anomaly for variable 'count' (lines '242'-'247').
75747 src/com/itac/reporthandler/RefuelReportHandler.java 250 Avoid using Literals in Conditional Statements
75748 src/com/itac/reporthandler/RefuelReportHandler.java 251 Potential violation of Law of Demeter (method chain calls)
75749 src/com/itac/reporthandler/RefuelReportHandler.java 252 Potential violation of Law of Demeter (method chain calls)
75750 src/com/itac/reporthandler/RefuelReportHandler.java 256 Avoid using Literals in Conditional Statements
75751 src/com/itac/reporthandler/RefuelReportHandler.java 257 Potential violation of Law of Demeter (method chain calls)
75752 src/com/itac/reporthandler/RefuelReportHandler.java 257 These nested if statements could be combined
75753 src/com/itac/reporthandler/RefuelReportHandler.java 258 Potential violation of Law of Demeter (method chain calls)
75754 src/com/itac/reporthandler/RefuelReportHandler.java 264 Found 'DD'-anomaly for variable 'ignition_on' (lines '264'-'292').
75755 src/com/itac/reporthandler/RefuelReportHandler.java 265 Potential violation of Law of Demeter (method chain calls)
75756 src/com/itac/reporthandler/RefuelReportHandler.java 266 Avoid using Literals in Conditional Statements
75757 src/com/itac/reporthandler/RefuelReportHandler.java 267 Potential violation of Law of Demeter (object not created locally)
75758 src/com/itac/reporthandler/RefuelReportHandler.java 268 Potential violation of Law of Demeter (object not created locally)
75759 src/com/itac/reporthandler/RefuelReportHandler.java 270 Avoid using a branching statement as the last in a loop.
75760 src/com/itac/reporthandler/RefuelReportHandler.java 276 Avoid using Literals in Conditional Statements
75761 src/com/itac/reporthandler/RefuelReportHandler.java 277 Potential violation of Law of Demeter (method chain calls)
75762 src/com/itac/reporthandler/RefuelReportHandler.java 278 Potential violation of Law of Demeter (method chain calls)
75763 src/com/itac/reporthandler/RefuelReportHandler.java 282 Avoid using Literals in Conditional Statements
75764 src/com/itac/reporthandler/RefuelReportHandler.java 283 Potential violation of Law of Demeter (method chain calls)
75765 src/com/itac/reporthandler/RefuelReportHandler.java 283 These nested if statements could be combined
75766 src/com/itac/reporthandler/RefuelReportHandler.java 284 Potential violation of Law of Demeter (method chain calls)
75767 src/com/itac/reporthandler/RefuelReportHandler.java 289 Avoid using Literals in Conditional Statements
75768 src/com/itac/reporthandler/RefuelReportHandler.java 289 Potential violation of Law of Demeter (object not created locally)
75769 src/com/itac/reporthandler/RefuelReportHandler.java 289 Potential violation of Law of Demeter (object not created locally)
75770 src/com/itac/reporthandler/RefuelReportHandler.java 289 Potential violation of Law of Demeter (object not created locally)
75771 src/com/itac/reporthandler/RefuelReportHandler.java 290 Useless parentheses.
75772 src/com/itac/reporthandler/RefuelReportHandler.java 291 Found 'DD'-anomaly for variable 'key1' (lines '291'-'274').
75773 src/com/itac/reporthandler/RefuelReportHandler.java 291 Found 'DU'-anomaly for variable 'key1' (lines '291'-'359').
75774 src/com/itac/reporthandler/RefuelReportHandler.java 296 Avoid using Literals in Conditional Statements
75775 src/com/itac/reporthandler/RefuelReportHandler.java 297 Potential violation of Law of Demeter (object not created locally)
75776 src/com/itac/reporthandler/RefuelReportHandler.java 298 Potential violation of Law of Demeter (object not created locally)
75777 src/com/itac/reporthandler/RefuelReportHandler.java 309 Potential violation of Law of Demeter (object not created locally)
75778 src/com/itac/reporthandler/RefuelReportHandler.java 309 Useless parentheses.
75779 src/com/itac/reporthandler/RefuelReportHandler.java 310 Potential violation of Law of Demeter (method chain calls)
75780 src/com/itac/reporthandler/RefuelReportHandler.java 310 Potential violation of Law of Demeter (object not created locally)
75781 src/com/itac/reporthandler/RefuelReportHandler.java 310 Potential violation of Law of Demeter (object not created locally)
75782 src/com/itac/reporthandler/RefuelReportHandler.java 310 Useless parentheses.
75783 src/com/itac/reporthandler/RefuelReportHandler.java 311 Avoid using Literals in Conditional Statements
75784 src/com/itac/reporthandler/RefuelReportHandler.java 311 These nested if statements could be combined
75785 src/com/itac/reporthandler/RefuelReportHandler.java 312 Potential violation of Law of Demeter (object not created locally)
75786 src/com/itac/reporthandler/RefuelReportHandler.java 313 Potential violation of Law of Demeter (object not created locally)
75787 src/com/itac/reporthandler/RefuelReportHandler.java 320 Found 'DD'-anomaly for variable 'rangevalues' (lines '320'-'331').
75788 src/com/itac/reporthandler/RefuelReportHandler.java 320 Found 'DU'-anomaly for variable 'rangevalues' (lines '320'-'359').
75789 src/com/itac/reporthandler/RefuelReportHandler.java 322 Local variable 'litres' could be declared final
75790 src/com/itac/reporthandler/RefuelReportHandler.java 325 Potential violation of Law of Demeter (object not created locally)
75791 src/com/itac/reporthandler/RefuelReportHandler.java 326 Found 'DU'-anomaly for variable 'iterObj' (lines '326'-'359').
75792 src/com/itac/reporthandler/RefuelReportHandler.java 326 Local variable 'iterObj' could be declared final
75793 src/com/itac/reporthandler/RefuelReportHandler.java 326 Potential violation of Law of Demeter (object not created locally)
75794 src/com/itac/reporthandler/RefuelReportHandler.java 333 Avoid using Literals in Conditional Statements
75795 src/com/itac/reporthandler/RefuelReportHandler.java 334 Avoid using if...else statements without curly braces
75796 src/com/itac/reporthandler/RefuelReportHandler.java 334 Potential violation of Law of Demeter (method chain calls)
75797 src/com/itac/reporthandler/RefuelReportHandler.java 334 Potential violation of Law of Demeter (method chain calls)
75798 src/com/itac/reporthandler/RefuelReportHandler.java 334 Potential violation of Law of Demeter (method chain calls)
75799 src/com/itac/reporthandler/RefuelReportHandler.java 334 Potential violation of Law of Demeter (method chain calls)
75800 src/com/itac/reporthandler/RefuelReportHandler.java 334 Potential violation of Law of Demeter (method chain calls)
75801 src/com/itac/reporthandler/RefuelReportHandler.java 334 Potential violation of Law of Demeter (method chain calls)
75802 src/com/itac/reporthandler/RefuelReportHandler.java 334 Potential violation of Law of Demeter (object not created locally)
75803 src/com/itac/reporthandler/RefuelReportHandler.java 334 Useless parentheses.
75804 src/com/itac/reporthandler/RefuelReportHandler.java 337 Avoid using if...else statements without curly braces
75805 src/com/itac/reporthandler/RefuelReportHandler.java 337 Potential violation of Law of Demeter (method chain calls)
75806 src/com/itac/reporthandler/RefuelReportHandler.java 337 Potential violation of Law of Demeter (method chain calls)
75807 src/com/itac/reporthandler/RefuelReportHandler.java 337 Potential violation of Law of Demeter (method chain calls)
75808 src/com/itac/reporthandler/RefuelReportHandler.java 337 Potential violation of Law of Demeter (method chain calls)
75809 src/com/itac/reporthandler/RefuelReportHandler.java 337 Potential violation of Law of Demeter (method chain calls)
75810 src/com/itac/reporthandler/RefuelReportHandler.java 337 Potential violation of Law of Demeter (method chain calls)
75811 src/com/itac/reporthandler/RefuelReportHandler.java 337 Potential violation of Law of Demeter (object not created locally)
75812 src/com/itac/reporthandler/RefuelReportHandler.java 337 Useless parentheses.
75813 src/com/itac/reporthandler/RefuelReportHandler.java 337 Useless parentheses.
75814 src/com/itac/reporthandler/RefuelReportHandler.java 340 Potential violation of Law of Demeter (object not created locally)
75815 src/com/itac/reporthandler/RefuelReportHandler.java 343 Local variable 'date' could be declared final
75816 src/com/itac/reporthandler/RefuelReportHandler.java 344 Local variable 'fuelContent' could be declared final
75817 src/com/itac/reporthandler/RefuelReportHandler.java 345 Avoid instantiating new objects inside loops
75818 src/com/itac/reporthandler/RefuelReportHandler.java 345 Local variable 'rangeVO' could be declared final
75819 src/com/itac/reporthandler/RefuelReportHandler.java 347 Potential violation of Law of Demeter (object not created locally)
75820 src/com/itac/reporthandler/RefuelReportHandler.java 351 Avoid instantiating new objects inside loops
75821 src/com/itac/reporthandler/RefuelReportHandler.java 351 Local variable 'fuelReport' could be declared final
75822 src/com/itac/reporthandler/RefuelReportHandler.java 351 Potential violation of Law of Demeter (method chain calls)
75823 src/com/itac/reporthandler/RefuelReportHandler.java 353 Potential violation of Law of Demeter (object not created locally)
75824 src/com/itac/reporthandler/RefuelReportHandler.java 361 Avoid long parameter lists.
75825 src/com/itac/reporthandler/RefuelReportHandler.java 361 Avoid reassigning parameters such as 'volt'
75826 src/com/itac/reporthandler/RefuelReportHandler.java 361 Avoid reassigning parameters such as 'volt'
75827 src/com/itac/reporthandler/RefuelReportHandler.java 361 Avoid reassigning parameters such as 'volt'
75828 src/com/itac/reporthandler/RefuelReportHandler.java 361 Avoid reassigning parameters such as 'volt'
75829 src/com/itac/reporthandler/RefuelReportHandler.java 361 Parameter 'key' is not assigned and could be declared final
75830 src/com/itac/reporthandler/RefuelReportHandler.java 361 Parameter 'packet' is not assigned and could be declared final
75831 src/com/itac/reporthandler/RefuelReportHandler.java 362 Avoid using implementation types like 'Hashtable'; use the interface instead
75832 src/com/itac/reporthandler/RefuelReportHandler.java 362 Consider replacing this Hashtable with the newer java.util.Map
75833 src/com/itac/reporthandler/RefuelReportHandler.java 362 Parameter 'calib' is not assigned and could be declared final
75834 src/com/itac/reporthandler/RefuelReportHandler.java 362 Parameter 'objects' is not assigned and could be declared final
75835 src/com/itac/reporthandler/RefuelReportHandler.java 363 Avoid using implementation types like 'ArrayList'; use the interface instead
75836 src/com/itac/reporthandler/RefuelReportHandler.java 363 Parameter 'tempor' is not assigned and could be declared final
75837 src/com/itac/reporthandler/RefuelReportHandler.java 363 Parameter 'voltage' is not assigned and could be declared final
75838 src/com/itac/reporthandler/RefuelReportHandler.java 364 Avoid using implementation types like 'ArrayList'; use the interface instead
75839 src/com/itac/reporthandler/RefuelReportHandler.java 364 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ignition_on' is not final.
75840 src/com/itac/reporthandler/RefuelReportHandler.java 364 Parameter 'ignition_on' is not assigned and could be declared final
75841 src/com/itac/reporthandler/RefuelReportHandler.java 364 Parameter 'timetracker' is not assigned and could be declared final
75842 src/com/itac/reporthandler/RefuelReportHandler.java 364 Parameter 'vehicle' is not assigned and could be declared final
75843 src/com/itac/reporthandler/RefuelReportHandler.java 367 Found 'DD'-anomaly for variable 'rangevalues' (lines '367'-'370').
75844 src/com/itac/reporthandler/RefuelReportHandler.java 370 Found 'DU'-anomaly for variable 'rangevalues' (lines '370'-'403').
75845 src/com/itac/reporthandler/RefuelReportHandler.java 373 Avoid using Literals in Conditional Statements
75846 src/com/itac/reporthandler/RefuelReportHandler.java 375 Useless parentheses.
75847 src/com/itac/reporthandler/RefuelReportHandler.java 375 Useless parentheses.
75848 src/com/itac/reporthandler/RefuelReportHandler.java 378 A method should have only one exit point, and that should be the last statement in the method
75849 src/com/itac/reporthandler/RefuelReportHandler.java 382 Useless parentheses.
75850 src/com/itac/reporthandler/RefuelReportHandler.java 385 A method should have only one exit point, and that should be the last statement in the method
75851 src/com/itac/reporthandler/RefuelReportHandler.java 387 Avoid using Literals in Conditional Statements
75852 src/com/itac/reporthandler/RefuelReportHandler.java 389 Useless parentheses.
75853 src/com/itac/reporthandler/RefuelReportHandler.java 390 Useless parentheses.
75854 src/com/itac/reporthandler/RefuelReportHandler.java 392 A method should have only one exit point, and that should be the last statement in the method
75855 src/com/itac/reporthandler/RefuelReportHandler.java 394 Useless parentheses.
75856 src/com/itac/reporthandler/RefuelReportHandler.java 396 Useless parentheses.
75857 src/com/itac/reporthandler/RefuelReportHandler.java 399 A method should have only one exit point, and that should be the last statement in the method
75858 src/com/itac/reporthandler/RefuelReportHandler.java 405 Avoid long parameter lists.
75859 src/com/itac/reporthandler/RefuelReportHandler.java 405 Avoid reassigning parameters such as 'volt'
75860 src/com/itac/reporthandler/RefuelReportHandler.java 405 Avoid reassigning parameters such as 'volt'
75861 src/com/itac/reporthandler/RefuelReportHandler.java 405 Parameter 'key' is not assigned and could be declared final
75862 src/com/itac/reporthandler/RefuelReportHandler.java 405 Parameter 'packet' is not assigned and could be declared final
75863 src/com/itac/reporthandler/RefuelReportHandler.java 406 Avoid using implementation types like 'Hashtable'; use the interface instead
75864 src/com/itac/reporthandler/RefuelReportHandler.java 406 Consider replacing this Hashtable with the newer java.util.Map
75865 src/com/itac/reporthandler/RefuelReportHandler.java 406 Parameter 'calib' is not assigned and could be declared final
75866 src/com/itac/reporthandler/RefuelReportHandler.java 406 Parameter 'objects' is not assigned and could be declared final
75867 src/com/itac/reporthandler/RefuelReportHandler.java 407 Avoid using implementation types like 'ArrayList'; use the interface instead
75868 src/com/itac/reporthandler/RefuelReportHandler.java 407 Parameter 'tempor' is not assigned and could be declared final
75869 src/com/itac/reporthandler/RefuelReportHandler.java 407 Parameter 'voltage' is not assigned and could be declared final
75870 src/com/itac/reporthandler/RefuelReportHandler.java 408 Avoid using implementation types like 'ArrayList'; use the interface instead
75871 src/com/itac/reporthandler/RefuelReportHandler.java 408 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ignition_on' is not final.
75872 src/com/itac/reporthandler/RefuelReportHandler.java 408 Parameter 'ignition_on' is not assigned and could be declared final
75873 src/com/itac/reporthandler/RefuelReportHandler.java 408 Parameter 'timetracker' is not assigned and could be declared final
75874 src/com/itac/reporthandler/RefuelReportHandler.java 408 Parameter 'vehicle' is not assigned and could be declared final
75875 src/com/itac/reporthandler/RefuelReportHandler.java 411 Found 'DD'-anomaly for variable 'rangevalues' (lines '411'-'414').
75876 src/com/itac/reporthandler/RefuelReportHandler.java 414 Found 'DU'-anomaly for variable 'rangevalues' (lines '414'-'437').
75877 src/com/itac/reporthandler/RefuelReportHandler.java 417 Avoid using Literals in Conditional Statements
75878 src/com/itac/reporthandler/RefuelReportHandler.java 420 Useless parentheses.
75879 src/com/itac/reporthandler/RefuelReportHandler.java 423 A method should have only one exit point, and that should be the last statement in the method
75880 src/com/itac/reporthandler/RefuelReportHandler.java 425 A method should have only one exit point, and that should be the last statement in the method
75881 src/com/itac/reporthandler/RefuelReportHandler.java 425 Avoid using if...else statements without curly braces
75882 src/com/itac/reporthandler/RefuelReportHandler.java 426 Avoid using Literals in Conditional Statements
75883 src/com/itac/reporthandler/RefuelReportHandler.java 429 Useless parentheses.
75884 src/com/itac/reporthandler/RefuelReportHandler.java 432 A method should have only one exit point, and that should be the last statement in the method
75885 src/com/itac/reporthandler/RefuelReportHandler.java 434 A method should have only one exit point, and that should be the last statement in the method
75886 src/com/itac/reporthandler/RefuelReportHandler.java 434 Avoid using if...else statements without curly braces
75887 src/com/itac/reporthandler/RefuelReportHandler.java 436 Avoid using if...else statements without curly braces
75888 src/com/itac/reporthandler/RefuelReportHandler.java 439 Avoid long parameter lists.
75889 src/com/itac/reporthandler/RefuelReportHandler.java 439 Avoid reassigning parameters such as 'volt'
75890 src/com/itac/reporthandler/RefuelReportHandler.java 439 Avoid reassigning parameters such as 'volt'
75891 src/com/itac/reporthandler/RefuelReportHandler.java 439 Avoid reassigning parameters such as 'volt'
75892 src/com/itac/reporthandler/RefuelReportHandler.java 439 Avoid reassigning parameters such as 'volt'
75893 src/com/itac/reporthandler/RefuelReportHandler.java 439 Parameter 'key' is not assigned and could be declared final
75894 src/com/itac/reporthandler/RefuelReportHandler.java 439 Parameter 'packet' is not assigned and could be declared final
75895 src/com/itac/reporthandler/RefuelReportHandler.java 439 The method 'calldistcalc' has a Cyclomatic Complexity of 17.
75896 src/com/itac/reporthandler/RefuelReportHandler.java 439 The method calldistcalc() has an NPath complexity of 480
75897 src/com/itac/reporthandler/RefuelReportHandler.java 440 Avoid using implementation types like 'Hashtable'; use the interface instead
75898 src/com/itac/reporthandler/RefuelReportHandler.java 440 Consider replacing this Hashtable with the newer java.util.Map
75899 src/com/itac/reporthandler/RefuelReportHandler.java 440 Parameter 'objects' is not assigned and could be declared final
75900 src/com/itac/reporthandler/RefuelReportHandler.java 440 Parameter 'tempor' is not assigned and could be declared final
75901 src/com/itac/reporthandler/RefuelReportHandler.java 441 Avoid using implementation types like 'ArrayList'; use the interface instead
75902 src/com/itac/reporthandler/RefuelReportHandler.java 441 Parameter 'rangevalues' is not assigned and could be declared final
75903 src/com/itac/reporthandler/RefuelReportHandler.java 441 Parameter 'timetracker' is not assigned and could be declared final
75904 src/com/itac/reporthandler/RefuelReportHandler.java 442 Avoid using implementation types like 'ArrayList'; use the interface instead
75905 src/com/itac/reporthandler/RefuelReportHandler.java 442 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ignition_on' is not final.
75906 src/com/itac/reporthandler/RefuelReportHandler.java 442 Parameter 'ignition_on' is not assigned and could be declared final
75907 src/com/itac/reporthandler/RefuelReportHandler.java 442 Parameter 'type' is not assigned and could be declared final
75908 src/com/itac/reporthandler/RefuelReportHandler.java 442 Parameter 'voltage' is not assigned and could be declared final
75909 src/com/itac/reporthandler/RefuelReportHandler.java 444 Found 'DD'-anomaly for variable 'time' (lines '444'-'454').
75910 src/com/itac/reporthandler/RefuelReportHandler.java 444 Found 'DD'-anomaly for variable 'time' (lines '444'-'475').
75911 src/com/itac/reporthandler/RefuelReportHandler.java 444 Found 'DD'-anomaly for variable 'time1' (lines '444'-'471').
75912 src/com/itac/reporthandler/RefuelReportHandler.java 444 Found 'DU'-anomaly for variable 'time' (lines '444'-'512').
75913 src/com/itac/reporthandler/RefuelReportHandler.java 444 Found 'DU'-anomaly for variable 'time1' (lines '444'-'512').
75914 src/com/itac/reporthandler/RefuelReportHandler.java 444 Use one line for each declaration, it enhances code readability.
75915 src/com/itac/reporthandler/RefuelReportHandler.java 445 Found 'DD'-anomaly for variable 'srclat' (lines '445'-'455').
75916 src/com/itac/reporthandler/RefuelReportHandler.java 445 Found 'DD'-anomaly for variable 'srclong' (lines '445'-'456').
75917 src/com/itac/reporthandler/RefuelReportHandler.java 445 Use one line for each declaration, it enhances code readability.
75918 src/com/itac/reporthandler/RefuelReportHandler.java 446 Found 'DD'-anomaly for variable 'dist' (lines '446'-'472').
75919 src/com/itac/reporthandler/RefuelReportHandler.java 446 Found 'DD'-anomaly for variable 'dist' (lines '446'-'479').
75920 src/com/itac/reporthandler/RefuelReportHandler.java 446 Found 'DU'-anomaly for variable 'dist' (lines '446'-'512').
75921 src/com/itac/reporthandler/RefuelReportHandler.java 446 Use one line for each declaration, it enhances code readability.
75922 src/com/itac/reporthandler/RefuelReportHandler.java 447 Avoid variables with short names like i
75923 src/com/itac/reporthandler/RefuelReportHandler.java 447 Avoid variables with short names like j
75924 src/com/itac/reporthandler/RefuelReportHandler.java 447 Use one line for each declaration, it enhances code readability.
75925 src/com/itac/reporthandler/RefuelReportHandler.java 449 Found 'DU'-anomaly for variable 'temp' (lines '449'-'512').
75926 src/com/itac/reporthandler/RefuelReportHandler.java 449 Local variable 'temp' could be declared final
75927 src/com/itac/reporthandler/RefuelReportHandler.java 451 Useless parentheses.
75928 src/com/itac/reporthandler/RefuelReportHandler.java 452 Avoid using Literals in Conditional Statements
75929 src/com/itac/reporthandler/RefuelReportHandler.java 453 Potential violation of Law of Demeter (method chain calls)
75930 src/com/itac/reporthandler/RefuelReportHandler.java 453 These nested if statements could be combined
75931 src/com/itac/reporthandler/RefuelReportHandler.java 455 Potential violation of Law of Demeter (method chain calls)
75932 src/com/itac/reporthandler/RefuelReportHandler.java 456 Potential violation of Law of Demeter (method chain calls)
75933 src/com/itac/reporthandler/RefuelReportHandler.java 462 Potential violation of Law of Demeter (method chain calls)
75934 src/com/itac/reporthandler/RefuelReportHandler.java 463 Potential violation of Law of Demeter (method chain calls)
75935 src/com/itac/reporthandler/RefuelReportHandler.java 467 Potential violation of Law of Demeter (object not created locally)
75936 src/com/itac/reporthandler/RefuelReportHandler.java 469 Avoid assignments in operands
75937 src/com/itac/reporthandler/RefuelReportHandler.java 469 Potential violation of Law of Demeter (method chain calls)
75938 src/com/itac/reporthandler/RefuelReportHandler.java 469 Potential violation of Law of Demeter (method chain calls)
75939 src/com/itac/reporthandler/RefuelReportHandler.java 469 Potential violation of Law of Demeter (object not created locally)
75940 src/com/itac/reporthandler/RefuelReportHandler.java 469 Potential violation of Law of Demeter (object not created locally)
75941 src/com/itac/reporthandler/RefuelReportHandler.java 469 Potential violation of Law of Demeter (object not created locally)
75942 src/com/itac/reporthandler/RefuelReportHandler.java 469 Useless parentheses.
75943 src/com/itac/reporthandler/RefuelReportHandler.java 470 Potential violation of Law of Demeter (object not created locally)
75944 src/com/itac/reporthandler/RefuelReportHandler.java 470 Useless parentheses.
75945 src/com/itac/reporthandler/RefuelReportHandler.java 471 Potential violation of Law of Demeter (object not created locally)
75946 src/com/itac/reporthandler/RefuelReportHandler.java 472 Potential violation of Law of Demeter (method chain calls)
75947 src/com/itac/reporthandler/RefuelReportHandler.java 472 Potential violation of Law of Demeter (method chain calls)
75948 src/com/itac/reporthandler/RefuelReportHandler.java 472 Potential violation of Law of Demeter (method chain calls)
75949 src/com/itac/reporthandler/RefuelReportHandler.java 473 Potential violation of Law of Demeter (method chain calls)
75950 src/com/itac/reporthandler/RefuelReportHandler.java 476 Potential violation of Law of Demeter (method chain calls)
75951 src/com/itac/reporthandler/RefuelReportHandler.java 477 Potential violation of Law of Demeter (method chain calls)
75952 src/com/itac/reporthandler/RefuelReportHandler.java 484 Avoid using Literals in Conditional Statements
75953 src/com/itac/reporthandler/RefuelReportHandler.java 485 Useless parentheses.
75954 src/com/itac/reporthandler/RefuelReportHandler.java 485 Useless parentheses.
75955 src/com/itac/reporthandler/RefuelReportHandler.java 485 Useless parentheses.
75956 src/com/itac/reporthandler/RefuelReportHandler.java 487 A method should have only one exit point, and that should be the last statement in the method
75957 src/com/itac/reporthandler/RefuelReportHandler.java 488 Useless parentheses.
75958 src/com/itac/reporthandler/RefuelReportHandler.java 488 Useless parentheses.
75959 src/com/itac/reporthandler/RefuelReportHandler.java 488 Useless parentheses.
75960 src/com/itac/reporthandler/RefuelReportHandler.java 488 Useless parentheses.
75961 src/com/itac/reporthandler/RefuelReportHandler.java 489 Useless parentheses.
75962 src/com/itac/reporthandler/RefuelReportHandler.java 489 Useless parentheses.
75963 src/com/itac/reporthandler/RefuelReportHandler.java 489 Useless parentheses.
75964 src/com/itac/reporthandler/RefuelReportHandler.java 490 Useless parentheses.
75965 src/com/itac/reporthandler/RefuelReportHandler.java 493 A method should have only one exit point, and that should be the last statement in the method
75966 src/com/itac/reporthandler/RefuelReportHandler.java 495 A method should have only one exit point, and that should be the last statement in the method
75967 src/com/itac/reporthandler/RefuelReportHandler.java 499 Useless parentheses.
75968 src/com/itac/reporthandler/RefuelReportHandler.java 499 Useless parentheses.
75969 src/com/itac/reporthandler/RefuelReportHandler.java 501 A method should have only one exit point, and that should be the last statement in the method
75970 src/com/itac/reporthandler/RefuelReportHandler.java 502 Useless parentheses.
75971 src/com/itac/reporthandler/RefuelReportHandler.java 502 Useless parentheses.
75972 src/com/itac/reporthandler/RefuelReportHandler.java 502 Useless parentheses.
75973 src/com/itac/reporthandler/RefuelReportHandler.java 502 Useless parentheses.
75974 src/com/itac/reporthandler/RefuelReportHandler.java 502 Useless parentheses.
75975 src/com/itac/reporthandler/RefuelReportHandler.java 503 Useless parentheses.
75976 src/com/itac/reporthandler/RefuelReportHandler.java 503 Useless parentheses.
75977 src/com/itac/reporthandler/RefuelReportHandler.java 504 Useless parentheses.
75978 src/com/itac/reporthandler/RefuelReportHandler.java 507 A method should have only one exit point, and that should be the last statement in the method
75979 src/com/itac/reporthandler/RefuelReportHandler.java 514 Parameter 'slat' is not assigned and could be declared final
75980 src/com/itac/reporthandler/RefuelReportHandler.java 514 Parameter 'slong' is not assigned and could be declared final
75981 src/com/itac/reporthandler/RefuelReportHandler.java 515 Parameter 'destlat' is not assigned and could be declared final
75982 src/com/itac/reporthandler/RefuelReportHandler.java 515 Parameter 'destlong' is not assigned and could be declared final
75983 src/com/itac/reporthandler/RefuelReportHandler.java 516 Local variable 'earthRadius' could be declared final
75984 src/com/itac/reporthandler/RefuelReportHandler.java 517 Local variable 'dLat' could be declared final
75985 src/com/itac/reporthandler/RefuelReportHandler.java 518 Local variable 'dLng' could be declared final
75986 src/com/itac/reporthandler/RefuelReportHandler.java 519 Avoid variables with short names like a
75987 src/com/itac/reporthandler/RefuelReportHandler.java 519 Local variable 'a' could be declared final
75988 src/com/itac/reporthandler/RefuelReportHandler.java 519 Useless parentheses.
75989 src/com/itac/reporthandler/RefuelReportHandler.java 523 Avoid variables with short names like c
75990 src/com/itac/reporthandler/RefuelReportHandler.java 523 Local variable 'c' could be declared final
75991 src/com/itac/reporthandler/RefuelReportHandler.java 523 Useless parentheses.
75992 src/com/itac/reporthandler/RefuelReportHandler.java 524 Local variable 'dist' could be declared final
75993 src/com/itac/reporthandler/RefuelReportHandler.java 524 Useless parentheses.
75994 src/com/itac/reporthandler/RefuelReportHandler.java 525 Consider simply returning the value vs storing it in local variable 'dist'
75995 src/com/itac/reporthandler/RefuelReportHandler.java 528 Parameter 'cbList' is not assigned and could be declared final
75996 src/com/itac/reporthandler/RefuelReportHandler.java 528 Parameter 'current' is not assigned and could be declared final
75997 src/com/itac/reporthandler/RefuelReportHandler.java 528 publicMethodCommentRequirement Required
75998 src/com/itac/reporthandler/RefuelReportHandler.java 529 Parameter 'type' is not assigned and could be declared final
75999 src/com/itac/reporthandler/RefuelReportHandler.java 530 Found 'DD'-anomaly for variable 'rangevalues' (lines '530'-'547').
76000 src/com/itac/reporthandler/RefuelReportHandler.java 530 Found 'DD'-anomaly for variable 'rangevalues' (lines '530'-'552').
76001 src/com/itac/reporthandler/RefuelReportHandler.java 531 Avoid variables with short names like i
76002 src/com/itac/reporthandler/RefuelReportHandler.java 531 Found 'DD'-anomaly for variable 'i' (lines '531'-'532').
76003 src/com/itac/reporthandler/RefuelReportHandler.java 531 Found 'DD'-anomaly for variable 'index' (lines '531'-'535').
76004 src/com/itac/reporthandler/RefuelReportHandler.java 531 Found 'DD'-anomaly for variable 'index' (lines '531'-'540').
76005 src/com/itac/reporthandler/RefuelReportHandler.java 531 Use one line for each declaration, it enhances code readability.
76006 src/com/itac/reporthandler/RefuelReportHandler.java 533 Avoid using Literals in Conditional Statements
76007 src/com/itac/reporthandler/RefuelReportHandler.java 534 Potential violation of Law of Demeter (method chain calls)
76008 src/com/itac/reporthandler/RefuelReportHandler.java 539 Potential violation of Law of Demeter (method chain calls)
76009 src/com/itac/reporthandler/RefuelReportHandler.java 546 Avoid using Literals in Conditional Statements
76010 src/com/itac/reporthandler/RefuelReportHandler.java 547 Found 'DD'-anomaly for variable 'rangevalues' (lines '547'-'548').
76011 src/com/itac/reporthandler/RefuelReportHandler.java 547 Potential violation of Law of Demeter (method chain calls)
76012 src/com/itac/reporthandler/RefuelReportHandler.java 548 Found 'DD'-anomaly for variable 'rangevalues' (lines '548'-'549').
76013 src/com/itac/reporthandler/RefuelReportHandler.java 548 Potential violation of Law of Demeter (method chain calls)
76014 src/com/itac/reporthandler/RefuelReportHandler.java 549 Found 'DD'-anomaly for variable 'rangevalues' (lines '549'-'550').
76015 src/com/itac/reporthandler/RefuelReportHandler.java 549 Potential violation of Law of Demeter (method chain calls)
76016 src/com/itac/reporthandler/RefuelReportHandler.java 550 Potential violation of Law of Demeter (method chain calls)
76017 src/com/itac/reporthandler/RefuelReportHandler.java 552 Found 'DD'-anomaly for variable 'rangevalues' (lines '552'-'553').
76018 src/com/itac/reporthandler/RefuelReportHandler.java 552 Potential violation of Law of Demeter (method chain calls)
76019 src/com/itac/reporthandler/RefuelReportHandler.java 553 Found 'DD'-anomaly for variable 'rangevalues' (lines '553'-'554').
76020 src/com/itac/reporthandler/RefuelReportHandler.java 553 Potential violation of Law of Demeter (method chain calls)
76021 src/com/itac/reporthandler/RefuelReportHandler.java 554 Found 'DD'-anomaly for variable 'rangevalues' (lines '554'-'555').
76022 src/com/itac/reporthandler/RefuelReportHandler.java 554 Potential violation of Law of Demeter (method chain calls)
76023 src/com/itac/reporthandler/RefuelReportHandler.java 555 Potential violation of Law of Demeter (method chain calls)
76024 src/com/itac/reporthandler/RefuelReportHandler.java 560 Parameter 'fuelList' is not assigned and could be declared final
76025 src/com/itac/reporthandler/RefuelReportHandler.java 560 Parameter 'fuelObj' is not assigned and could be declared final
76026 src/com/itac/reporthandler/RefuelReportHandler.java 561 Avoid unused method parameters such as 'fromDate'.
76027 src/com/itac/reporthandler/RefuelReportHandler.java 561 Avoid unused method parameters such as 'toDate'.
76028 src/com/itac/reporthandler/RefuelReportHandler.java 561 Parameter 'fromDate' is not assigned and could be declared final
76029 src/com/itac/reporthandler/RefuelReportHandler.java 561 Parameter 'toDate' is not assigned and could be declared final
76030 src/com/itac/reporthandler/RefuelReportHandler.java 562 Found 'DD'-anomaly for variable 'qty1' (lines '562'-'568').
76031 src/com/itac/reporthandler/RefuelReportHandler.java 562 Found 'DD'-anomaly for variable 'qty2' (lines '562'-'569').
76032 src/com/itac/reporthandler/RefuelReportHandler.java 562 Found 'DU'-anomaly for variable 'fuelQty' (lines '562'-'599').
76033 src/com/itac/reporthandler/RefuelReportHandler.java 562 Found 'DU'-anomaly for variable 'qty1' (lines '562'-'599').
76034 src/com/itac/reporthandler/RefuelReportHandler.java 562 Found 'DU'-anomaly for variable 'qty2' (lines '562'-'599').
76035 src/com/itac/reporthandler/RefuelReportHandler.java 562 Use one line for each declaration, it enhances code readability.
76036 src/com/itac/reporthandler/RefuelReportHandler.java 563 Found 'DD'-anomaly for variable 'temptime' (lines '563'-'579').
76037 src/com/itac/reporthandler/RefuelReportHandler.java 563 Found 'DU'-anomaly for variable 'temptime' (lines '563'-'599').
76038 src/com/itac/reporthandler/RefuelReportHandler.java 564 Found 'DD'-anomaly for variable 'temp1' (lines '564'-'574').
76039 src/com/itac/reporthandler/RefuelReportHandler.java 564 Found 'DD'-anomaly for variable 'temp2' (lines '564'-'575').
76040 src/com/itac/reporthandler/RefuelReportHandler.java 564 Found 'DD'-anomaly for variable 'temp2' (lines '564'-'593').
76041 src/com/itac/reporthandler/RefuelReportHandler.java 564 Found 'DU'-anomaly for variable 'temp1' (lines '564'-'599').
76042 src/com/itac/reporthandler/RefuelReportHandler.java 564 Found 'DU'-anomaly for variable 'temp2' (lines '564'-'599').
76043 src/com/itac/reporthandler/RefuelReportHandler.java 564 Use one line for each declaration, it enhances code readability.
76044 src/com/itac/reporthandler/RefuelReportHandler.java 565 Avoid using Literals in Conditional Statements
76045 src/com/itac/reporthandler/RefuelReportHandler.java 565 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
76046 src/com/itac/reporthandler/RefuelReportHandler.java 568 Potential violation of Law of Demeter (method chain calls)
76047 src/com/itac/reporthandler/RefuelReportHandler.java 569 Potential violation of Law of Demeter (method chain calls)
76048 src/com/itac/reporthandler/RefuelReportHandler.java 574 Found 'DD'-anomaly for variable 'temp1' (lines '574'-'574').
76049 src/com/itac/reporthandler/RefuelReportHandler.java 574 Found 'DU'-anomaly for variable 'temp1' (lines '574'-'599').
76050 src/com/itac/reporthandler/RefuelReportHandler.java 575 Found 'DD'-anomaly for variable 'temp2' (lines '575'-'593').
76051 src/com/itac/reporthandler/RefuelReportHandler.java 578 Avoid using Literals in Conditional Statements
76052 src/com/itac/reporthandler/RefuelReportHandler.java 579 Potential violation of Law of Demeter (method chain calls)
76053 src/com/itac/reporthandler/RefuelReportHandler.java 579 Useless parentheses.
76054 src/com/itac/reporthandler/RefuelReportHandler.java 581 Avoid instantiating new objects inside loops
76055 src/com/itac/reporthandler/RefuelReportHandler.java 581 Local variable 'fuelHistory' could be declared final
76056 src/com/itac/reporthandler/RefuelReportHandler.java 582 Potential violation of Law of Demeter (object not created locally)
76057 src/com/itac/reporthandler/RefuelReportHandler.java 583 Potential violation of Law of Demeter (object not created locally)
76058 src/com/itac/reporthandler/RefuelReportHandler.java 584 Potential violation of Law of Demeter (method chain calls)
76059 src/com/itac/reporthandler/RefuelReportHandler.java 584 Potential violation of Law of Demeter (method chain calls)
76060 src/com/itac/reporthandler/RefuelReportHandler.java 584 Potential violation of Law of Demeter (object not created locally)
76061 src/com/itac/reporthandler/RefuelReportHandler.java 584 Useless parentheses.
76062 src/com/itac/reporthandler/RefuelReportHandler.java 586 Potential violation of Law of Demeter (object not created locally)
76063 src/com/itac/reporthandler/RefuelReportHandler.java 587 Potential violation of Law of Demeter (object not created locally)
76064 src/com/itac/reporthandler/RefuelReportHandler.java 589 Avoid unused local variables such as 'rowcount'.
76065 src/com/itac/reporthandler/RefuelReportHandler.java 589 Found 'DD'-anomaly for variable 'rowcount' (lines '589'-'589').
76066 src/com/itac/reporthandler/RefuelReportHandler.java 589 Found 'DU'-anomaly for variable 'rowcount' (lines '589'-'599').
76067 src/com/itac/reporthandler/RefuelReportHandler.java 589 Local variable 'rowcount' could be declared final
76068 src/com/itac/reporthandler/RefuelReportHandler.java 592 Found 'DU'-anomaly for variable 'fuelQty' (lines '592'-'599').
76069 src/com/itac/reporthandler/RefuelReportHandler.java 593 Found 'DD'-anomaly for variable 'temp2' (lines '593'-'575').
76070 src/com/itac/reporthandler/RefuelReportHandler.java 593 Found 'DD'-anomaly for variable 'temp2' (lines '593'-'593').
76071 src/com/itac/reporthandler/RefuelReportHandler.java 593 Found 'DU'-anomaly for variable 'temp2' (lines '593'-'599').
76072 src/com/itac/reporthandler/RefuelReportHandler.java 603 Parameter 'fromDate' is not assigned and could be declared final
76073 src/com/itac/reporthandler/RefuelReportHandler.java 603 Parameter 'toDate' is not assigned and could be declared final
76074 src/com/itac/reporthandler/RefuelReportHandler.java 603 Parameter 'vehicle' is not assigned and could be declared final
76075 src/com/itac/reporthandler/RefuelReportHandler.java 603 publicMethodCommentRequirement Required
76076 src/com/itac/reporthandler/RefuelReportHandler.java 604 Found 'DD'-anomaly for variable 'startFuelQry' (lines '604'-'626').
76077 src/com/itac/reporthandler/RefuelReportHandler.java 605 Found 'DD'-anomaly for variable 'endFuelQry' (lines '605'-'637').
76078 src/com/itac/reporthandler/RefuelReportHandler.java 607 Found 'DD'-anomaly for variable 'insertqry' (lines '607'-'665').
76079 src/com/itac/reporthandler/RefuelReportHandler.java 608 Found 'DD'-anomaly for variable 'refuelQry' (lines '608'-'651').
76080 src/com/itac/reporthandler/RefuelReportHandler.java 609 Found 'DD'-anomaly for variable 'startLevel' (lines '609'-'632').
76081 src/com/itac/reporthandler/RefuelReportHandler.java 610 Found 'DD'-anomaly for variable 'endLevel' (lines '610'-'645').
76082 src/com/itac/reporthandler/RefuelReportHandler.java 611 Found 'DD'-anomaly for variable 'startFuel' (lines '611'-'633').
76083 src/com/itac/reporthandler/RefuelReportHandler.java 612 Found 'DD'-anomaly for variable 'endFuel' (lines '612'-'646').
76084 src/com/itac/reporthandler/RefuelReportHandler.java 613 Found 'DD'-anomaly for variable 'fuelUsage' (lines '613'-'663').
76085 src/com/itac/reporthandler/RefuelReportHandler.java 614 Found 'DD'-anomaly for variable 'refuelQty' (lines '614'-'660').
76086 src/com/itac/reporthandler/RefuelReportHandler.java 615 Local variable 'calendar' could be declared final
76087 src/com/itac/reporthandler/RefuelReportHandler.java 620 Local variable 'endDate' could be declared final
76088 src/com/itac/reporthandler/RefuelReportHandler.java 622 Avoid unused local variables such as 'count'.
76089 src/com/itac/reporthandler/RefuelReportHandler.java 622 Found 'DD'-anomaly for variable 'count' (lines '622'-'685').
76090 src/com/itac/reporthandler/RefuelReportHandler.java 623 Potential violation of Law of Demeter (object not created locally)
76091 src/com/itac/reporthandler/RefuelReportHandler.java 630 Local variable 'startlist' could be declared final
76092 src/com/itac/reporthandler/RefuelReportHandler.java 631 Potential violation of Law of Demeter (object not created locally)
76093 src/com/itac/reporthandler/RefuelReportHandler.java 631 Potential violation of Law of Demeter (object not created locally)
76094 src/com/itac/reporthandler/RefuelReportHandler.java 631 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
76095 src/com/itac/reporthandler/RefuelReportHandler.java 632 Potential violation of Law of Demeter (object not created locally)
76096 src/com/itac/reporthandler/RefuelReportHandler.java 642 Local variable 'endlist' could be declared final
76097 src/com/itac/reporthandler/RefuelReportHandler.java 644 Potential violation of Law of Demeter (object not created locally)
76098 src/com/itac/reporthandler/RefuelReportHandler.java 644 Potential violation of Law of Demeter (object not created locally)
76099 src/com/itac/reporthandler/RefuelReportHandler.java 644 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
76100 src/com/itac/reporthandler/RefuelReportHandler.java 645 Potential violation of Law of Demeter (object not created locally)
76101 src/com/itac/reporthandler/RefuelReportHandler.java 657 Local variable 'refuelList' could be declared final
76102 src/com/itac/reporthandler/RefuelReportHandler.java 659 Potential violation of Law of Demeter (object not created locally)
76103 src/com/itac/reporthandler/RefuelReportHandler.java 659 Potential violation of Law of Demeter (object not created locally)
76104 src/com/itac/reporthandler/RefuelReportHandler.java 659 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
76105 src/com/itac/reporthandler/RefuelReportHandler.java 660 Potential violation of Law of Demeter (object not created locally)
76106 src/com/itac/reporthandler/RefuelReportHandler.java 663 Useless parentheses.
76107 src/com/itac/reporthandler/RefuelReportHandler.java 673 Avoid unused local variables such as 'updcount'.
76108 src/com/itac/reporthandler/RefuelReportHandler.java 673 Local variable 'updcount' could be declared final
76109 src/com/itac/reporthandler/RefuelReportHandler.java 682 Potential violation of Law of Demeter (object not created locally)
76110 src/com/itac/reporthandler/RefuelReportHandler.java 683 Potential violation of Law of Demeter (object not created locally)
76111 src/com/itac/reporthandler/RefuelReportHandler.java 684 Potential violation of Law of Demeter (object not created locally)
76112 src/com/itac/reporthandler/RefuelReportHandler.java 689 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76113 src/com/itac/reporthandler/RefuelReportHandler.java 690 There is log block not surrounded by if
76114 src/com/itac/reporthandler/RefuelReportHandler.java 695 Parameter 'fromDate' is not assigned and could be declared final
76115 src/com/itac/reporthandler/RefuelReportHandler.java 695 Parameter 'toDate' is not assigned and could be declared final
76116 src/com/itac/reporthandler/RefuelReportHandler.java 695 Parameter 'vehicle' is not assigned and could be declared final
76117 src/com/itac/reporthandler/RefuelReportHandler.java 695 publicMethodCommentRequirement Required
76118 src/com/itac/reporthandler/RefuelReportHandler.java 699 Local variable 'metaRefuel' could be declared final
76119 src/com/itac/reporthandler/RefuelReportHandler.java 700 Local variable 'calendar' could be declared final
76120 src/com/itac/reporthandler/RefuelReportHandler.java 703 Local variable 'maxpacketQuery' could be declared final
76121 src/com/itac/reporthandler/RefuelReportHandler.java 708 Local variable 'queryList' could be declared final
76122 src/com/itac/reporthandler/RefuelReportHandler.java 710 Avoid using Literals in Conditional Statements
76123 src/com/itac/reporthandler/RefuelReportHandler.java 710 Potential violation of Law of Demeter (object not created locally)
76124 src/com/itac/reporthandler/RefuelReportHandler.java 711 Local variable 'queryIterator' could be declared final
76125 src/com/itac/reporthandler/RefuelReportHandler.java 711 Potential violation of Law of Demeter (object not created locally)
76126 src/com/itac/reporthandler/RefuelReportHandler.java 713 Local variable 'rows' could be declared final
76127 src/com/itac/reporthandler/RefuelReportHandler.java 714 Avoid if (x != y) ..; else ..;
76128 src/com/itac/reporthandler/RefuelReportHandler.java 714 Use opposite operator instead of the logic complement operator.
76129 src/com/itac/reporthandler/RefuelReportHandler.java 715 Potential violation of Law of Demeter (method chain calls)
76130 src/com/itac/reporthandler/RefuelReportHandler.java 715 Potential violation of Law of Demeter (object not created locally)
76131 src/com/itac/reporthandler/RefuelReportHandler.java 716 Potential violation of Law of Demeter (object not created locally)
76132 src/com/itac/reporthandler/RefuelReportHandler.java 717 Potential violation of Law of Demeter (method chain calls)
76133 src/com/itac/reporthandler/RefuelReportHandler.java 717 Potential violation of Law of Demeter (object not created locally)
76134 src/com/itac/reporthandler/RefuelReportHandler.java 719 Potential violation of Law of Demeter (object not created locally)
76135 src/com/itac/reporthandler/RefuelReportHandler.java 720 Potential violation of Law of Demeter (object not created locally)
76136 src/com/itac/reporthandler/RefuelReportHandler.java 721 Potential violation of Law of Demeter (object not created locally)
76137 src/com/itac/reporthandler/RefuelReportHandler.java 722 Potential violation of Law of Demeter (object not created locally)
76138 src/com/itac/reporthandler/RefuelReportHandler.java 723 Potential violation of Law of Demeter (object not created locally)
76139 src/com/itac/reporthandler/RefuelReportHandler.java 724 Potential violation of Law of Demeter (object not created locally)
76140 src/com/itac/reporthandler/RefuelReportHandler.java 724 Potential violation of Law of Demeter (object not created locally)
76141 src/com/itac/reporthandler/RefuelReportHandler.java 729 Local variable 'metaQuery1' could be declared final
76142 src/com/itac/reporthandler/RefuelReportHandler.java 732 Local variable 'metaList1' could be declared final
76143 src/com/itac/reporthandler/RefuelReportHandler.java 734 Avoid using Literals in Conditional Statements
76144 src/com/itac/reporthandler/RefuelReportHandler.java 734 Potential violation of Law of Demeter (object not created locally)
76145 src/com/itac/reporthandler/RefuelReportHandler.java 735 Potential violation of Law of Demeter (object not created locally)
76146 src/com/itac/reporthandler/RefuelReportHandler.java 738 Avoid if (x != y) ..; else ..;
76147 src/com/itac/reporthandler/RefuelReportHandler.java 740 Avoid using Literals in Conditional Statements
76148 src/com/itac/reporthandler/RefuelReportHandler.java 740 Potential violation of Law of Demeter (object not created locally)
76149 src/com/itac/reporthandler/RefuelReportHandler.java 745 Avoid using Literals in Conditional Statements
76150 src/com/itac/reporthandler/RefuelReportHandler.java 745 Potential violation of Law of Demeter (object not created locally)
76151 src/com/itac/reporthandler/RefuelReportHandler.java 746 A method should have only one exit point, and that should be the last statement in the method
76152 src/com/itac/reporthandler/SpotMyFleet.java 1 Comment is too large: Too many lines
76153 src/com/itac/reporthandler/SpotMyFleet.java 8 A high number of imports can indicate a high degree of coupling within an object.
76154 src/com/itac/reporthandler/SpotMyFleet.java 8 Possible God class (WMC=70, ATFD=100, TCC=0.0)
76155 src/com/itac/reporthandler/SpotMyFleet.java 29 Avoid unused imports such as 'java.text.DateFormat'
76156 src/com/itac/reporthandler/SpotMyFleet.java 30 Avoid unused imports such as 'java.text.NumberFormat'
76157 src/com/itac/reporthandler/SpotMyFleet.java 31 Avoid unused imports such as 'java.text.ParseException'
76158 src/com/itac/reporthandler/SpotMyFleet.java 39 Avoid unused imports such as 'java.util.LinkedList'
76159 src/com/itac/reporthandler/SpotMyFleet.java 41 Avoid unused imports such as 'java.util.Scanner'
76160 src/com/itac/reporthandler/SpotMyFleet.java 48 Avoid unused imports such as 'com.itac.inmemory.DBManager'
76161 src/com/itac/reporthandler/SpotMyFleet.java 56 Avoid unused imports such as 'com.mysql.jdbc.exceptions.DeadlockTimeoutRollbackMarker'
76162 src/com/itac/reporthandler/SpotMyFleet.java 58 Classes implementing Serializable should set a serialVersionUID
76163 src/com/itac/reporthandler/SpotMyFleet.java 58 The class 'SpotMyFleet' has a Cyclomatic Complexity of 7 (Highest = 12).
76164 src/com/itac/reporthandler/SpotMyFleet.java 59 Use explicit scoping instead of the default package private level
76165 src/com/itac/reporthandler/SpotMyFleet.java 59 fieldCommentRequirement Required
76166 src/com/itac/reporthandler/SpotMyFleet.java 60 Avoid using redundant field initializer for 'creationDate'
76167 src/com/itac/reporthandler/SpotMyFleet.java 60 Found non-transient, non-static member. Please mark as transient or provide accessors.
76168 src/com/itac/reporthandler/SpotMyFleet.java 60 Use explicit scoping instead of the default package private level
76169 src/com/itac/reporthandler/SpotMyFleet.java 60 fieldCommentRequirement Required
76170 src/com/itac/reporthandler/SpotMyFleet.java 62 Found non-transient, non-static member. Please mark as transient or provide accessors.
76171 src/com/itac/reporthandler/SpotMyFleet.java 62 Use explicit scoping instead of the default package private level
76172 src/com/itac/reporthandler/SpotMyFleet.java 62 fieldCommentRequirement Required
76173 src/com/itac/reporthandler/SpotMyFleet.java 64 The Logger variable declaration does not contain the static and final modifiers
76174 src/com/itac/reporthandler/SpotMyFleet.java 64 fieldCommentRequirement Required
76175 src/com/itac/reporthandler/SpotMyFleet.java 66 Found non-transient, non-static member. Please mark as transient or provide accessors.
76176 src/com/itac/reporthandler/SpotMyFleet.java 66 Use explicit scoping instead of the default package private level
76177 src/com/itac/reporthandler/SpotMyFleet.java 66 Variables should start with a lowercase character, 'ObjDbAdap' starts with uppercase character.
76178 src/com/itac/reporthandler/SpotMyFleet.java 66 fieldCommentRequirement Required
76179 src/com/itac/reporthandler/SpotMyFleet.java 68 Avoid using redundant field initializer for 'objDataOrg'
76180 src/com/itac/reporthandler/SpotMyFleet.java 68 Use explicit scoping instead of the default package private level
76181 src/com/itac/reporthandler/SpotMyFleet.java 68 fieldCommentRequirement Required
76182 src/com/itac/reporthandler/SpotMyFleet.java 70 Use explicit scoping instead of the default package private level
76183 src/com/itac/reporthandler/SpotMyFleet.java 70 When instantiating a SimpleDateFormat object, specify a Locale
76184 src/com/itac/reporthandler/SpotMyFleet.java 70 fieldCommentRequirement Required
76185 src/com/itac/reporthandler/SpotMyFleet.java 74 Found 'DD'-anomaly for variable 'timeDuration' (lines '74'-'78').
76186 src/com/itac/reporthandler/SpotMyFleet.java 74 Found 'DD'-anomaly for variable 'timeDuration' (lines '74'-'81').
76187 src/com/itac/reporthandler/SpotMyFleet.java 75 Local variable 'getData' could be declared final
76188 src/com/itac/reporthandler/SpotMyFleet.java 77 Method call on object which may be null
76189 src/com/itac/reporthandler/SpotMyFleet.java 77 Position literals first in String comparisons
76190 src/com/itac/reporthandler/SpotMyFleet.java 77 Potential violation of Law of Demeter (object not created locally)
76191 src/com/itac/reporthandler/SpotMyFleet.java 78 Found 'DD'-anomaly for variable 'timeDuration' (lines '78'-'81').
76192 src/com/itac/reporthandler/SpotMyFleet.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76193 src/com/itac/reporthandler/SpotMyFleet.java 82 There is log block not surrounded by if
76194 src/com/itac/reporthandler/SpotMyFleet.java 91 Found 'DD'-anomaly for variable 'thresHoldSpeed' (lines '91'-'97').
76195 src/com/itac/reporthandler/SpotMyFleet.java 93 Found 'DD'-anomaly for variable 'data' (lines '93'-'95').
76196 src/com/itac/reporthandler/SpotMyFleet.java 96 Potential violation of Law of Demeter (object not created locally)
76197 src/com/itac/reporthandler/SpotMyFleet.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76198 src/com/itac/reporthandler/SpotMyFleet.java 100 There is log block not surrounded by if
76199 src/com/itac/reporthandler/SpotMyFleet.java 105 Avoid using implementation types like 'Hashtable'; use the interface instead
76200 src/com/itac/reporthandler/SpotMyFleet.java 105 Consider replacing this Hashtable with the newer java.util.Map
76201 src/com/itac/reporthandler/SpotMyFleet.java 105 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Htbl_InputParams' is not final.
76202 src/com/itac/reporthandler/SpotMyFleet.java 105 Parameter 'Htbl_InputParams' is not assigned and could be declared final
76203 src/com/itac/reporthandler/SpotMyFleet.java 105 Variables should start with a lowercase character, 'Htbl_InputParams' starts with uppercase character.
76204 src/com/itac/reporthandler/SpotMyFleet.java 106 A method/constructor shouldnt explicitly throw java.lang.Exception
76205 src/com/itac/reporthandler/SpotMyFleet.java 108 Avoid unused local variables such as 's_Context'.
76206 src/com/itac/reporthandler/SpotMyFleet.java 108 Avoid unused local variables such as 's_Control'.
76207 src/com/itac/reporthandler/SpotMyFleet.java 108 Found 'DD'-anomaly for variable 's_Context' (lines '108'-'112').
76208 src/com/itac/reporthandler/SpotMyFleet.java 108 Found 'DD'-anomaly for variable 's_Control' (lines '108'-'113').
76209 src/com/itac/reporthandler/SpotMyFleet.java 108 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 's_Context' is not final.
76210 src/com/itac/reporthandler/SpotMyFleet.java 108 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 's_Control' is not final.
76211 src/com/itac/reporthandler/SpotMyFleet.java 108 Use one line for each declaration, it enhances code readability.
76212 src/com/itac/reporthandler/SpotMyFleet.java 109 Avoid unused local variables such as 'OrgId'.
76213 src/com/itac/reporthandler/SpotMyFleet.java 109 Found 'DD'-anomaly for variable 'OrgId' (lines '109'-'114').
76214 src/com/itac/reporthandler/SpotMyFleet.java 109 Variables should start with a lowercase character, 'OrgId' starts with uppercase character.
76215 src/com/itac/reporthandler/SpotMyFleet.java 110 Found 'DD'-anomaly for variable 'VehId' (lines '110'-'116').
76216 src/com/itac/reporthandler/SpotMyFleet.java 110 Variables should start with a lowercase character, 'VehId' starts with uppercase character.
76217 src/com/itac/reporthandler/SpotMyFleet.java 111 Avoid declaring a variable if it is unreferenced before a possible exit point.
76218 src/com/itac/reporthandler/SpotMyFleet.java 111 Avoid unused local variables such as 'objset'.
76219 src/com/itac/reporthandler/SpotMyFleet.java 111 Found 'DU'-anomaly for variable 'objset' (lines '111'-'130').
76220 src/com/itac/reporthandler/SpotMyFleet.java 111 Local variable 'objset' could be declared final
76221 src/com/itac/reporthandler/SpotMyFleet.java 112 Found 'DU'-anomaly for variable 's_Context' (lines '112'-'130').
76222 src/com/itac/reporthandler/SpotMyFleet.java 112 Potential violation of Law of Demeter (method chain calls)
76223 src/com/itac/reporthandler/SpotMyFleet.java 113 Found 'DU'-anomaly for variable 's_Control' (lines '113'-'130').
76224 src/com/itac/reporthandler/SpotMyFleet.java 113 Potential violation of Law of Demeter (method chain calls)
76225 src/com/itac/reporthandler/SpotMyFleet.java 114 Found 'DU'-anomaly for variable 'OrgId' (lines '114'-'130').
76226 src/com/itac/reporthandler/SpotMyFleet.java 114 Potential violation of Law of Demeter (method chain calls)
76227 src/com/itac/reporthandler/SpotMyFleet.java 114 Potential violation of Law of Demeter (method chain calls)
76228 src/com/itac/reporthandler/SpotMyFleet.java 116 Potential violation of Law of Demeter (method chain calls)
76229 src/com/itac/reporthandler/SpotMyFleet.java 116 The String literal "vehicleId" appears 5 times in this file; the first occurrence is on line 116
76230 src/com/itac/reporthandler/SpotMyFleet.java 117 Found 'DD'-anomaly for variable 'StrAry_VehID' (lines '117'-'119').
76231 src/com/itac/reporthandler/SpotMyFleet.java 117 Found 'DD'-anomaly for variable 'StrAry_VehID' (lines '117'-'121').
76232 src/com/itac/reporthandler/SpotMyFleet.java 117 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'StrAry_VehID' is not final.
76233 src/com/itac/reporthandler/SpotMyFleet.java 117 Variables should start with a lowercase character, 'StrAry_VehID' starts with uppercase character.
76234 src/com/itac/reporthandler/SpotMyFleet.java 118 Potential violation of Law of Demeter (object not created locally)
76235 src/com/itac/reporthandler/SpotMyFleet.java 118 This statement may have some unnecessary parentheses
76236 src/com/itac/reporthandler/SpotMyFleet.java 118 Useless parentheses.
76237 src/com/itac/reporthandler/SpotMyFleet.java 119 Potential violation of Law of Demeter (object not created locally)
76238 src/com/itac/reporthandler/SpotMyFleet.java 121 Potential violation of Law of Demeter (object not created locally)
76239 src/com/itac/reporthandler/SpotMyFleet.java 123 Found 'DD'-anomaly for variable 'FinalList' (lines '123'-'126').
76240 src/com/itac/reporthandler/SpotMyFleet.java 123 Variables should start with a lowercase character, 'FinalList' starts with uppercase character.
76241 src/com/itac/reporthandler/SpotMyFleet.java 137 Avoid unused private methods such as 'FetchInputParams(String,String,Long)'.
76242 src/com/itac/reporthandler/SpotMyFleet.java 137 Method names should not start with capital letters
76243 src/com/itac/reporthandler/SpotMyFleet.java 137 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 's_ControlName' is not final.
76244 src/com/itac/reporthandler/SpotMyFleet.java 137 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 's_ScreenName' is not final.
76245 src/com/itac/reporthandler/SpotMyFleet.java 137 Parameter 's_ControlName' is not assigned and could be declared final
76246 src/com/itac/reporthandler/SpotMyFleet.java 137 Parameter 's_ScreenName' is not assigned and could be declared final
76247 src/com/itac/reporthandler/SpotMyFleet.java 138 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'l_OrgId' is not final.
76248 src/com/itac/reporthandler/SpotMyFleet.java 138 Parameter 'l_OrgId' is not assigned and could be declared final
76249 src/com/itac/reporthandler/SpotMyFleet.java 139 Found 'DD'-anomaly for variable 's_Data' (lines '139'-'150').
76250 src/com/itac/reporthandler/SpotMyFleet.java 139 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 's_Data' is not final.
76251 src/com/itac/reporthandler/SpotMyFleet.java 140 Found 'DD'-anomaly for variable 'DataCntxtMapp' (lines '140'-'145').
76252 src/com/itac/reporthandler/SpotMyFleet.java 140 Variables should start with a lowercase character, 'DataCntxtMapp' starts with uppercase character.
76253 src/com/itac/reporthandler/SpotMyFleet.java 141 Local variable 'DCMQry' could be declared final
76254 src/com/itac/reporthandler/SpotMyFleet.java 141 Variables should start with a lowercase character, 'DCMQry' starts with uppercase character.
76255 src/com/itac/reporthandler/SpotMyFleet.java 146 Potential violation of Law of Demeter (object not created locally)
76256 src/com/itac/reporthandler/SpotMyFleet.java 146 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
76257 src/com/itac/reporthandler/SpotMyFleet.java 147 Local variable 'contxtIter' could be declared final
76258 src/com/itac/reporthandler/SpotMyFleet.java 147 Potential violation of Law of Demeter (object not created locally)
76259 src/com/itac/reporthandler/SpotMyFleet.java 150 Found 'DD'-anomaly for variable 's_Data' (lines '150'-'150').
76260 src/com/itac/reporthandler/SpotMyFleet.java 153 There is log block not surrounded by if
76261 src/com/itac/reporthandler/SpotMyFleet.java 158 Avoid really long methods.
76262 src/com/itac/reporthandler/SpotMyFleet.java 158 Parameter 'returnData' is not assigned and could be declared final
76263 src/com/itac/reporthandler/SpotMyFleet.java 158 Parameter 'vehicleIdList' is not assigned and could be declared final
76264 src/com/itac/reporthandler/SpotMyFleet.java 158 The method 'commonList' has a Cyclomatic Complexity of 12.
76265 src/com/itac/reporthandler/SpotMyFleet.java 160 Local variable 'commonData' could be declared final
76266 src/com/itac/reporthandler/SpotMyFleet.java 161 Local variable 'currentDate' could be declared final
76267 src/com/itac/reporthandler/SpotMyFleet.java 163 Found 'DD'-anomaly for variable 'objSpotMyFleetVO' (lines '163'-'196').
76268 src/com/itac/reporthandler/SpotMyFleet.java 165 Local variable 'speedThreshold' could be declared final
76269 src/com/itac/reporthandler/SpotMyFleet.java 167 Local variable 'itr' could be declared final
76270 src/com/itac/reporthandler/SpotMyFleet.java 169 Found 'DD'-anomaly for variable 'getRecord' (lines '169'-'186').
76271 src/com/itac/reporthandler/SpotMyFleet.java 173 Consider replacing this Hashtable with the newer java.util.Map
76272 src/com/itac/reporthandler/SpotMyFleet.java 173 Consider replacing this Hashtable with the newer java.util.Map
76273 src/com/itac/reporthandler/SpotMyFleet.java 173 Local variable 'records' could be declared final
76274 src/com/itac/reporthandler/SpotMyFleet.java 175 Found 'DD'-anomaly for variable 'vehID' (lines '175'-'176').
76275 src/com/itac/reporthandler/SpotMyFleet.java 176 Potential violation of Law of Demeter (method chain calls)
76276 src/com/itac/reporthandler/SpotMyFleet.java 176 Potential violation of Law of Demeter (method chain calls)
76277 src/com/itac/reporthandler/SpotMyFleet.java 179 The String literal "tripid" appears 5 times in this file; the first occurrence is on line 179
76278 src/com/itac/reporthandler/SpotMyFleet.java 181 Avoid instantiating new objects inside loops
76279 src/com/itac/reporthandler/SpotMyFleet.java 181 Avoid unused local variables such as 'getFuelData'.
76280 src/com/itac/reporthandler/SpotMyFleet.java 181 Consider replacing this Hashtable with the newer java.util.Map
76281 src/com/itac/reporthandler/SpotMyFleet.java 181 Found 'DD'-anomaly for variable 'getFuelData' (lines '181'-'181').
76282 src/com/itac/reporthandler/SpotMyFleet.java 181 Found 'DU'-anomaly for variable 'getFuelData' (lines '181'-'290').
76283 src/com/itac/reporthandler/SpotMyFleet.java 181 Local variable 'getFuelData' could be declared final
76284 src/com/itac/reporthandler/SpotMyFleet.java 183 Found 'DU'-anomaly for variable 'tripId' (lines '183'-'290').
76285 src/com/itac/reporthandler/SpotMyFleet.java 183 Local variable 'tripId' could be declared final
76286 src/com/itac/reporthandler/SpotMyFleet.java 183 Potential violation of Law of Demeter (method chain calls)
76287 src/com/itac/reporthandler/SpotMyFleet.java 183 Potential violation of Law of Demeter (method chain calls)
76288 src/com/itac/reporthandler/SpotMyFleet.java 190 Local variable 'data' could be declared final
76289 src/com/itac/reporthandler/SpotMyFleet.java 192 Local variable 'vehOld' could be declared final
76290 src/com/itac/reporthandler/SpotMyFleet.java 193 Local variable 'tripOld' could be declared final
76291 src/com/itac/reporthandler/SpotMyFleet.java 195 Useless parentheses.
76292 src/com/itac/reporthandler/SpotMyFleet.java 195 Useless parentheses.
76293 src/com/itac/reporthandler/SpotMyFleet.java 196 Avoid instantiating new objects inside loops
76294 src/com/itac/reporthandler/SpotMyFleet.java 199 Potential violation of Law of Demeter (method chain calls)
76295 src/com/itac/reporthandler/SpotMyFleet.java 200 Potential violation of Law of Demeter (method chain calls)
76296 src/com/itac/reporthandler/SpotMyFleet.java 202 Potential violation of Law of Demeter (method chain calls)
76297 src/com/itac/reporthandler/SpotMyFleet.java 202 Potential violation of Law of Demeter (method chain calls)
76298 src/com/itac/reporthandler/SpotMyFleet.java 205 Potential violation of Law of Demeter (method chain calls)
76299 src/com/itac/reporthandler/SpotMyFleet.java 207 Potential violation of Law of Demeter (method chain calls)
76300 src/com/itac/reporthandler/SpotMyFleet.java 209 Potential violation of Law of Demeter (method chain calls)
76301 src/com/itac/reporthandler/SpotMyFleet.java 210 Potential violation of Law of Demeter (method chain calls)
76302 src/com/itac/reporthandler/SpotMyFleet.java 223 Avoid instantiating new objects inside loops
76303 src/com/itac/reporthandler/SpotMyFleet.java 223 Local variable 'stamp' could be declared final
76304 src/com/itac/reporthandler/SpotMyFleet.java 228 Avoid instantiating new objects inside loops
76305 src/com/itac/reporthandler/SpotMyFleet.java 228 Potential violation of Law of Demeter (method chain calls)
76306 src/com/itac/reporthandler/SpotMyFleet.java 228 Potential violation of Law of Demeter (method chain calls)
76307 src/com/itac/reporthandler/SpotMyFleet.java 230 Local variable 'diffMinute' could be declared final
76308 src/com/itac/reporthandler/SpotMyFleet.java 230 Potential violation of Law of Demeter (method chain calls)
76309 src/com/itac/reporthandler/SpotMyFleet.java 230 Potential violation of Law of Demeter (method chain calls)
76310 src/com/itac/reporthandler/SpotMyFleet.java 230 Potential violation of Law of Demeter (method chain calls)
76311 src/com/itac/reporthandler/SpotMyFleet.java 230 Useless parentheses.
76312 src/com/itac/reporthandler/SpotMyFleet.java 232 Local variable 'dateDiff' could be declared final
76313 src/com/itac/reporthandler/SpotMyFleet.java 249 Avoid unused local variables such as 'tripParamId'.
76314 src/com/itac/reporthandler/SpotMyFleet.java 249 Found 'DD'-anomaly for variable 'tripParamId' (lines '249'-'249').
76315 src/com/itac/reporthandler/SpotMyFleet.java 249 Found 'DU'-anomaly for variable 'tripParamId' (lines '249'-'290').
76316 src/com/itac/reporthandler/SpotMyFleet.java 249 Local variable 'tripParamId' could be declared final
76317 src/com/itac/reporthandler/SpotMyFleet.java 256 Avoid if (x != y) ..; else ..;
76318 src/com/itac/reporthandler/SpotMyFleet.java 257 Potential violation of Law of Demeter (method chain calls)
76319 src/com/itac/reporthandler/SpotMyFleet.java 257 Potential violation of Law of Demeter (method chain calls)
76320 src/com/itac/reporthandler/SpotMyFleet.java 272 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76321 src/com/itac/reporthandler/SpotMyFleet.java 277 System.out.print is used
76322 src/com/itac/reporthandler/SpotMyFleet.java 280 There is log block not surrounded by if
76323 src/com/itac/reporthandler/SpotMyFleet.java 295 Avoid using implementation types like 'Hashtable'; use the interface instead
76324 src/com/itac/reporthandler/SpotMyFleet.java 295 Consider replacing this Hashtable with the newer java.util.Map
76325 src/com/itac/reporthandler/SpotMyFleet.java 295 Parameter 'htblmain' is not assigned and could be declared final
76326 src/com/itac/reporthandler/SpotMyFleet.java 295 publicMethodCommentRequirement Required
76327 src/com/itac/reporthandler/SpotMyFleet.java 297 Avoid excessively long variable names like objSpotMyFleetList
76328 src/com/itac/reporthandler/SpotMyFleet.java 297 Found 'DD'-anomaly for variable 'objSpotMyFleetList' (lines '297'-'345').
76329 src/com/itac/reporthandler/SpotMyFleet.java 301 Local variable 'orgId' could be declared final
76330 src/com/itac/reporthandler/SpotMyFleet.java 305 Local variable 'hquery' could be declared final
76331 src/com/itac/reporthandler/SpotMyFleet.java 308 Local variable 'vehicleIdList' could be declared final
76332 src/com/itac/reporthandler/SpotMyFleet.java 310 Potential violation of Law of Demeter (object not created locally)
76333 src/com/itac/reporthandler/SpotMyFleet.java 310 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
76334 src/com/itac/reporthandler/SpotMyFleet.java 312 Local variable 'itrVehId' could be declared final
76335 src/com/itac/reporthandler/SpotMyFleet.java 312 Potential violation of Law of Demeter (object not created locally)
76336 src/com/itac/reporthandler/SpotMyFleet.java 316 Local variable 'idrows' could be declared final
76337 src/com/itac/reporthandler/SpotMyFleet.java 317 Potential violation of Law of Demeter (method chain calls)
76338 src/com/itac/reporthandler/SpotMyFleet.java 317 Potential violation of Law of Demeter (object not created locally)
76339 src/com/itac/reporthandler/SpotMyFleet.java 322 Local variable 'stringFromId' could be declared final
76340 src/com/itac/reporthandler/SpotMyFleet.java 322 Potential violation of Law of Demeter (object not created locally)
76341 src/com/itac/reporthandler/SpotMyFleet.java 324 Local variable 'intr' could be declared final
76342 src/com/itac/reporthandler/SpotMyFleet.java 325 Potential violation of Law of Demeter (object not created locally)
76343 src/com/itac/reporthandler/SpotMyFleet.java 331 Found 'DD'-anomaly for variable 'returnData' (lines '331'-'334').
76344 src/com/itac/reporthandler/SpotMyFleet.java 336 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76345 src/com/itac/reporthandler/SpotMyFleet.java 337 There is log block not surrounded by if
76346 src/com/itac/reporthandler/SpotMyFleet.java 340 Assigning an Object to null is a code smell. Consider refactoring.
76347 src/com/itac/reporthandler/SpotMyFleet.java 340 Found 'DU'-anomaly for variable 'vehicleId' (lines '340'-'356').
76348 src/com/itac/reporthandler/SpotMyFleet.java 341 Assigning an Object to null is a code smell. Consider refactoring.
76349 src/com/itac/reporthandler/SpotMyFleet.java 341 Found 'DU'-anomaly for variable 'ids' (lines '341'-'356').
76350 src/com/itac/reporthandler/SpotMyFleet.java 343 Potential violation of Law of Demeter (object not created locally)
76351 src/com/itac/reporthandler/SpotMyFleet.java 343 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
76352 src/com/itac/reporthandler/SpotMyFleet.java 349 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76353 src/com/itac/reporthandler/SpotMyFleet.java 350 There is log block not surrounded by if
76354 src/com/itac/reporthandler/SpotMyFleet.java 353 Avoid variables with short names like g
76355 src/com/itac/reporthandler/SpotMyFleet.java 353 Local variable 'g' could be declared final
76356 src/com/itac/reporthandler/SpotMyFleet.java 354 Avoid declaring a variable if it is unreferenced before a possible exit point.
76357 src/com/itac/reporthandler/SpotMyFleet.java 354 Avoid unused local variables such as 's'.
76358 src/com/itac/reporthandler/SpotMyFleet.java 354 Avoid variables with short names like s
76359 src/com/itac/reporthandler/SpotMyFleet.java 354 Found 'DU'-anomaly for variable 's' (lines '354'-'356').
76360 src/com/itac/reporthandler/SpotMyFleet.java 354 Local variable 's' could be declared final
76361 src/com/itac/reporthandler/SpotMyFleet.java 361 Avoid using implementation types like 'Hashtable'; use the interface instead
76362 src/com/itac/reporthandler/SpotMyFleet.java 361 Consider replacing this Hashtable with the newer java.util.Map
76363 src/com/itac/reporthandler/SpotMyFleet.java 361 Parameter 'htblmain' is not assigned and could be declared final
76364 src/com/itac/reporthandler/SpotMyFleet.java 361 publicMethodCommentRequirement Required
76365 src/com/itac/reporthandler/SpotMyFleet.java 362 Avoid excessively long variable names like objSpotMyFleetList
76366 src/com/itac/reporthandler/SpotMyFleet.java 362 Found 'DD'-anomaly for variable 'objSpotMyFleetList' (lines '362'-'413').
76367 src/com/itac/reporthandler/SpotMyFleet.java 365 Local variable 'vehGroupId' could be declared final
76368 src/com/itac/reporthandler/SpotMyFleet.java 367 Local variable 'orgId' could be declared final
76369 src/com/itac/reporthandler/SpotMyFleet.java 371 Local variable 'hquery' could be declared final
76370 src/com/itac/reporthandler/SpotMyFleet.java 376 Local variable 'vehicleIdList' could be declared final
76371 src/com/itac/reporthandler/SpotMyFleet.java 378 Potential violation of Law of Demeter (object not created locally)
76372 src/com/itac/reporthandler/SpotMyFleet.java 378 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
76373 src/com/itac/reporthandler/SpotMyFleet.java 380 Local variable 'itrVehId' could be declared final
76374 src/com/itac/reporthandler/SpotMyFleet.java 380 Potential violation of Law of Demeter (object not created locally)
76375 src/com/itac/reporthandler/SpotMyFleet.java 384 Local variable 'idrows' could be declared final
76376 src/com/itac/reporthandler/SpotMyFleet.java 385 Potential violation of Law of Demeter (method chain calls)
76377 src/com/itac/reporthandler/SpotMyFleet.java 385 Potential violation of Law of Demeter (object not created locally)
76378 src/com/itac/reporthandler/SpotMyFleet.java 390 Local variable 'stringFromId' could be declared final
76379 src/com/itac/reporthandler/SpotMyFleet.java 390 Potential violation of Law of Demeter (object not created locally)
76380 src/com/itac/reporthandler/SpotMyFleet.java 392 Local variable 'intr' could be declared final
76381 src/com/itac/reporthandler/SpotMyFleet.java 393 Potential violation of Law of Demeter (object not created locally)
76382 src/com/itac/reporthandler/SpotMyFleet.java 399 Found 'DD'-anomaly for variable 'returnData' (lines '399'-'402').
76383 src/com/itac/reporthandler/SpotMyFleet.java 404 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76384 src/com/itac/reporthandler/SpotMyFleet.java 405 There is log block not surrounded by if
76385 src/com/itac/reporthandler/SpotMyFleet.java 408 Assigning an Object to null is a code smell. Consider refactoring.
76386 src/com/itac/reporthandler/SpotMyFleet.java 408 Found 'DU'-anomaly for variable 'vehicleId' (lines '408'-'424').
76387 src/com/itac/reporthandler/SpotMyFleet.java 409 Assigning an Object to null is a code smell. Consider refactoring.
76388 src/com/itac/reporthandler/SpotMyFleet.java 409 Found 'DU'-anomaly for variable 'ids' (lines '409'-'424').
76389 src/com/itac/reporthandler/SpotMyFleet.java 411 Potential violation of Law of Demeter (object not created locally)
76390 src/com/itac/reporthandler/SpotMyFleet.java 411 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
76391 src/com/itac/reporthandler/SpotMyFleet.java 416 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76392 src/com/itac/reporthandler/SpotMyFleet.java 417 There is log block not surrounded by if
76393 src/com/itac/reporthandler/SpotMyFleet.java 421 Avoid variables with short names like g
76394 src/com/itac/reporthandler/SpotMyFleet.java 421 Local variable 'g' could be declared final
76395 src/com/itac/reporthandler/SpotMyFleet.java 422 Avoid declaring a variable if it is unreferenced before a possible exit point.
76396 src/com/itac/reporthandler/SpotMyFleet.java 422 Avoid unused local variables such as 's'.
76397 src/com/itac/reporthandler/SpotMyFleet.java 422 Avoid variables with short names like s
76398 src/com/itac/reporthandler/SpotMyFleet.java 422 Found 'DU'-anomaly for variable 's' (lines '422'-'424').
76399 src/com/itac/reporthandler/SpotMyFleet.java 422 Local variable 's' could be declared final
76400 src/com/itac/reporthandler/SpotMyFleet.java 429 Avoid using implementation types like 'Hashtable'; use the interface instead
76401 src/com/itac/reporthandler/SpotMyFleet.java 429 Consider replacing this Hashtable with the newer java.util.Map
76402 src/com/itac/reporthandler/SpotMyFleet.java 429 Parameter 'htblmain' is not assigned and could be declared final
76403 src/com/itac/reporthandler/SpotMyFleet.java 429 The method 'getLatLongVehicleId' has a Cyclomatic Complexity of 10.
76404 src/com/itac/reporthandler/SpotMyFleet.java 429 publicMethodCommentRequirement Required
76405 src/com/itac/reporthandler/SpotMyFleet.java 431 Found 'DD'-anomaly for variable 'objList' (lines '431'-'486').
76406 src/com/itac/reporthandler/SpotMyFleet.java 433 Local variable 'vehicleId' could be declared final
76407 src/com/itac/reporthandler/SpotMyFleet.java 436 Local variable 'vehId' could be declared final
76408 src/com/itac/reporthandler/SpotMyFleet.java 438 Found 'DU'-anomaly for variable 'orgId' (lines '438'-'510').
76409 src/com/itac/reporthandler/SpotMyFleet.java 438 Local variable 'orgId' could be declared final
76410 src/com/itac/reporthandler/SpotMyFleet.java 441 Potential violation of Law of Demeter (object not created locally)
76411 src/com/itac/reporthandler/SpotMyFleet.java 443 Found 'DD'-anomaly for variable 'returnData' (lines '443'-'446').
76412 src/com/itac/reporthandler/SpotMyFleet.java 447 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76413 src/com/itac/reporthandler/SpotMyFleet.java 448 There is log block not surrounded by if
76414 src/com/itac/reporthandler/SpotMyFleet.java 451 Potential violation of Law of Demeter (object not created locally)
76415 src/com/itac/reporthandler/SpotMyFleet.java 451 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
76416 src/com/itac/reporthandler/SpotMyFleet.java 453 Local variable 'itr' could be declared final
76417 src/com/itac/reporthandler/SpotMyFleet.java 453 Potential violation of Law of Demeter (object not created locally)
76418 src/com/itac/reporthandler/SpotMyFleet.java 456 Consider replacing this Hashtable with the newer java.util.Map
76419 src/com/itac/reporthandler/SpotMyFleet.java 456 Consider replacing this Hashtable with the newer java.util.Map
76420 src/com/itac/reporthandler/SpotMyFleet.java 456 Local variable 'records' could be declared final
76421 src/com/itac/reporthandler/SpotMyFleet.java 458 Found 'DD'-anomaly for variable 'vehID' (lines '458'-'460').
76422 src/com/itac/reporthandler/SpotMyFleet.java 460 Found 'DU'-anomaly for variable 'vehID' (lines '460'-'510').
76423 src/com/itac/reporthandler/SpotMyFleet.java 460 Potential violation of Law of Demeter (method chain calls)
76424 src/com/itac/reporthandler/SpotMyFleet.java 460 Potential violation of Law of Demeter (method chain calls)
76425 src/com/itac/reporthandler/SpotMyFleet.java 460 Potential violation of Law of Demeter (object not created locally)
76426 src/com/itac/reporthandler/SpotMyFleet.java 462 Potential violation of Law of Demeter (object not created locally)
76427 src/com/itac/reporthandler/SpotMyFleet.java 467 Found 'DD'-anomaly for variable 'hquery' (lines '467'-'473').
76428 src/com/itac/reporthandler/SpotMyFleet.java 469 Local variable 'tripId' could be declared final
76429 src/com/itac/reporthandler/SpotMyFleet.java 469 Potential violation of Law of Demeter (method chain calls)
76430 src/com/itac/reporthandler/SpotMyFleet.java 469 Potential violation of Law of Demeter (method chain calls)
76431 src/com/itac/reporthandler/SpotMyFleet.java 469 Potential violation of Law of Demeter (object not created locally)
76432 src/com/itac/reporthandler/SpotMyFleet.java 481 Local variable 'vehicleIdList' could be declared final
76433 src/com/itac/reporthandler/SpotMyFleet.java 484 Potential violation of Law of Demeter (object not created locally)
76434 src/com/itac/reporthandler/SpotMyFleet.java 484 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
76435 src/com/itac/reporthandler/SpotMyFleet.java 489 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76436 src/com/itac/reporthandler/SpotMyFleet.java 490 System.out.print is used
76437 src/com/itac/reporthandler/SpotMyFleet.java 493 There is log block not surrounded by if
76438 src/com/itac/reporthandler/SpotMyFleet.java 503 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76439 src/com/itac/reporthandler/SpotMyFleet.java 504 There is log block not surrounded by if
76440 src/com/itac/reporthandler/SpotMyFleet.java 505 Avoid printStackTrace(); use a logger call instead.
76441 src/com/itac/reporthandler/SpotMyFleet.java 505 Potential violation of Law of Demeter (object not created locally)
76442 src/com/itac/reporthandler/SpotMyFleet.java 516 Avoid really long methods.
76443 src/com/itac/reporthandler/SpotMyFleet.java 516 Avoid using implementation types like 'Hashtable'; use the interface instead
76444 src/com/itac/reporthandler/SpotMyFleet.java 516 Consider replacing this Hashtable with the newer java.util.Map
76445 src/com/itac/reporthandler/SpotMyFleet.java 516 Parameter 'htable' is not assigned and could be declared final
76446 src/com/itac/reporthandler/SpotMyFleet.java 516 The method 'getLatLongTripId' has a Cyclomatic Complexity of 10.
76447 src/com/itac/reporthandler/SpotMyFleet.java 516 publicMethodCommentRequirement Required
76448 src/com/itac/reporthandler/SpotMyFleet.java 518 Found 'DU'-anomaly for variable 'commonUtils' (lines '518'-'624').
76449 src/com/itac/reporthandler/SpotMyFleet.java 518 Local variable 'commonUtils' could be declared final
76450 src/com/itac/reporthandler/SpotMyFleet.java 519 Found 'DD'-anomaly for variable 'objSpotMyFleetVO' (lines '519'-'546').
76451 src/com/itac/reporthandler/SpotMyFleet.java 521 Local variable 'tripId' could be declared final
76452 src/com/itac/reporthandler/SpotMyFleet.java 523 Local variable 'orgId' could be declared final
76453 src/com/itac/reporthandler/SpotMyFleet.java 526 Local variable 'hquery' could be declared final
76454 src/com/itac/reporthandler/SpotMyFleet.java 530 Local variable 'tripIdList' could be declared final
76455 src/com/itac/reporthandler/SpotMyFleet.java 532 Potential violation of Law of Demeter (object not created locally)
76456 src/com/itac/reporthandler/SpotMyFleet.java 532 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
76457 src/com/itac/reporthandler/SpotMyFleet.java 533 Local variable 'obj' could be declared final
76458 src/com/itac/reporthandler/SpotMyFleet.java 533 Potential violation of Law of Demeter (object not created locally)
76459 src/com/itac/reporthandler/SpotMyFleet.java 534 Local variable 'vehId' could be declared final
76460 src/com/itac/reporthandler/SpotMyFleet.java 537 Found 'DD'-anomaly for variable 'returnData' (lines '537'-'540').
76461 src/com/itac/reporthandler/SpotMyFleet.java 542 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76462 src/com/itac/reporthandler/SpotMyFleet.java 542 Avoid empty catch blocks
76463 src/com/itac/reporthandler/SpotMyFleet.java 545 Potential violation of Law of Demeter (object not created locally)
76464 src/com/itac/reporthandler/SpotMyFleet.java 545 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
76465 src/com/itac/reporthandler/SpotMyFleet.java 548 Local variable 'itr' could be declared final
76466 src/com/itac/reporthandler/SpotMyFleet.java 548 Potential violation of Law of Demeter (object not created locally)
76467 src/com/itac/reporthandler/SpotMyFleet.java 550 Consider replacing this Hashtable with the newer java.util.Map
76468 src/com/itac/reporthandler/SpotMyFleet.java 550 Consider replacing this Hashtable with the newer java.util.Map
76469 src/com/itac/reporthandler/SpotMyFleet.java 551 Local variable 'tripIdReturnValue' could be declared final
76470 src/com/itac/reporthandler/SpotMyFleet.java 551 Potential violation of Law of Demeter (object not created locally)
76471 src/com/itac/reporthandler/SpotMyFleet.java 555 Consider replacing this Hashtable with the newer java.util.Map
76472 src/com/itac/reporthandler/SpotMyFleet.java 557 Potential violation of Law of Demeter (method chain calls)
76473 src/com/itac/reporthandler/SpotMyFleet.java 557 Potential violation of Law of Demeter (object not created locally)
76474 src/com/itac/reporthandler/SpotMyFleet.java 560 Potential violation of Law of Demeter (method chain calls)
76475 src/com/itac/reporthandler/SpotMyFleet.java 560 Potential violation of Law of Demeter (method chain calls)
76476 src/com/itac/reporthandler/SpotMyFleet.java 560 Potential violation of Law of Demeter (object not created locally)
76477 src/com/itac/reporthandler/SpotMyFleet.java 563 Potential violation of Law of Demeter (method chain calls)
76478 src/com/itac/reporthandler/SpotMyFleet.java 563 Potential violation of Law of Demeter (object not created locally)
76479 src/com/itac/reporthandler/SpotMyFleet.java 565 Potential violation of Law of Demeter (method chain calls)
76480 src/com/itac/reporthandler/SpotMyFleet.java 565 Potential violation of Law of Demeter (object not created locally)
76481 src/com/itac/reporthandler/SpotMyFleet.java 567 Potential violation of Law of Demeter (method chain calls)
76482 src/com/itac/reporthandler/SpotMyFleet.java 567 Potential violation of Law of Demeter (object not created locally)
76483 src/com/itac/reporthandler/SpotMyFleet.java 570 Potential violation of Law of Demeter (method chain calls)
76484 src/com/itac/reporthandler/SpotMyFleet.java 570 Potential violation of Law of Demeter (object not created locally)
76485 src/com/itac/reporthandler/SpotMyFleet.java 573 Avoid unused local variables such as 'tripParamId'.
76486 src/com/itac/reporthandler/SpotMyFleet.java 573 Found 'DU'-anomaly for variable 'tripParamId' (lines '573'-'624').
76487 src/com/itac/reporthandler/SpotMyFleet.java 573 Local variable 'tripParamId' could be declared final
76488 src/com/itac/reporthandler/SpotMyFleet.java 573 Potential violation of Law of Demeter (object not created locally)
76489 src/com/itac/reporthandler/SpotMyFleet.java 575 Local variable 'fuelContent' could be declared final
76490 src/com/itac/reporthandler/SpotMyFleet.java 575 Potential violation of Law of Demeter (object not created locally)
76491 src/com/itac/reporthandler/SpotMyFleet.java 578 Potential violation of Law of Demeter (object not created locally)
76492 src/com/itac/reporthandler/SpotMyFleet.java 578 Potential violation of Law of Demeter (object not created locally)
76493 src/com/itac/reporthandler/SpotMyFleet.java 580 Potential violation of Law of Demeter (object not created locally)
76494 src/com/itac/reporthandler/SpotMyFleet.java 580 Potential violation of Law of Demeter (object not created locally)
76495 src/com/itac/reporthandler/SpotMyFleet.java 582 Potential violation of Law of Demeter (object not created locally)
76496 src/com/itac/reporthandler/SpotMyFleet.java 582 Potential violation of Law of Demeter (object not created locally)
76497 src/com/itac/reporthandler/SpotMyFleet.java 584 Potential violation of Law of Demeter (object not created locally)
76498 src/com/itac/reporthandler/SpotMyFleet.java 585 Potential violation of Law of Demeter (object not created locally)
76499 src/com/itac/reporthandler/SpotMyFleet.java 586 Potential violation of Law of Demeter (object not created locally)
76500 src/com/itac/reporthandler/SpotMyFleet.java 587 Potential violation of Law of Demeter (object not created locally)
76501 src/com/itac/reporthandler/SpotMyFleet.java 589 Potential violation of Law of Demeter (object not created locally)
76502 src/com/itac/reporthandler/SpotMyFleet.java 589 Potential violation of Law of Demeter (object not created locally)
76503 src/com/itac/reporthandler/SpotMyFleet.java 591 Local variable 'stamp' could be declared final
76504 src/com/itac/reporthandler/SpotMyFleet.java 592 Potential violation of Law of Demeter (object not created locally)
76505 src/com/itac/reporthandler/SpotMyFleet.java 593 Potential violation of Law of Demeter (object not created locally)
76506 src/com/itac/reporthandler/SpotMyFleet.java 593 Potential violation of Law of Demeter (object not created locally)
76507 src/com/itac/reporthandler/SpotMyFleet.java 595 Potential violation of Law of Demeter (object not created locally)
76508 src/com/itac/reporthandler/SpotMyFleet.java 596 Potential violation of Law of Demeter (object not created locally)
76509 src/com/itac/reporthandler/SpotMyFleet.java 599 Local variable 'remainingFuel' could be declared final
76510 src/com/itac/reporthandler/SpotMyFleet.java 599 Potential violation of Law of Demeter (object not created locally)
76511 src/com/itac/reporthandler/SpotMyFleet.java 601 Potential violation of Law of Demeter (object not created locally)
76512 src/com/itac/reporthandler/SpotMyFleet.java 602 Potential violation of Law of Demeter (method chain calls)
76513 src/com/itac/reporthandler/SpotMyFleet.java 602 Potential violation of Law of Demeter (method chain calls)
76514 src/com/itac/reporthandler/SpotMyFleet.java 602 Potential violation of Law of Demeter (object not created locally)
76515 src/com/itac/reporthandler/SpotMyFleet.java 602 Potential violation of Law of Demeter (object not created locally)
76516 src/com/itac/reporthandler/SpotMyFleet.java 607 Assigning an Object to null is a code smell. Consider refactoring.
76517 src/com/itac/reporthandler/SpotMyFleet.java 607 Found 'DU'-anomaly for variable 'getFuelData' (lines '607'-'624').
76518 src/com/itac/reporthandler/SpotMyFleet.java 608 Assigning an Object to null is a code smell. Consider refactoring.
76519 src/com/itac/reporthandler/SpotMyFleet.java 608 Found 'DU'-anomaly for variable 'records' (lines '608'-'624').
76520 src/com/itac/reporthandler/SpotMyFleet.java 610 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76521 src/com/itac/reporthandler/SpotMyFleet.java 611 Avoid printStackTrace(); use a logger call instead.
76522 src/com/itac/reporthandler/SpotMyFleet.java 611 Potential violation of Law of Demeter (object not created locally)
76523 src/com/itac/reporthandler/SpotMyFleet.java 619 There is log block not surrounded by if
76524 src/com/itac/reporthandler/SpotMyFleet.java 628 Avoid using implementation types like 'Hashtable'; use the interface instead
76525 src/com/itac/reporthandler/SpotMyFleet.java 628 Consider replacing this Hashtable with the newer java.util.Map
76526 src/com/itac/reporthandler/SpotMyFleet.java 628 Parameter 'input' is not assigned and could be declared final
76527 src/com/itac/reporthandler/SpotMyFleet.java 628 publicMethodCommentRequirement Required
76528 src/com/itac/reporthandler/SpotMyFleet.java 629 Found 'DD'-anomaly for variable 'organizationId' (lines '629'-'635').
76529 src/com/itac/reporthandler/SpotMyFleet.java 630 Avoid excessively long variable names like orgFenceLatLongQry
76530 src/com/itac/reporthandler/SpotMyFleet.java 630 Found 'DD'-anomaly for variable 'orgFenceLatLongQry' (lines '630'-'638').
76531 src/com/itac/reporthandler/SpotMyFleet.java 631 Found 'DD'-anomaly for variable 'orgFenceVo' (lines '631'-'646').
76532 src/com/itac/reporthandler/SpotMyFleet.java 634 Potential violation of Law of Demeter (method chain calls)
76533 src/com/itac/reporthandler/SpotMyFleet.java 635 Potential violation of Law of Demeter (method chain calls)
76534 src/com/itac/reporthandler/SpotMyFleet.java 635 Potential violation of Law of Demeter (method chain calls)
76535 src/com/itac/reporthandler/SpotMyFleet.java 641 Local variable 'orgFenceList' could be declared final
76536 src/com/itac/reporthandler/SpotMyFleet.java 643 Local variable 'orgFenceiter' could be declared final
76537 src/com/itac/reporthandler/SpotMyFleet.java 645 Local variable 'rows' could be declared final
76538 src/com/itac/reporthandler/SpotMyFleet.java 646 Avoid instantiating new objects inside loops
76539 src/com/itac/reporthandler/SpotMyFleet.java 649 Potential violation of Law of Demeter (method chain calls)
76540 src/com/itac/reporthandler/SpotMyFleet.java 653 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76541 src/com/itac/reporthandler/SpotMyFleet.java 654 There is log block not surrounded by if
76542 src/com/itac/reporthandler/Trip.java 1 A high number of imports can indicate a high degree of coupling within an object.
76543 src/com/itac/reporthandler/Trip.java 1 Possible God class (WMC=89, ATFD=174, TCC=0.09090909090909091)
76544 src/com/itac/reporthandler/Trip.java 15 Comment is too large: Line too long
76545 src/com/itac/reporthandler/Trip.java 23 Comment is too large: Line too long
76546 src/com/itac/reporthandler/Trip.java 27 Avoid unused imports such as 'java.io.BufferedReader'
76547 src/com/itac/reporthandler/Trip.java 28 Avoid unused imports such as 'java.io.IOException'
76548 src/com/itac/reporthandler/Trip.java 29 Avoid unused imports such as 'java.io.InputStreamReader'
76549 src/com/itac/reporthandler/Trip.java 30 Avoid unused imports such as 'java.sql.Time'
76550 src/com/itac/reporthandler/Trip.java 44 Avoid unused imports such as 'com.google.gson.Gson'
76551 src/com/itac/reporthandler/Trip.java 61 A Classname should have a minimum of five characters
76552 src/com/itac/reporthandler/Trip.java 61 The class 'Trip' has a Cyclomatic Complexity of 8 (Highest = 21).
76553 src/com/itac/reporthandler/Trip.java 61 Too many fields
76554 src/com/itac/reporthandler/Trip.java 61 headerCommentRequirement Required
76555 src/com/itac/reporthandler/Trip.java 63 The Logger variable declaration does not contain the static and final modifiers
76556 src/com/itac/reporthandler/Trip.java 63 fieldCommentRequirement Required
76557 src/com/itac/reporthandler/Trip.java 66 Found non-transient, non-static member. Please mark as transient or provide accessors.
76558 src/com/itac/reporthandler/Trip.java 66 Use explicit scoping instead of the default package private level
76559 src/com/itac/reporthandler/Trip.java 66 fieldCommentRequirement Required
76560 src/com/itac/reporthandler/Trip.java 68 Found non-transient, non-static member. Please mark as transient or provide accessors.
76561 src/com/itac/reporthandler/Trip.java 68 Use explicit scoping instead of the default package private level
76562 src/com/itac/reporthandler/Trip.java 68 fieldCommentRequirement Required
76563 src/com/itac/reporthandler/Trip.java 69 Avoid using redundant field initializer for 'vehicleId'
76564 src/com/itac/reporthandler/Trip.java 69 Found non-transient, non-static member. Please mark as transient or provide accessors.
76565 src/com/itac/reporthandler/Trip.java 69 Use explicit scoping instead of the default package private level
76566 src/com/itac/reporthandler/Trip.java 69 fieldCommentRequirement Required
76567 src/com/itac/reporthandler/Trip.java 70 Avoid using redundant field initializer for 'tripId'
76568 src/com/itac/reporthandler/Trip.java 70 Use explicit scoping instead of the default package private level
76569 src/com/itac/reporthandler/Trip.java 70 fieldCommentRequirement Required
76570 src/com/itac/reporthandler/Trip.java 71 Found non-transient, non-static member. Please mark as transient or provide accessors.
76571 src/com/itac/reporthandler/Trip.java 71 Use explicit scoping instead of the default package private level
76572 src/com/itac/reporthandler/Trip.java 71 fieldCommentRequirement Required
76573 src/com/itac/reporthandler/Trip.java 72 Avoid using redundant field initializer for 'session'
76574 src/com/itac/reporthandler/Trip.java 72 Found non-transient, non-static member. Please mark as transient or provide accessors.
76575 src/com/itac/reporthandler/Trip.java 72 Use explicit scoping instead of the default package private level
76576 src/com/itac/reporthandler/Trip.java 72 fieldCommentRequirement Required
76577 src/com/itac/reporthandler/Trip.java 73 Avoid using redundant field initializer for 'swipeVo'
76578 src/com/itac/reporthandler/Trip.java 73 Found non-transient, non-static member. Please mark as transient or provide accessors.
76579 src/com/itac/reporthandler/Trip.java 73 Use explicit scoping instead of the default package private level
76580 src/com/itac/reporthandler/Trip.java 73 fieldCommentRequirement Required
76581 src/com/itac/reporthandler/Trip.java 74 Avoid using redundant field initializer for 'rfdata'
76582 src/com/itac/reporthandler/Trip.java 74 Use explicit scoping instead of the default package private level
76583 src/com/itac/reporthandler/Trip.java 74 fieldCommentRequirement Required
76584 src/com/itac/reporthandler/Trip.java 75 Avoid using redundant field initializer for 'temprfdata'
76585 src/com/itac/reporthandler/Trip.java 75 Use explicit scoping instead of the default package private level
76586 src/com/itac/reporthandler/Trip.java 75 fieldCommentRequirement Required
76587 src/com/itac/reporthandler/Trip.java 76 Avoid using redundant field initializer for 'swipeObj'
76588 src/com/itac/reporthandler/Trip.java 76 Found non-transient, non-static member. Please mark as transient or provide accessors.
76589 src/com/itac/reporthandler/Trip.java 76 Use explicit scoping instead of the default package private level
76590 src/com/itac/reporthandler/Trip.java 76 fieldCommentRequirement Required
76591 src/com/itac/reporthandler/Trip.java 77 Avoid using redundant field initializer for 'tempSwipeObj'
76592 src/com/itac/reporthandler/Trip.java 77 Found non-transient, non-static member. Please mark as transient or provide accessors.
76593 src/com/itac/reporthandler/Trip.java 77 Use explicit scoping instead of the default package private level
76594 src/com/itac/reporthandler/Trip.java 77 fieldCommentRequirement Required
76595 src/com/itac/reporthandler/Trip.java 78 Avoid using redundant field initializer for 'fromTime'
76596 src/com/itac/reporthandler/Trip.java 78 Found non-transient, non-static member. Please mark as transient or provide accessors.
76597 src/com/itac/reporthandler/Trip.java 78 Use explicit scoping instead of the default package private level
76598 src/com/itac/reporthandler/Trip.java 78 fieldCommentRequirement Required
76599 src/com/itac/reporthandler/Trip.java 79 Avoid using redundant field initializer for 'toTime'
76600 src/com/itac/reporthandler/Trip.java 79 Found non-transient, non-static member. Please mark as transient or provide accessors.
76601 src/com/itac/reporthandler/Trip.java 79 Use explicit scoping instead of the default package private level
76602 src/com/itac/reporthandler/Trip.java 79 fieldCommentRequirement Required
76603 src/com/itac/reporthandler/Trip.java 80 Found non-transient, non-static member. Please mark as transient or provide accessors.
76604 src/com/itac/reporthandler/Trip.java 80 Use explicit scoping instead of the default package private level
76605 src/com/itac/reporthandler/Trip.java 80 fieldCommentRequirement Required
76606 src/com/itac/reporthandler/Trip.java 81 Found non-transient, non-static member. Please mark as transient or provide accessors.
76607 src/com/itac/reporthandler/Trip.java 81 Use explicit scoping instead of the default package private level
76608 src/com/itac/reporthandler/Trip.java 81 fieldCommentRequirement Required
76609 src/com/itac/reporthandler/Trip.java 82 Avoid using redundant field initializer for 'vehicleTripid'
76610 src/com/itac/reporthandler/Trip.java 82 Found non-transient, non-static member. Please mark as transient or provide accessors.
76611 src/com/itac/reporthandler/Trip.java 82 Use explicit scoping instead of the default package private level
76612 src/com/itac/reporthandler/Trip.java 82 fieldCommentRequirement Required
76613 src/com/itac/reporthandler/Trip.java 83 Avoid using redundant field initializer for 'tempvehicleTripid'
76614 src/com/itac/reporthandler/Trip.java 83 Found non-transient, non-static member. Please mark as transient or provide accessors.
76615 src/com/itac/reporthandler/Trip.java 83 Use explicit scoping instead of the default package private level
76616 src/com/itac/reporthandler/Trip.java 83 fieldCommentRequirement Required
76617 src/com/itac/reporthandler/Trip.java 84 Found non-transient, non-static member. Please mark as transient or provide accessors.
76618 src/com/itac/reporthandler/Trip.java 84 Use explicit scoping instead of the default package private level
76619 src/com/itac/reporthandler/Trip.java 84 When instantiating a SimpleDateFormat object, specify a Locale
76620 src/com/itac/reporthandler/Trip.java 84 fieldCommentRequirement Required
76621 src/com/itac/reporthandler/Trip.java 85 Found non-transient, non-static member. Please mark as transient or provide accessors.
76622 src/com/itac/reporthandler/Trip.java 85 Use explicit scoping instead of the default package private level
76623 src/com/itac/reporthandler/Trip.java 85 fieldCommentRequirement Required
76624 src/com/itac/reporthandler/Trip.java 87 Found 'UR'-anomaly for variable 'holidays' (lines '87'-'100').
76625 src/com/itac/reporthandler/Trip.java 87 publicMethodCommentRequirement Required
76626 src/com/itac/reporthandler/Trip.java 88 Avoid using implementation types like 'Hashtable'; use the interface instead
76627 src/com/itac/reporthandler/Trip.java 88 Consider replacing this Hashtable with the newer java.util.Map
76628 src/com/itac/reporthandler/Trip.java 88 Parameter 'organizationId' is not assigned and could be declared final
76629 src/com/itac/reporthandler/Trip.java 89 Local variable 'orgId' could be declared final
76630 src/com/itac/reporthandler/Trip.java 89 Potential violation of Law of Demeter (method chain calls)
76631 src/com/itac/reporthandler/Trip.java 89 Potential violation of Law of Demeter (method chain calls)
76632 src/com/itac/reporthandler/Trip.java 91 Local variable 'day' could be declared final
76633 src/com/itac/reporthandler/Trip.java 92 Found 'DU'-anomaly for variable 'dayofweek' (lines '92'-'132').
76634 src/com/itac/reporthandler/Trip.java 92 Local variable 'dayofweek' could be declared final
76635 src/com/itac/reporthandler/Trip.java 93 Found 'DU'-anomaly for variable 'currdate' (lines '93'-'132').
76636 src/com/itac/reporthandler/Trip.java 93 Local variable 'currdate' could be declared final
76637 src/com/itac/reporthandler/Trip.java 94 Local variable 'holidayQry' could be declared final
76638 src/com/itac/reporthandler/Trip.java 96 Local variable 'holList' could be declared final
76639 src/com/itac/reporthandler/Trip.java 98 Potential violation of Law of Demeter (object not created locally)
76640 src/com/itac/reporthandler/Trip.java 99 Local variable 'holidays' could be declared final
76641 src/com/itac/reporthandler/Trip.java 100 Local variable 'holiday' could be declared final
76642 src/com/itac/reporthandler/Trip.java 100 Potential violation of Law of Demeter (object not created locally)
76643 src/com/itac/reporthandler/Trip.java 101 Local variable 'daystring' could be declared final
76644 src/com/itac/reporthandler/Trip.java 101 Potential violation of Law of Demeter (object not created locally)
76645 src/com/itac/reporthandler/Trip.java 102 Useless parentheses.
76646 src/com/itac/reporthandler/Trip.java 103 Potential violation of Law of Demeter (object not created locally)
76647 src/com/itac/reporthandler/Trip.java 103 Potential violation of Law of Demeter (object not created locally)
76648 src/com/itac/reporthandler/Trip.java 103 Potential violation of Law of Demeter (object not created locally)
76649 src/com/itac/reporthandler/Trip.java 108 Local variable 'vehIdQry' could be declared final
76650 src/com/itac/reporthandler/Trip.java 110 Local variable 'idlist' could be declared final
76651 src/com/itac/reporthandler/Trip.java 111 Potential violation of Law of Demeter (object not created locally)
76652 src/com/itac/reporthandler/Trip.java 112 Local variable 'iditer' could be declared final
76653 src/com/itac/reporthandler/Trip.java 112 Potential violation of Law of Demeter (object not created locally)
76654 src/com/itac/reporthandler/Trip.java 116 Local variable 'tripDataQry' could be declared final
76655 src/com/itac/reporthandler/Trip.java 118 Local variable 'triplist' could be declared final
76656 src/com/itac/reporthandler/Trip.java 119 Local variable 'tripIter' could be declared final
76657 src/com/itac/reporthandler/Trip.java 119 Potential violation of Law of Demeter (object not created locally)
76658 src/com/itac/reporthandler/Trip.java 121 Local variable 'rows' could be declared final
76659 src/com/itac/reporthandler/Trip.java 122 Avoid instantiating new objects inside loops
76660 src/com/itac/reporthandler/Trip.java 128 System.arraycopy is more efficient
76661 src/com/itac/reporthandler/Trip.java 131 Returning 'tempvehicleTripid' may expose an internal array.
76662 src/com/itac/reporthandler/Trip.java 136 Avoid really long methods.
76663 src/com/itac/reporthandler/Trip.java 136 Avoid using implementation types like 'Hashtable'; use the interface instead
76664 src/com/itac/reporthandler/Trip.java 136 Consider replacing this Hashtable with the newer java.util.Map
76665 src/com/itac/reporthandler/Trip.java 136 Parameter 'input' is not assigned and could be declared final
76666 src/com/itac/reporthandler/Trip.java 136 The method 'getSwipeInfo' has a Cyclomatic Complexity of 21.
76667 src/com/itac/reporthandler/Trip.java 136 The method getSwipeInfo() has an NPath complexity of 4225
76668 src/com/itac/reporthandler/Trip.java 136 publicMethodCommentRequirement Required
76669 src/com/itac/reporthandler/Trip.java 139 Found 'DD'-anomaly for variable 'rfidcount' (lines '139'-'227').
76670 src/com/itac/reporthandler/Trip.java 140 Avoid excessively long variable names like swipedMoreThanOnce
76671 src/com/itac/reporthandler/Trip.java 140 Found 'DD'-anomaly for variable 'swipedMoreThanOnce' (lines '140'-'231').
76672 src/com/itac/reporthandler/Trip.java 141 Found 'DD'-anomaly for variable 'isInSchool' (lines '141'-'237').
76673 src/com/itac/reporthandler/Trip.java 142 Found 'DD'-anomaly for variable 'rfidcountQry' (lines '142'-'214').
76674 src/com/itac/reporthandler/Trip.java 143 Found 'DD'-anomaly for variable 'fenceSwipeQry' (lines '143'-'186').
76675 src/com/itac/reporthandler/Trip.java 144 Avoid declaring a variable if it is unreferenced before a possible exit point.
76676 src/com/itac/reporthandler/Trip.java 144 Avoid unused local variables such as 'sdf'.
76677 src/com/itac/reporthandler/Trip.java 144 Found 'DU'-anomaly for variable 'sdf' (lines '144'-'259').
76678 src/com/itac/reporthandler/Trip.java 144 Local variable 'sdf' could be declared final
76679 src/com/itac/reporthandler/Trip.java 144 When instantiating a SimpleDateFormat object, specify a Locale
76680 src/com/itac/reporthandler/Trip.java 146 Found 'DD'-anomaly for variable 'tripId' (lines '146'-'152').
76681 src/com/itac/reporthandler/Trip.java 152 Potential violation of Law of Demeter (method chain calls)
76682 src/com/itac/reporthandler/Trip.java 152 Potential violation of Law of Demeter (method chain calls)
76683 src/com/itac/reporthandler/Trip.java 155 Potential violation of Law of Demeter (method chain calls)
76684 src/com/itac/reporthandler/Trip.java 155 Potential violation of Law of Demeter (method chain calls)
76685 src/com/itac/reporthandler/Trip.java 157 Potential violation of Law of Demeter (method chain calls)
76686 src/com/itac/reporthandler/Trip.java 157 Potential violation of Law of Demeter (method chain calls)
76687 src/com/itac/reporthandler/Trip.java 161 Potential violation of Law of Demeter (method chain calls)
76688 src/com/itac/reporthandler/Trip.java 172 Potential violation of Law of Demeter (method chain calls)
76689 src/com/itac/reporthandler/Trip.java 193 Local variable 'fenceList' could be declared final
76690 src/com/itac/reporthandler/Trip.java 198 Local variable 'fenceId' could be declared final
76691 src/com/itac/reporthandler/Trip.java 198 Potential violation of Law of Demeter (method chain calls)
76692 src/com/itac/reporthandler/Trip.java 200 Local variable 'rfdataQry' could be declared final
76693 src/com/itac/reporthandler/Trip.java 207 Local variable 'rflist' could be declared final
76694 src/com/itac/reporthandler/Trip.java 209 Avoid instantiating new objects inside loops
76695 src/com/itac/reporthandler/Trip.java 212 Local variable 'rfidno' could be declared final
76696 src/com/itac/reporthandler/Trip.java 212 Potential violation of Law of Demeter (method chain calls)
76697 src/com/itac/reporthandler/Trip.java 223 Local variable 'countlist' could be declared final
76698 src/com/itac/reporthandler/Trip.java 224 Local variable 'countiter' could be declared final
76699 src/com/itac/reporthandler/Trip.java 226 Local variable 'valuecount' could be declared final
76700 src/com/itac/reporthandler/Trip.java 227 Found 'DD'-anomaly for variable 'rfidcount' (lines '227'-'227').
76701 src/com/itac/reporthandler/Trip.java 230 Avoid using Literals in Conditional Statements
76702 src/com/itac/reporthandler/Trip.java 235 Position literals first in String comparisons for EqualsIgnoreCase
76703 src/com/itac/reporthandler/Trip.java 238 Position literals first in String comparisons for EqualsIgnoreCase
76704 src/com/itac/reporthandler/Trip.java 241 Avoid instantiating new objects inside loops
76705 src/com/itac/reporthandler/Trip.java 244 Found 'DD'-anomaly for variable 'rfidcount' (lines '244'-'227').
76706 src/com/itac/reporthandler/Trip.java 244 Found 'DU'-anomaly for variable 'rfidcount' (lines '244'-'259').
76707 src/com/itac/reporthandler/Trip.java 246 Avoid instantiating new objects inside loops
76708 src/com/itac/reporthandler/Trip.java 247 System.arraycopy is more efficient
76709 src/com/itac/reporthandler/Trip.java 250 Avoid instantiating new objects inside loops
76710 src/com/itac/reporthandler/Trip.java 250 Potential violation of Law of Demeter (method chain calls)
76711 src/com/itac/reporthandler/Trip.java 254 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76712 src/com/itac/reporthandler/Trip.java 255 There is log block not surrounded by if
76713 src/com/itac/reporthandler/Trip.java 262 Avoid using implementation types like 'Hashtable'; use the interface instead
76714 src/com/itac/reporthandler/Trip.java 262 Consider replacing this Hashtable with the newer java.util.Map
76715 src/com/itac/reporthandler/Trip.java 262 Parameter 'input' is not assigned and could be declared final
76716 src/com/itac/reporthandler/Trip.java 262 publicMethodCommentRequirement Required
76717 src/com/itac/reporthandler/Trip.java 263 Found 'DD'-anomaly for variable 'tripInfo' (lines '263'-'277').
76718 src/com/itac/reporthandler/Trip.java 268 Local variable 'organizationId' could be declared final
76719 src/com/itac/reporthandler/Trip.java 268 Potential violation of Law of Demeter (method chain calls)
76720 src/com/itac/reporthandler/Trip.java 268 Potential violation of Law of Demeter (method chain calls)
76721 src/com/itac/reporthandler/Trip.java 270 Local variable 'tripInfoQuery' could be declared final
76722 src/com/itac/reporthandler/Trip.java 272 Local variable 'tripList' could be declared final
76723 src/com/itac/reporthandler/Trip.java 277 Found 'DD'-anomaly for variable 'tripInfo' (lines '277'-'282').
76724 src/com/itac/reporthandler/Trip.java 278 Local variable 'tripIter' could be declared final
76725 src/com/itac/reporthandler/Trip.java 279 Found 'DU'-anomaly for variable 'count' (lines '279'-'293').
76726 src/com/itac/reporthandler/Trip.java 281 Local variable 'rows' could be declared final
76727 src/com/itac/reporthandler/Trip.java 282 Avoid instantiating new objects inside loops
76728 src/com/itac/reporthandler/Trip.java 282 Found 'DD'-anomaly for variable 'tripInfo' (lines '282'-'282').
76729 src/com/itac/reporthandler/Trip.java 284 Found 'DU'-anomaly for variable 'count' (lines '284'-'293').
76730 src/com/itac/reporthandler/Trip.java 288 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76731 src/com/itac/reporthandler/Trip.java 289 There is log block not surrounded by if
76732 src/com/itac/reporthandler/Trip.java 297 Avoid using implementation types like 'Hashtable'; use the interface instead
76733 src/com/itac/reporthandler/Trip.java 297 Consider replacing this Hashtable with the newer java.util.Map
76734 src/com/itac/reporthandler/Trip.java 297 Parameter 'htable' is not assigned and could be declared final
76735 src/com/itac/reporthandler/Trip.java 297 publicMethodCommentRequirement Required
76736 src/com/itac/reporthandler/Trip.java 298 Found 'DD'-anomaly for variable 'tripdetarray' (lines '298'-'320').
76737 src/com/itac/reporthandler/Trip.java 300 Local variable 'orgId' could be declared final
76738 src/com/itac/reporthandler/Trip.java 300 Potential violation of Law of Demeter (method chain calls)
76739 src/com/itac/reporthandler/Trip.java 300 Potential violation of Law of Demeter (method chain calls)
76740 src/com/itac/reporthandler/Trip.java 300 Potential violation of Law of Demeter (method chain calls)
76741 src/com/itac/reporthandler/Trip.java 300 Potential violation of Law of Demeter (method chain calls)
76742 src/com/itac/reporthandler/Trip.java 302 Found 'DD'-anomaly for variable 'fromTime' (lines '302'-'311').
76743 src/com/itac/reporthandler/Trip.java 303 Found 'DD'-anomaly for variable 'toTime' (lines '303'-'305').
76744 src/com/itac/reporthandler/Trip.java 304 Local variable 'dateFormat' could be declared final
76745 src/com/itac/reporthandler/Trip.java 304 When instantiating a SimpleDateFormat object, specify a Locale
76746 src/com/itac/reporthandler/Trip.java 306 Avoid unused local variables such as 'now'.
76747 src/com/itac/reporthandler/Trip.java 306 Found 'DU'-anomaly for variable 'now' (lines '306'-'344').
76748 src/com/itac/reporthandler/Trip.java 306 Local variable 'now' could be declared final
76749 src/com/itac/reporthandler/Trip.java 312 Local variable 'hquery' could be declared final
76750 src/com/itac/reporthandler/Trip.java 316 Local variable 'list' could be declared final
76751 src/com/itac/reporthandler/Trip.java 317 Potential violation of Law of Demeter (object not created locally)
76752 src/com/itac/reporthandler/Trip.java 317 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
76753 src/com/itac/reporthandler/Trip.java 318 Local variable 'iterator' could be declared final
76754 src/com/itac/reporthandler/Trip.java 318 Potential violation of Law of Demeter (object not created locally)
76755 src/com/itac/reporthandler/Trip.java 319 Found 'DU'-anomaly for variable 'obj' (lines '319'-'344').
76756 src/com/itac/reporthandler/Trip.java 319 Local variable 'obj' could be declared final
76757 src/com/itac/reporthandler/Trip.java 320 Found 'DD'-anomaly for variable 'tripdetarray' (lines '320'-'336').
76758 src/com/itac/reporthandler/Trip.java 320 Potential violation of Law of Demeter (object not created locally)
76759 src/com/itac/reporthandler/Trip.java 321 Found 'DU'-anomaly for variable 'ObjTrip' (lines '321'-'344').
76760 src/com/itac/reporthandler/Trip.java 321 Local variable 'ObjTrip' could be declared final
76761 src/com/itac/reporthandler/Trip.java 321 Variables should start with a lowercase character, 'ObjTrip' starts with uppercase character.
76762 src/com/itac/reporthandler/Trip.java 322 Found 'DU'-anomaly for variable 'count' (lines '322'-'344').
76763 src/com/itac/reporthandler/Trip.java 324 Avoid instantiating new objects inside loops
76764 src/com/itac/reporthandler/Trip.java 324 Local variable 'tripdet' could be declared final
76765 src/com/itac/reporthandler/Trip.java 325 Local variable 'rows' could be declared final
76766 src/com/itac/reporthandler/Trip.java 326 Potential violation of Law of Demeter (method chain calls)
76767 src/com/itac/reporthandler/Trip.java 326 Potential violation of Law of Demeter (object not created locally)
76768 src/com/itac/reporthandler/Trip.java 327 Potential violation of Law of Demeter (method chain calls)
76769 src/com/itac/reporthandler/Trip.java 327 Potential violation of Law of Demeter (object not created locally)
76770 src/com/itac/reporthandler/Trip.java 328 Potential violation of Law of Demeter (method chain calls)
76771 src/com/itac/reporthandler/Trip.java 328 Potential violation of Law of Demeter (object not created locally)
76772 src/com/itac/reporthandler/Trip.java 329 Potential violation of Law of Demeter (method chain calls)
76773 src/com/itac/reporthandler/Trip.java 329 Potential violation of Law of Demeter (method chain calls)
76774 src/com/itac/reporthandler/Trip.java 329 Potential violation of Law of Demeter (method chain calls)
76775 src/com/itac/reporthandler/Trip.java 329 Potential violation of Law of Demeter (method chain calls)
76776 src/com/itac/reporthandler/Trip.java 329 Potential violation of Law of Demeter (method chain calls)
76777 src/com/itac/reporthandler/Trip.java 329 Potential violation of Law of Demeter (method chain calls)
76778 src/com/itac/reporthandler/Trip.java 329 Potential violation of Law of Demeter (object not created locally)
76779 src/com/itac/reporthandler/Trip.java 330 Potential violation of Law of Demeter (method chain calls)
76780 src/com/itac/reporthandler/Trip.java 330 Potential violation of Law of Demeter (object not created locally)
76781 src/com/itac/reporthandler/Trip.java 331 Potential violation of Law of Demeter (method chain calls)
76782 src/com/itac/reporthandler/Trip.java 331 Potential violation of Law of Demeter (object not created locally)
76783 src/com/itac/reporthandler/Trip.java 333 Potential violation of Law of Demeter (method chain calls)
76784 src/com/itac/reporthandler/Trip.java 333 Potential violation of Law of Demeter (object not created locally)
76785 src/com/itac/reporthandler/Trip.java 334 Potential violation of Law of Demeter (method chain calls)
76786 src/com/itac/reporthandler/Trip.java 334 Potential violation of Law of Demeter (object not created locally)
76787 src/com/itac/reporthandler/Trip.java 336 Found 'DD'-anomaly for variable 'tripdetarray' (lines '336'-'336').
76788 src/com/itac/reporthandler/Trip.java 337 Found 'DU'-anomaly for variable 'count' (lines '337'-'344').
76789 src/com/itac/reporthandler/Trip.java 340 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76790 src/com/itac/reporthandler/Trip.java 341 There is log block not surrounded by if
76791 src/com/itac/reporthandler/Trip.java 347 Avoid using implementation types like 'Hashtable'; use the interface instead
76792 src/com/itac/reporthandler/Trip.java 347 Consider replacing this Hashtable with the newer java.util.Map
76793 src/com/itac/reporthandler/Trip.java 347 Parameter 'htable' is not assigned and could be declared final
76794 src/com/itac/reporthandler/Trip.java 347 publicMethodCommentRequirement Required
76795 src/com/itac/reporthandler/Trip.java 348 Found 'DD'-anomaly for variable 'tripdetarray' (lines '348'-'390').
76796 src/com/itac/reporthandler/Trip.java 350 Local variable 'orgId' could be declared final
76797 src/com/itac/reporthandler/Trip.java 350 Potential violation of Law of Demeter (method chain calls)
76798 src/com/itac/reporthandler/Trip.java 350 Potential violation of Law of Demeter (method chain calls)
76799 src/com/itac/reporthandler/Trip.java 350 Potential violation of Law of Demeter (method chain calls)
76800 src/com/itac/reporthandler/Trip.java 350 Potential violation of Law of Demeter (method chain calls)
76801 src/com/itac/reporthandler/Trip.java 352 Local variable 'groupId' could be declared final
76802 src/com/itac/reporthandler/Trip.java 352 Potential violation of Law of Demeter (method chain calls)
76803 src/com/itac/reporthandler/Trip.java 352 Potential violation of Law of Demeter (method chain calls)
76804 src/com/itac/reporthandler/Trip.java 352 Potential violation of Law of Demeter (method chain calls)
76805 src/com/itac/reporthandler/Trip.java 352 Potential violation of Law of Demeter (method chain calls)
76806 src/com/itac/reporthandler/Trip.java 354 Found 'DD'-anomaly for variable 'fromTime' (lines '354'-'363').
76807 src/com/itac/reporthandler/Trip.java 355 Found 'DD'-anomaly for variable 'toTime' (lines '355'-'357').
76808 src/com/itac/reporthandler/Trip.java 356 Local variable 'dateFormat' could be declared final
76809 src/com/itac/reporthandler/Trip.java 356 When instantiating a SimpleDateFormat object, specify a Locale
76810 src/com/itac/reporthandler/Trip.java 358 Avoid unused local variables such as 'now'.
76811 src/com/itac/reporthandler/Trip.java 358 Found 'DU'-anomaly for variable 'now' (lines '358'-'411').
76812 src/com/itac/reporthandler/Trip.java 358 Local variable 'now' could be declared final
76813 src/com/itac/reporthandler/Trip.java 364 Local variable 'hquery' could be declared final
76814 src/com/itac/reporthandler/Trip.java 384 Local variable 'list' could be declared final
76815 src/com/itac/reporthandler/Trip.java 388 Local variable 'iterator' could be declared final
76816 src/com/itac/reporthandler/Trip.java 388 Potential violation of Law of Demeter (object not created locally)
76817 src/com/itac/reporthandler/Trip.java 389 Found 'DU'-anomaly for variable 'obj' (lines '389'-'411').
76818 src/com/itac/reporthandler/Trip.java 389 Local variable 'obj' could be declared final
76819 src/com/itac/reporthandler/Trip.java 390 Found 'DD'-anomaly for variable 'tripdetarray' (lines '390'-'403').
76820 src/com/itac/reporthandler/Trip.java 390 Potential violation of Law of Demeter (object not created locally)
76821 src/com/itac/reporthandler/Trip.java 392 Found 'DU'-anomaly for variable 'ObjTrip' (lines '392'-'411').
76822 src/com/itac/reporthandler/Trip.java 392 Local variable 'ObjTrip' could be declared final
76823 src/com/itac/reporthandler/Trip.java 392 Variables should start with a lowercase character, 'ObjTrip' starts with uppercase character.
76824 src/com/itac/reporthandler/Trip.java 393 Found 'DU'-anomaly for variable 'count' (lines '393'-'411').
76825 src/com/itac/reporthandler/Trip.java 395 Avoid instantiating new objects inside loops
76826 src/com/itac/reporthandler/Trip.java 395 Local variable 'tripdet' could be declared final
76827 src/com/itac/reporthandler/Trip.java 396 Local variable 'rows' could be declared final
76828 src/com/itac/reporthandler/Trip.java 397 Potential violation of Law of Demeter (method chain calls)
76829 src/com/itac/reporthandler/Trip.java 397 Potential violation of Law of Demeter (object not created locally)
76830 src/com/itac/reporthandler/Trip.java 398 Potential violation of Law of Demeter (method chain calls)
76831 src/com/itac/reporthandler/Trip.java 398 Potential violation of Law of Demeter (object not created locally)
76832 src/com/itac/reporthandler/Trip.java 399 Potential violation of Law of Demeter (method chain calls)
76833 src/com/itac/reporthandler/Trip.java 399 Potential violation of Law of Demeter (object not created locally)
76834 src/com/itac/reporthandler/Trip.java 400 Potential violation of Law of Demeter (method chain calls)
76835 src/com/itac/reporthandler/Trip.java 400 Potential violation of Law of Demeter (method chain calls)
76836 src/com/itac/reporthandler/Trip.java 400 Potential violation of Law of Demeter (method chain calls)
76837 src/com/itac/reporthandler/Trip.java 400 Potential violation of Law of Demeter (method chain calls)
76838 src/com/itac/reporthandler/Trip.java 400 Potential violation of Law of Demeter (method chain calls)
76839 src/com/itac/reporthandler/Trip.java 400 Potential violation of Law of Demeter (method chain calls)
76840 src/com/itac/reporthandler/Trip.java 400 Potential violation of Law of Demeter (object not created locally)
76841 src/com/itac/reporthandler/Trip.java 401 Potential violation of Law of Demeter (method chain calls)
76842 src/com/itac/reporthandler/Trip.java 401 Potential violation of Law of Demeter (object not created locally)
76843 src/com/itac/reporthandler/Trip.java 402 Potential violation of Law of Demeter (method chain calls)
76844 src/com/itac/reporthandler/Trip.java 402 Potential violation of Law of Demeter (object not created locally)
76845 src/com/itac/reporthandler/Trip.java 403 Found 'DD'-anomaly for variable 'tripdetarray' (lines '403'-'403').
76846 src/com/itac/reporthandler/Trip.java 404 Found 'DU'-anomaly for variable 'count' (lines '404'-'411').
76847 src/com/itac/reporthandler/Trip.java 407 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76848 src/com/itac/reporthandler/Trip.java 408 There is log block not surrounded by if
76849 src/com/itac/reporthandler/Trip.java 414 Avoid using implementation types like 'Hashtable'; use the interface instead
76850 src/com/itac/reporthandler/Trip.java 414 Consider replacing this Hashtable with the newer java.util.Map
76851 src/com/itac/reporthandler/Trip.java 414 Parameter 'hashtable' is not assigned and could be declared final
76852 src/com/itac/reporthandler/Trip.java 414 publicMethodCommentRequirement Required
76853 src/com/itac/reporthandler/Trip.java 415 Local variable 'orgId' could be declared final
76854 src/com/itac/reporthandler/Trip.java 415 Potential violation of Law of Demeter (method chain calls)
76855 src/com/itac/reporthandler/Trip.java 415 Potential violation of Law of Demeter (method chain calls)
76856 src/com/itac/reporthandler/Trip.java 415 Potential violation of Law of Demeter (method chain calls)
76857 src/com/itac/reporthandler/Trip.java 415 Potential violation of Law of Demeter (method chain calls)
76858 src/com/itac/reporthandler/Trip.java 417 Local variable 'hquery' could be declared final
76859 src/com/itac/reporthandler/Trip.java 419 Local variable 'list' could be declared final
76860 src/com/itac/reporthandler/Trip.java 420 Avoid declaring a variable if it is unreferenced before a possible exit point.
76861 src/com/itac/reporthandler/Trip.java 420 Avoid unused local variables such as 'groupTable'.
76862 src/com/itac/reporthandler/Trip.java 420 Consider replacing this Hashtable with the newer java.util.Map
76863 src/com/itac/reporthandler/Trip.java 420 Found 'DU'-anomaly for variable 'groupTable' (lines '420'-'432').
76864 src/com/itac/reporthandler/Trip.java 420 Local variable 'groupTable' could be declared final
76865 src/com/itac/reporthandler/Trip.java 421 Local variable 'iterator' could be declared final
76866 src/com/itac/reporthandler/Trip.java 421 Potential violation of Law of Demeter (object not created locally)
76867 src/com/itac/reporthandler/Trip.java 422 Found 'DD'-anomaly for variable 'groupdetarray' (lines '422'-'428').
76868 src/com/itac/reporthandler/Trip.java 422 Potential violation of Law of Demeter (object not created locally)
76869 src/com/itac/reporthandler/Trip.java 423 Avoid declaring a variable if it is unreferenced before a possible exit point.
76870 src/com/itac/reporthandler/Trip.java 423 Found 'DU'-anomaly for variable 'ObjTrip' (lines '423'-'432').
76871 src/com/itac/reporthandler/Trip.java 423 Local variable 'ObjTrip' could be declared final
76872 src/com/itac/reporthandler/Trip.java 423 Variables should start with a lowercase character, 'ObjTrip' starts with uppercase character.
76873 src/com/itac/reporthandler/Trip.java 424 Found 'DU'-anomaly for variable 'count' (lines '424'-'432').
76874 src/com/itac/reporthandler/Trip.java 426 Local variable 'rows' could be declared final
76875 src/com/itac/reporthandler/Trip.java 427 Avoid instantiating new objects inside loops
76876 src/com/itac/reporthandler/Trip.java 427 Local variable 'groupVo' could be declared final
76877 src/com/itac/reporthandler/Trip.java 428 Found 'DD'-anomaly for variable 'groupdetarray' (lines '428'-'428').
76878 src/com/itac/reporthandler/Trip.java 429 Found 'DU'-anomaly for variable 'count' (lines '429'-'432').
76879 src/com/itac/reporthandler/Trip.java 435 Avoid using implementation types like 'Hashtable'; use the interface instead
76880 src/com/itac/reporthandler/Trip.java 435 Consider replacing this Hashtable with the newer java.util.Map
76881 src/com/itac/reporthandler/Trip.java 435 Parameter 'input' is not assigned and could be declared final
76882 src/com/itac/reporthandler/Trip.java 435 publicMethodCommentRequirement Required
76883 src/com/itac/reporthandler/Trip.java 436 Local variable 'organizationId' could be declared final
76884 src/com/itac/reporthandler/Trip.java 436 Potential violation of Law of Demeter (method chain calls)
76885 src/com/itac/reporthandler/Trip.java 436 Potential violation of Law of Demeter (method chain calls)
76886 src/com/itac/reporthandler/Trip.java 438 Found 'DD'-anomaly for variable 'typeVo' (lines '438'-'447').
76887 src/com/itac/reporthandler/Trip.java 439 Found 'DD'-anomaly for variable 'typeName' (lines '439'-'453').
76888 src/com/itac/reporthandler/Trip.java 439 Found 'DD'-anomaly for variable 'typeName' (lines '439'-'455').
76889 src/com/itac/reporthandler/Trip.java 439 Found 'DU'-anomaly for variable 'typeName' (lines '439'-'466').
76890 src/com/itac/reporthandler/Trip.java 441 Local variable 'vehicelTypeQry' could be declared final
76891 src/com/itac/reporthandler/Trip.java 444 Local variable 'typeList' could be declared final
76892 src/com/itac/reporthandler/Trip.java 446 Avoid using Literals in Conditional Statements
76893 src/com/itac/reporthandler/Trip.java 446 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
76894 src/com/itac/reporthandler/Trip.java 447 Found 'DD'-anomaly for variable 'typeVo' (lines '447'-'457').
76895 src/com/itac/reporthandler/Trip.java 448 Local variable 'typeiter' could be declared final
76896 src/com/itac/reporthandler/Trip.java 449 Found 'DU'-anomaly for variable 'count' (lines '449'-'466').
76897 src/com/itac/reporthandler/Trip.java 451 Local variable 'rows' could be declared final
76898 src/com/itac/reporthandler/Trip.java 457 Avoid instantiating new objects inside loops
76899 src/com/itac/reporthandler/Trip.java 457 Found 'DD'-anomaly for variable 'typeVo' (lines '457'-'457').
76900 src/com/itac/reporthandler/Trip.java 459 Found 'DU'-anomaly for variable 'count' (lines '459'-'466').
76901 src/com/itac/reporthandler/Trip.java 462 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76902 src/com/itac/reporthandler/Trip.java 463 There is log block not surrounded by if
76903 src/com/itac/reporthandler/Trip.java 468 Comment is too large: Line too long
76904 src/com/itac/reporthandler/Trip.java 469 Avoid using implementation types like 'Hashtable'; use the interface instead
76905 src/com/itac/reporthandler/Trip.java 469 Consider replacing this Hashtable with the newer java.util.Map
76906 src/com/itac/reporthandler/Trip.java 469 Parameter 'htable' is not assigned and could be declared final
76907 src/com/itac/reporthandler/Trip.java 469 The method 'getTripSessionInfo' has a Cyclomatic Complexity of 15.
76908 src/com/itac/reporthandler/Trip.java 469 publicMethodCommentRequirement Required
76909 src/com/itac/reporthandler/Trip.java 470 Consider replacing this Hashtable with the newer java.util.Map
76910 src/com/itac/reporthandler/Trip.java 470 Found 'DD'-anomaly for variable 'objHashtable' (lines '470'-'547').
76911 src/com/itac/reporthandler/Trip.java 470 Found 'DU'-anomaly for variable 'objHashtable' (lines '470'-'560').
76912 src/com/itac/reporthandler/Trip.java 471 Avoid excessively long variable names like orgTripSessionDetails
76913 src/com/itac/reporthandler/Trip.java 471 Found 'DD'-anomaly for variable 'orgTripSessionDetails' (lines '471'-'494').
76914 src/com/itac/reporthandler/Trip.java 471 Found 'DD'-anomaly for variable 'orgTripSessionDetails' (lines '471'-'517').
76915 src/com/itac/reporthandler/Trip.java 471 Found 'DD'-anomaly for variable 'orgTripSessionDetails' (lines '471'-'523').
76916 src/com/itac/reporthandler/Trip.java 471 Found 'DD'-anomaly for variable 'orgTripSessionDetails' (lines '471'-'532').
76917 src/com/itac/reporthandler/Trip.java 471 Found 'DD'-anomaly for variable 'orgTripSessionDetails' (lines '471'-'538').
76918 src/com/itac/reporthandler/Trip.java 471 Found 'DU'-anomaly for variable 'orgTripSessionDetails' (lines '471'-'560').
76919 src/com/itac/reporthandler/Trip.java 472 Local variable 'tripInfo' could be declared final
76920 src/com/itac/reporthandler/Trip.java 474 Local variable 'organizationId' could be declared final
76921 src/com/itac/reporthandler/Trip.java 474 Potential violation of Law of Demeter (method chain calls)
76922 src/com/itac/reporthandler/Trip.java 474 Potential violation of Law of Demeter (method chain calls)
76923 src/com/itac/reporthandler/Trip.java 475 Avoid unused local variables such as 'objDetails'.
76924 src/com/itac/reporthandler/Trip.java 475 Found 'DU'-anomaly for variable 'objDetails' (lines '475'-'560').
76925 src/com/itac/reporthandler/Trip.java 475 Local variable 'objDetails' could be declared final
76926 src/com/itac/reporthandler/Trip.java 476 Found 'DD'-anomaly for variable 'hquery' (lines '476'-'499').
76927 src/com/itac/reporthandler/Trip.java 476 Found 'DU'-anomaly for variable 'hquery' (lines '476'-'560').
76928 src/com/itac/reporthandler/Trip.java 478 Local variable 'currentDate' could be declared final
76929 src/com/itac/reporthandler/Trip.java 479 Local variable 'strDateFormat' could be declared final
76930 src/com/itac/reporthandler/Trip.java 480 Local variable 'sdf' could be declared final
76931 src/com/itac/reporthandler/Trip.java 480 When instantiating a SimpleDateFormat object, specify a Locale
76932 src/com/itac/reporthandler/Trip.java 481 Found 'DD'-anomaly for variable 'session' (lines '481'-'482').
76933 src/com/itac/reporthandler/Trip.java 481 Potential violation of Law of Demeter (method chain calls)
76934 src/com/itac/reporthandler/Trip.java 484 Local variable 'cal' could be declared final
76935 src/com/itac/reporthandler/Trip.java 486 Local variable 'hours' could be declared final
76936 src/com/itac/reporthandler/Trip.java 487 Local variable 'mins' could be declared final
76937 src/com/itac/reporthandler/Trip.java 488 Found 'DU'-anomaly for variable 'time' (lines '488'-'560').
76938 src/com/itac/reporthandler/Trip.java 488 Local variable 'time' could be declared final
76939 src/com/itac/reporthandler/Trip.java 489 Found 'DD'-anomaly for variable 'maxTripTimes' (lines '489'-'504').
76940 src/com/itac/reporthandler/Trip.java 489 Found 'DU'-anomaly for variable 'maxTripTimes' (lines '489'-'560').
76941 src/com/itac/reporthandler/Trip.java 490 Avoid if (x != y) ..; else ..;
76942 src/com/itac/reporthandler/Trip.java 500 The String literal " from com.itac.bean.TripDetails tp where " appears 5 times in this file; the first occurrence is on line 500
76943 src/com/itac/reporthandler/Trip.java 506 Use one line for each declaration, it enhances code readability.
76944 src/com/itac/reporthandler/Trip.java 508 Local variable 'itr' could be declared final
76945 src/com/itac/reporthandler/Trip.java 509 Local variable 'rows' could be declared final
76946 src/com/itac/reporthandler/Trip.java 510 Found 'DU'-anomaly for variable 'amStartTime' (lines '510'-'560').
76947 src/com/itac/reporthandler/Trip.java 511 Found 'DU'-anomaly for variable 'amEndTime' (lines '511'-'560').
76948 src/com/itac/reporthandler/Trip.java 512 Found 'DU'-anomaly for variable 'pmStartTime' (lines '512'-'560').
76949 src/com/itac/reporthandler/Trip.java 513 Found 'DU'-anomaly for variable 'pmEndTime' (lines '513'-'560').
76950 src/com/itac/reporthandler/Trip.java 514 Position literals first in String comparisons for EqualsIgnoreCase
76951 src/com/itac/reporthandler/Trip.java 554 There is log block not surrounded by if
76952 src/com/itac/reporthandler/Trip.java 556 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76953 src/com/itac/reporthandler/Trip.java 557 Avoid printStackTrace(); use a logger call instead.
76954 src/com/itac/reporthandler/Trip.java 562 Parameter 'organizationId' is not assigned and could be declared final
76955 src/com/itac/reporthandler/Trip.java 562 Parameter 'session' is not assigned and could be declared final
76956 src/com/itac/reporthandler/Trip.java 562 Parameter 'time' is not assigned and could be declared final
76957 src/com/itac/reporthandler/Trip.java 562 publicMethodCommentRequirement Required
76958 src/com/itac/reporthandler/Trip.java 564 Found 'DD'-anomaly for variable 'objDetails' (lines '564'-'581').
76959 src/com/itac/reporthandler/Trip.java 565 Found 'DD'-anomaly for variable 'hquery' (lines '565'-'567').
76960 src/com/itac/reporthandler/Trip.java 565 Found 'DD'-anomaly for variable 'hquery' (lines '565'-'573').
76961 src/com/itac/reporthandler/Trip.java 566 Position literals first in String comparisons for EqualsIgnoreCase
76962 src/com/itac/reporthandler/Trip.java 582 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76963 src/com/itac/reporthandler/Trip.java 583 Avoid printStackTrace(); use a logger call instead.
76964 src/com/itac/reporthandler/Trip.java 583 Potential violation of Law of Demeter (object not created locally)
76965 src/com/itac/reporthandler/Trip.java 585 Avoid if (x != y) ..; else ..;
76966 src/com/itac/reporthandler/Trip.java 585 Avoid unnecessary if..then..else statements when returning booleans
76967 src/com/itac/reporthandler/Trip.java 585 Potential violation of Law of Demeter (object not created locally)
76968 src/com/itac/reporthandler/Trip.java 586 A method should have only one exit point, and that should be the last statement in the method
76969 src/com/itac/reporthandler/Trip.java 586 Avoid using if...else statements without curly braces
76970 src/com/itac/reporthandler/Trip.java 588 Avoid using if...else statements without curly braces
76971 src/com/itac/reporthandler/Trip.java 592 Parameter 'organizationId' is not assigned and could be declared final
76972 src/com/itac/reporthandler/Trip.java 592 Parameter 'session' is not assigned and could be declared final
76973 src/com/itac/reporthandler/Trip.java 592 publicMethodCommentRequirement Required
76974 src/com/itac/reporthandler/Trip.java 594 Consider replacing this Hashtable with the newer java.util.Map
76975 src/com/itac/reporthandler/Trip.java 594 Found 'DD'-anomaly for variable 'objHashtable' (lines '594'-'630').
76976 src/com/itac/reporthandler/Trip.java 594 Found 'DU'-anomaly for variable 'objHashtable' (lines '594'-'640').
76977 src/com/itac/reporthandler/Trip.java 595 Avoid excessively long variable names like orgTripSessionDetails
76978 src/com/itac/reporthandler/Trip.java 595 Local variable 'orgTripSessionDetails' could be declared final
76979 src/com/itac/reporthandler/Trip.java 596 Found 'DD'-anomaly for variable 'objDetails' (lines '596'-'613').
76980 src/com/itac/reporthandler/Trip.java 597 Found 'DD'-anomaly for variable 'hquery' (lines '597'-'600').
76981 src/com/itac/reporthandler/Trip.java 597 Found 'DD'-anomaly for variable 'hquery' (lines '597'-'607').
76982 src/com/itac/reporthandler/Trip.java 598 Found 'DU'-anomaly for variable 'currentDate' (lines '598'-'640').
76983 src/com/itac/reporthandler/Trip.java 598 Local variable 'currentDate' could be declared final
76984 src/com/itac/reporthandler/Trip.java 599 Position literals first in String comparisons for EqualsIgnoreCase
76985 src/com/itac/reporthandler/Trip.java 614 Use one line for each declaration, it enhances code readability.
76986 src/com/itac/reporthandler/Trip.java 616 Local variable 'itr' could be declared final
76987 src/com/itac/reporthandler/Trip.java 618 Local variable 'rows' could be declared final
76988 src/com/itac/reporthandler/Trip.java 620 Potential violation of Law of Demeter (method chain calls)
76989 src/com/itac/reporthandler/Trip.java 621 Potential violation of Law of Demeter (method chain calls)
76990 src/com/itac/reporthandler/Trip.java 622 Potential violation of Law of Demeter (method chain calls)
76991 src/com/itac/reporthandler/Trip.java 623 Potential violation of Law of Demeter (method chain calls)
76992 src/com/itac/reporthandler/Trip.java 627 Avoid instantiating new objects inside loops
76993 src/com/itac/reporthandler/Trip.java 627 Local variable 'startTime' could be declared final
76994 src/com/itac/reporthandler/Trip.java 628 Avoid instantiating new objects inside loops
76995 src/com/itac/reporthandler/Trip.java 628 Local variable 'endTime' could be declared final
76996 src/com/itac/reporthandler/Trip.java 630 Avoid instantiating new objects inside loops
76997 src/com/itac/reporthandler/Trip.java 631 Potential violation of Law of Demeter (method chain calls)
76998 src/com/itac/reporthandler/Trip.java 632 Potential violation of Law of Demeter (method chain calls)
76999 src/com/itac/reporthandler/Trip.java 633 Potential violation of Law of Demeter (method chain calls)
77000 src/com/itac/reporthandler/Trip.java 642 Parameter 'end' is not assigned and could be declared final
77001 src/com/itac/reporthandler/Trip.java 642 Parameter 'organizationId' is not assigned and could be declared final
77002 src/com/itac/reporthandler/Trip.java 642 Parameter 'session' is not assigned and could be declared final
77003 src/com/itac/reporthandler/Trip.java 642 Parameter 'start' is not assigned and could be declared final
77004 src/com/itac/reporthandler/Trip.java 642 publicMethodCommentRequirement Required
77005 src/com/itac/reporthandler/Trip.java 644 Consider replacing this Hashtable with the newer java.util.Map
77006 src/com/itac/reporthandler/Trip.java 644 Found 'DD'-anomaly for variable 'objHashtable' (lines '644'-'672').
77007 src/com/itac/reporthandler/Trip.java 644 Found 'DU'-anomaly for variable 'objHashtable' (lines '644'-'681').
77008 src/com/itac/reporthandler/Trip.java 645 Avoid excessively long variable names like orgTripSessionDetails
77009 src/com/itac/reporthandler/Trip.java 645 Local variable 'orgTripSessionDetails' could be declared final
77010 src/com/itac/reporthandler/Trip.java 646 Found 'DD'-anomaly for variable 'objDetails' (lines '646'-'666').
77011 src/com/itac/reporthandler/Trip.java 647 Found 'DD'-anomaly for variable 'hquery' (lines '647'-'649').
77012 src/com/itac/reporthandler/Trip.java 647 Found 'DD'-anomaly for variable 'hquery' (lines '647'-'658').
77013 src/com/itac/reporthandler/Trip.java 648 Position literals first in String comparisons for EqualsIgnoreCase
77014 src/com/itac/reporthandler/Trip.java 668 Local variable 'itr' could be declared final
77015 src/com/itac/reporthandler/Trip.java 670 Local variable 'rows' could be declared final
77016 src/com/itac/reporthandler/Trip.java 672 Avoid instantiating new objects inside loops
77017 src/com/itac/reporthandler/Trip.java 673 Potential violation of Law of Demeter (method chain calls)
77018 src/com/itac/reporthandler/Trip.java 674 Potential violation of Law of Demeter (method chain calls)
77019 src/com/itac/reporthandler/Trip.java 675 Potential violation of Law of Demeter (method chain calls)
77020 src/com/itac/reporthandler/Trip.java 682 Found 'UR'-anomaly for variable 'holidays' (lines '682'-'698').
77021 src/com/itac/reporthandler/Trip.java 682 Parameter 'orgId' is not assigned and could be declared final
77022 src/com/itac/reporthandler/Trip.java 682 Parameter 'startDate' is not assigned and could be declared final
77023 src/com/itac/reporthandler/Trip.java 682 publicMethodCommentRequirement Required
77024 src/com/itac/reporthandler/Trip.java 685 Local variable 'dateformat' could be declared final
77025 src/com/itac/reporthandler/Trip.java 685 When instantiating a SimpleDateFormat object, specify a Locale
77026 src/com/itac/reporthandler/Trip.java 686 Found 'DD'-anomaly for variable 'holflag' (lines '686'-'703').
77027 src/com/itac/reporthandler/Trip.java 687 Local variable 'commonUtils' could be declared final
77028 src/com/itac/reporthandler/Trip.java 688 Local variable 'day' could be declared final
77029 src/com/itac/reporthandler/Trip.java 690 Found 'DU'-anomaly for variable 'dayofweek' (lines '690'-'711').
77030 src/com/itac/reporthandler/Trip.java 690 Local variable 'dayofweek' could be declared final
77031 src/com/itac/reporthandler/Trip.java 690 Potential violation of Law of Demeter (object not created locally)
77032 src/com/itac/reporthandler/Trip.java 691 Local variable 'holidayQry' could be declared final
77033 src/com/itac/reporthandler/Trip.java 692 Found 'DU'-anomaly for variable 'startdate' (lines '692'-'711').
77034 src/com/itac/reporthandler/Trip.java 692 Local variable 'startdate' could be declared final
77035 src/com/itac/reporthandler/Trip.java 692 Potential violation of Law of Demeter (object not created locally)
77036 src/com/itac/reporthandler/Trip.java 694 Local variable 'hollist' could be declared final
77037 src/com/itac/reporthandler/Trip.java 697 Local variable 'holidays' could be declared final
77038 src/com/itac/reporthandler/Trip.java 698 Local variable 'holiday' could be declared final
77039 src/com/itac/reporthandler/Trip.java 698 Potential violation of Law of Demeter (object not created locally)
77040 src/com/itac/reporthandler/Trip.java 699 Local variable 'daystring' could be declared final
77041 src/com/itac/reporthandler/Trip.java 699 Potential violation of Law of Demeter (object not created locally)
77042 src/com/itac/reporthandler/Trip.java 700 Useless parentheses.
77043 src/com/itac/reporthandler/Trip.java 701 Potential violation of Law of Demeter (object not created locally)
77044 src/com/itac/reporthandler/Trip.java 701 Potential violation of Law of Demeter (object not created locally)
77045 src/com/itac/reporthandler/Trip.java 701 Potential violation of Law of Demeter (object not created locally)
77046 src/com/itac/reporthandler/Trip.java 701 Useless parentheses.
77047 src/com/itac/reporthandler/Trip.java 703 Found 'DD'-anomaly for variable 'holflag' (lines '703'-'703').
77048 src/com/itac/reporthandler/Trip.java 707 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77049 src/com/itac/reporthandler/Trip.java 708 Avoid printStackTrace(); use a logger call instead.
77050 src/com/itac/reporthandler/Trip.java 708 Potential violation of Law of Demeter (object not created locally)
77051 src/com/itac/reporthandler/VehicleDistanceReport.java 10 Avoid unused imports such as 'java.io.BufferedReader'
77052 src/com/itac/reporthandler/VehicleDistanceReport.java 11 Avoid unused imports such as 'java.io.InputStreamReader'
77053 src/com/itac/reporthandler/VehicleDistanceReport.java 22 Avoid unused imports such as 'org.hibernate.Query'
77054 src/com/itac/reporthandler/VehicleDistanceReport.java 23 Avoid unused imports such as 'org.hibernate.Session'
77055 src/com/itac/reporthandler/VehicleDistanceReport.java 24 Avoid unused imports such as 'org.hibernate.SessionFactory'
77056 src/com/itac/reporthandler/VehicleDistanceReport.java 26 Avoid unused imports such as 'com.google.gson.Gson'
77057 src/com/itac/reporthandler/VehicleDistanceReport.java 27 Avoid unused imports such as 'com.google.gson.JsonObject'
77058 src/com/itac/reporthandler/VehicleDistanceReport.java 37 headerCommentRequirement Required
77059 src/com/itac/reporthandler/VehicleDistanceReport.java 39 The Logger variable declaration does not contain the static and final modifiers
77060 src/com/itac/reporthandler/VehicleDistanceReport.java 39 fieldCommentRequirement Required
77061 src/com/itac/reporthandler/VehicleDistanceReport.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
77062 src/com/itac/reporthandler/VehicleDistanceReport.java 40 Use explicit scoping instead of the default package private level
77063 src/com/itac/reporthandler/VehicleDistanceReport.java 40 fieldCommentRequirement Required
77064 src/com/itac/reporthandler/VehicleDistanceReport.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
77065 src/com/itac/reporthandler/VehicleDistanceReport.java 42 Use explicit scoping instead of the default package private level
77066 src/com/itac/reporthandler/VehicleDistanceReport.java 42 fieldCommentRequirement Required
77067 src/com/itac/reporthandler/VehicleDistanceReport.java 43 Avoid using redundant field initializer for 'vehicles'
77068 src/com/itac/reporthandler/VehicleDistanceReport.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
77069 src/com/itac/reporthandler/VehicleDistanceReport.java 43 Use explicit scoping instead of the default package private level
77070 src/com/itac/reporthandler/VehicleDistanceReport.java 43 fieldCommentRequirement Required
77071 src/com/itac/reporthandler/VehicleDistanceReport.java 44 Avoid using redundant field initializer for 'vehSpeedValues'
77072 src/com/itac/reporthandler/VehicleDistanceReport.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
77073 src/com/itac/reporthandler/VehicleDistanceReport.java 44 Use explicit scoping instead of the default package private level
77074 src/com/itac/reporthandler/VehicleDistanceReport.java 44 fieldCommentRequirement Required
77075 src/com/itac/reporthandler/VehicleDistanceReport.java 45 Avoid using redundant field initializer for 'distValues'
77076 src/com/itac/reporthandler/VehicleDistanceReport.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
77077 src/com/itac/reporthandler/VehicleDistanceReport.java 45 Use explicit scoping instead of the default package private level
77078 src/com/itac/reporthandler/VehicleDistanceReport.java 45 fieldCommentRequirement Required
77079 src/com/itac/reporthandler/VehicleDistanceReport.java 46 Avoid using redundant field initializer for 'vehicleids'
77080 src/com/itac/reporthandler/VehicleDistanceReport.java 46 Use explicit scoping instead of the default package private level
77081 src/com/itac/reporthandler/VehicleDistanceReport.java 46 fieldCommentRequirement Required
77082 src/com/itac/reporthandler/VehicleDistanceReport.java 47 Found non-transient, non-static member. Please mark as transient or provide accessors.
77083 src/com/itac/reporthandler/VehicleDistanceReport.java 47 Use explicit scoping instead of the default package private level
77084 src/com/itac/reporthandler/VehicleDistanceReport.java 47 When instantiating a SimpleDateFormat object, specify a Locale
77085 src/com/itac/reporthandler/VehicleDistanceReport.java 47 fieldCommentRequirement Required
77086 src/com/itac/reporthandler/VehicleDistanceReport.java 50 Avoid using implementation types like 'Hashtable'; use the interface instead
77087 src/com/itac/reporthandler/VehicleDistanceReport.java 50 Consider replacing this Hashtable with the newer java.util.Map
77088 src/com/itac/reporthandler/VehicleDistanceReport.java 50 Parameter 'inputData' is not assigned and could be declared final
77089 src/com/itac/reporthandler/VehicleDistanceReport.java 50 publicMethodCommentRequirement Required
77090 src/com/itac/reporthandler/VehicleDistanceReport.java 54 Local variable 'organizationId' could be declared final
77091 src/com/itac/reporthandler/VehicleDistanceReport.java 55 Found 'DU'-anomaly for variable 'fromDate' (lines '55'-'121').
77092 src/com/itac/reporthandler/VehicleDistanceReport.java 55 Local variable 'fromDate' could be declared final
77093 src/com/itac/reporthandler/VehicleDistanceReport.java 56 Local variable 'toDate' could be declared final
77094 src/com/itac/reporthandler/VehicleDistanceReport.java 58 Local variable 'jarray' could be declared final
77095 src/com/itac/reporthandler/VehicleDistanceReport.java 59 Found 'DD'-anomaly for variable 'speedValues' (lines '59'-'62').
77096 src/com/itac/reporthandler/VehicleDistanceReport.java 59 Found 'DU'-anomaly for variable 'speedValues' (lines '59'-'121').
77097 src/com/itac/reporthandler/VehicleDistanceReport.java 62 Avoid instantiating new objects inside loops
77098 src/com/itac/reporthandler/VehicleDistanceReport.java 62 Found 'DD'-anomaly for variable 'speedValues' (lines '62'-'62').
77099 src/com/itac/reporthandler/VehicleDistanceReport.java 62 Found 'DU'-anomaly for variable 'speedValues' (lines '62'-'121').
77100 src/com/itac/reporthandler/VehicleDistanceReport.java 62 Potential violation of Law of Demeter (method chain calls)
77101 src/com/itac/reporthandler/VehicleDistanceReport.java 62 Potential violation of Law of Demeter (method chain calls)
77102 src/com/itac/reporthandler/VehicleDistanceReport.java 69 Found 'DU'-anomaly for variable 'distance' (lines '69'-'121').
77103 src/com/itac/reporthandler/VehicleDistanceReport.java 70 Found 'DU'-anomaly for variable 'nonTripDist' (lines '70'-'121').
77104 src/com/itac/reporthandler/VehicleDistanceReport.java 72 Local variable 'vehicleQuery' could be declared final
77105 src/com/itac/reporthandler/VehicleDistanceReport.java 80 Found 'DU'-anomaly for variable 'tempvalue' (lines '80'-'121').
77106 src/com/itac/reporthandler/VehicleDistanceReport.java 81 Local variable 'listiter' could be declared final
77107 src/com/itac/reporthandler/VehicleDistanceReport.java 83 Local variable 'vehicleid' could be declared final
77108 src/com/itac/reporthandler/VehicleDistanceReport.java 84 Local variable 'paramQry' could be declared final
77109 src/com/itac/reporthandler/VehicleDistanceReport.java 88 Local variable 'paramList' could be declared final
77110 src/com/itac/reporthandler/VehicleDistanceReport.java 89 Local variable 'paramiter' could be declared final
77111 src/com/itac/reporthandler/VehicleDistanceReport.java 90 Found 'DD'-anomaly for variable 'startParam' (lines '90'-'90').
77112 src/com/itac/reporthandler/VehicleDistanceReport.java 90 Found 'DD'-anomaly for variable 'startParam' (lines '90'-'94').
77113 src/com/itac/reporthandler/VehicleDistanceReport.java 90 Found 'DU'-anomaly for variable 'startParam' (lines '90'-'121').
77114 src/com/itac/reporthandler/VehicleDistanceReport.java 91 Found 'DD'-anomaly for variable 'endParam' (lines '91'-'91').
77115 src/com/itac/reporthandler/VehicleDistanceReport.java 91 Found 'DD'-anomaly for variable 'endParam' (lines '91'-'95').
77116 src/com/itac/reporthandler/VehicleDistanceReport.java 91 Found 'DU'-anomaly for variable 'endParam' (lines '91'-'121').
77117 src/com/itac/reporthandler/VehicleDistanceReport.java 93 Local variable 'rows' could be declared final
77118 src/com/itac/reporthandler/VehicleDistanceReport.java 94 Found 'DD'-anomaly for variable 'startParam' (lines '94'-'90').
77119 src/com/itac/reporthandler/VehicleDistanceReport.java 94 Found 'DD'-anomaly for variable 'startParam' (lines '94'-'94').
77120 src/com/itac/reporthandler/VehicleDistanceReport.java 94 Found 'DU'-anomaly for variable 'startParam' (lines '94'-'121').
77121 src/com/itac/reporthandler/VehicleDistanceReport.java 95 Found 'DD'-anomaly for variable 'endParam' (lines '95'-'91').
77122 src/com/itac/reporthandler/VehicleDistanceReport.java 95 Found 'DD'-anomaly for variable 'endParam' (lines '95'-'95').
77123 src/com/itac/reporthandler/VehicleDistanceReport.java 95 Found 'DU'-anomaly for variable 'endParam' (lines '95'-'121').
77124 src/com/itac/reporthandler/VehicleDistanceReport.java 97 Avoid instantiating new objects inside loops
77125 src/com/itac/reporthandler/VehicleDistanceReport.java 99 Local variable 'startSpeed' could be declared final
77126 src/com/itac/reporthandler/VehicleDistanceReport.java 99 Potential violation of Law of Demeter (method chain calls)
77127 src/com/itac/reporthandler/VehicleDistanceReport.java 99 Potential violation of Law of Demeter (method chain calls)
77128 src/com/itac/reporthandler/VehicleDistanceReport.java 100 Local variable 'endSpeed' could be declared final
77129 src/com/itac/reporthandler/VehicleDistanceReport.java 100 Potential violation of Law of Demeter (method chain calls)
77130 src/com/itac/reporthandler/VehicleDistanceReport.java 100 Potential violation of Law of Demeter (method chain calls)
77131 src/com/itac/reporthandler/VehicleDistanceReport.java 107 Avoid instantiating new objects inside loops
77132 src/com/itac/reporthandler/VehicleDistanceReport.java 109 Found 'DU'-anomaly for variable 'distance' (lines '109'-'121').
77133 src/com/itac/reporthandler/VehicleDistanceReport.java 110 Found 'DU'-anomaly for variable 'nonTripDist' (lines '110'-'121').
77134 src/com/itac/reporthandler/VehicleDistanceReport.java 113 Avoid instantiating new objects inside loops
77135 src/com/itac/reporthandler/VehicleDistanceReport.java 114 Found 'DU'-anomaly for variable 'tempvalue' (lines '114'-'121').
77136 src/com/itac/reporthandler/VehicleDistanceReport.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77137 src/com/itac/reporthandler/VehicleDistanceReport.java 117 There is log block not surrounded by if
77138 src/com/itac/reporthandler/VehicleDistanceReport.java 120 Returning 'vehSpeedValues' may expose an internal array.
77139 src/com/itac/reporthandler/VehicleDistanceReport.java 123 Parameter 'vehicle' is not assigned and could be declared final
77140 src/com/itac/reporthandler/VehicleDistanceReport.java 123 publicMethodCommentRequirement Required
77141 src/com/itac/reporthandler/VehicleDistanceReport.java 124 Parameter 'endParam' is not assigned and could be declared final
77142 src/com/itac/reporthandler/VehicleDistanceReport.java 124 Parameter 'endSpeed' is not assigned and could be declared final
77143 src/com/itac/reporthandler/VehicleDistanceReport.java 124 Parameter 'startParam' is not assigned and could be declared final
77144 src/com/itac/reporthandler/VehicleDistanceReport.java 124 Parameter 'startSpeed' is not assigned and could be declared final
77145 src/com/itac/reporthandler/VehicleDistanceReport.java 125 Parameter 'flag' is not assigned and could be declared final
77146 src/com/itac/reporthandler/VehicleDistanceReport.java 130 Found 'DD'-anomaly for variable 'distanceQuery' (lines '130'-'136').
77147 src/com/itac/reporthandler/VehicleDistanceReport.java 130 Found 'DD'-anomaly for variable 'distanceQuery' (lines '130'-'144').
77148 src/com/itac/reporthandler/VehicleDistanceReport.java 131 Local variable 'start' could be declared final
77149 src/com/itac/reporthandler/VehicleDistanceReport.java 132 Local variable 'end' could be declared final
77150 src/com/itac/reporthandler/VehicleDistanceReport.java 133 Found 'DD'-anomaly for variable 'distanceVo' (lines '133'-'154').
77151 src/com/itac/reporthandler/VehicleDistanceReport.java 152 Local variable 'distList' could be declared final
77152 src/com/itac/reporthandler/VehicleDistanceReport.java 154 Found 'DD'-anomaly for variable 'distanceVo' (lines '154'-'163').
77153 src/com/itac/reporthandler/VehicleDistanceReport.java 154 Potential violation of Law of Demeter (object not created locally)
77154 src/com/itac/reporthandler/VehicleDistanceReport.java 155 Local variable 'distIter' could be declared final
77155 src/com/itac/reporthandler/VehicleDistanceReport.java 155 Potential violation of Law of Demeter (object not created locally)
77156 src/com/itac/reporthandler/VehicleDistanceReport.java 156 Found 'DU'-anomaly for variable 'count' (lines '156'-'182').
77157 src/com/itac/reporthandler/VehicleDistanceReport.java 160 Local variable 'rows' could be declared final
77158 src/com/itac/reporthandler/VehicleDistanceReport.java 161 Avoid instantiating new objects inside loops
77159 src/com/itac/reporthandler/VehicleDistanceReport.java 161 Local variable 'distance' could be declared final
77160 src/com/itac/reporthandler/VehicleDistanceReport.java 163 Found 'DD'-anomaly for variable 'distanceVo' (lines '163'-'163').
77161 src/com/itac/reporthandler/VehicleDistanceReport.java 164 Found 'DU'-anomaly for variable 'count' (lines '164'-'182').
77162 src/com/itac/reporthandler/VehicleDistanceReport.java 167 Potential violation of Law of Demeter (method chain calls)
77163 src/com/itac/reporthandler/VehicleDistanceReport.java 167 Potential violation of Law of Demeter (method chain calls)
77164 src/com/itac/reporthandler/VehicleDistanceReport.java 167 Potential violation of Law of Demeter (method chain calls)
77165 src/com/itac/reporthandler/VehicleDistanceReport.java 167 Potential violation of Law of Demeter (method chain calls)
77166 src/com/itac/reporthandler/VehicleDistanceReport.java 167 Potential violation of Law of Demeter (method chain calls)
77167 src/com/itac/reporthandler/VehicleDistanceReport.java 168 Potential violation of Law of Demeter (method chain calls)
77168 src/com/itac/reporthandler/VehicleDistanceReport.java 168 Potential violation of Law of Demeter (method chain calls)
77169 src/com/itac/reporthandler/VehicleDistanceReport.java 169 Potential violation of Law of Demeter (method chain calls)
77170 src/com/itac/reporthandler/VehicleDistanceReport.java 169 Potential violation of Law of Demeter (method chain calls)
77171 src/com/itac/reporthandler/VehicleDistanceReport.java 169 Potential violation of Law of Demeter (method chain calls)
77172 src/com/itac/reporthandler/VehicleDistanceReport.java 169 Potential violation of Law of Demeter (method chain calls)
77173 src/com/itac/reporthandler/VehicleDistanceReport.java 169 Potential violation of Law of Demeter (method chain calls)
77174 src/com/itac/reporthandler/VehicleDistanceReport.java 169 Potential violation of Law of Demeter (method chain calls)
77175 src/com/itac/reporthandler/VehicleDistanceReport.java 169 Potential violation of Law of Demeter (method chain calls)
77176 src/com/itac/reporthandler/VehicleDistanceReport.java 169 Potential violation of Law of Demeter (method chain calls)
77177 src/com/itac/reporthandler/VehicleDistanceReport.java 170 Potential violation of Law of Demeter (method chain calls)
77178 src/com/itac/reporthandler/VehicleDistanceReport.java 170 Potential violation of Law of Demeter (method chain calls)
77179 src/com/itac/reporthandler/VehicleDistanceReport.java 171 Potential violation of Law of Demeter (method chain calls)
77180 src/com/itac/reporthandler/VehicleDistanceReport.java 171 Potential violation of Law of Demeter (method chain calls)
77181 src/com/itac/reporthandler/VehicleDistanceReport.java 172 Potential violation of Law of Demeter (method chain calls)
77182 src/com/itac/reporthandler/VehicleDistanceReport.java 172 Potential violation of Law of Demeter (method chain calls)
77183 src/com/itac/reporthandler/VehicleDistanceReport.java 173 Potential violation of Law of Demeter (method chain calls)
77184 src/com/itac/reporthandler/VehicleDistanceReport.java 173 Potential violation of Law of Demeter (method chain calls)
77185 src/com/itac/reporthandler/VehicleDistanceReport.java 178 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77186 src/com/itac/reporthandler/VehicleDistanceReport.java 179 There is log block not surrounded by if
77187 src/com/itac/reporthandler/VehicleInfo.java 31 The class 'VehicleInfo' has a Cyclomatic Complexity of 6 (Highest = 14).
77188 src/com/itac/reporthandler/VehicleInfo.java 31 headerCommentRequirement Required
77189 src/com/itac/reporthandler/VehicleInfo.java 32 Found non-transient, non-static member. Please mark as transient or provide accessors.
77190 src/com/itac/reporthandler/VehicleInfo.java 32 Use explicit scoping instead of the default package private level
77191 src/com/itac/reporthandler/VehicleInfo.java 32 fieldCommentRequirement Required
77192 src/com/itac/reporthandler/VehicleInfo.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
77193 src/com/itac/reporthandler/VehicleInfo.java 34 Use explicit scoping instead of the default package private level
77194 src/com/itac/reporthandler/VehicleInfo.java 34 fieldCommentRequirement Required
77195 src/com/itac/reporthandler/VehicleInfo.java 37 Avoid using implementation types like 'Hashtable'; use the interface instead
77196 src/com/itac/reporthandler/VehicleInfo.java 37 Consider replacing this Hashtable with the newer java.util.Map
77197 src/com/itac/reporthandler/VehicleInfo.java 37 Parameter 'htable' is not assigned and could be declared final
77198 src/com/itac/reporthandler/VehicleInfo.java 37 Parameter 'tripId' is not assigned and could be declared final
77199 src/com/itac/reporthandler/VehicleInfo.java 37 publicMethodCommentRequirement Required
77200 src/com/itac/reporthandler/VehicleInfo.java 39 Avoid if (x != y) ..; else ..;
77201 src/com/itac/reporthandler/VehicleInfo.java 39 Avoid using Literals in Conditional Statements
77202 src/com/itac/reporthandler/VehicleInfo.java 39 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
77203 src/com/itac/reporthandler/VehicleInfo.java 41 Found 'DD'-anomaly for variable 'orgName' (lines '41'-'55').
77204 src/com/itac/reporthandler/VehicleInfo.java 41 Found 'DU'-anomaly for variable 'orgName' (lines '41'-'103').
77205 src/com/itac/reporthandler/VehicleInfo.java 42 Found 'DD'-anomaly for variable 'query' (lines '42'-'85').
77206 src/com/itac/reporthandler/VehicleInfo.java 42 Found 'DD'-anomaly for variable 'query' (lines '42'-'87').
77207 src/com/itac/reporthandler/VehicleInfo.java 42 Found 'DU'-anomaly for variable 'query' (lines '42'-'103').
77208 src/com/itac/reporthandler/VehicleInfo.java 43 Local variable 'tripName' could be declared final
77209 src/com/itac/reporthandler/VehicleInfo.java 46 Local variable 'hquery' could be declared final
77210 src/com/itac/reporthandler/VehicleInfo.java 50 Local variable 'orgNameList' could be declared final
77211 src/com/itac/reporthandler/VehicleInfo.java 51 Local variable 'itr' could be declared final
77212 src/com/itac/reporthandler/VehicleInfo.java 51 Potential violation of Law of Demeter (object not created locally)
77213 src/com/itac/reporthandler/VehicleInfo.java 55 Found 'DU'-anomaly for variable 'orgName' (lines '55'-'103').
77214 src/com/itac/reporthandler/VehicleInfo.java 61 Local variable 'iter' could be declared final
77215 src/com/itac/reporthandler/VehicleInfo.java 63 Local variable 'tripid' could be declared final
77216 src/com/itac/reporthandler/VehicleInfo.java 65 Local variable 'hquery1' could be declared final
77217 src/com/itac/reporthandler/VehicleInfo.java 68 Local variable 'objtripName' could be declared final
77218 src/com/itac/reporthandler/VehicleInfo.java 70 Local variable 'itr1' could be declared final
77219 src/com/itac/reporthandler/VehicleInfo.java 70 Potential violation of Law of Demeter (object not created locally)
77220 src/com/itac/reporthandler/VehicleInfo.java 73 Local variable 'name' could be declared final
77221 src/com/itac/reporthandler/VehicleInfo.java 74 Potential violation of Law of Demeter (object not created locally)
77222 src/com/itac/reporthandler/VehicleInfo.java 77 Found 'DU'-anomaly for variable 'session' (lines '77'-'103').
77223 src/com/itac/reporthandler/VehicleInfo.java 77 Local variable 'session' could be declared final
77224 src/com/itac/reporthandler/VehicleInfo.java 77 The String literal "session" appears 4 times in this file; the first occurrence is on line 77
77225 src/com/itac/reporthandler/VehicleInfo.java 78 Comment is too large: Line too long
77226 src/com/itac/reporthandler/VehicleInfo.java 80 Local variable 'smsCount' could be declared final
77227 src/com/itac/reporthandler/VehicleInfo.java 81 Local variable 'iter2' could be declared final
77228 src/com/itac/reporthandler/VehicleInfo.java 81 Potential violation of Law of Demeter (object not created locally)
77229 src/com/itac/reporthandler/VehicleInfo.java 82 Local variable 'trip_Name' could be declared final
77230 src/com/itac/reporthandler/VehicleInfo.java 82 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_Name' is not final.
77231 src/com/itac/reporthandler/VehicleInfo.java 84 Position literals first in String comparisons for EqualsIgnoreCase
77232 src/com/itac/reporthandler/VehicleInfo.java 84 Potential violation of Law of Demeter (object not created locally)
77233 src/com/itac/reporthandler/VehicleInfo.java 94 Local variable 'count' could be declared final
77234 src/com/itac/reporthandler/VehicleInfo.java 95 Potential violation of Law of Demeter (object not created locally)
77235 src/com/itac/reporthandler/VehicleInfo.java 95 Potential violation of Law of Demeter (object not created locally)
77236 src/com/itac/reporthandler/VehicleInfo.java 99 A method should have only one exit point, and that should be the last statement in the method
77237 src/com/itac/reporthandler/VehicleInfo.java 106 Avoid using implementation types like 'Hashtable'; use the interface instead
77238 src/com/itac/reporthandler/VehicleInfo.java 106 Consider replacing this Hashtable with the newer java.util.Map
77239 src/com/itac/reporthandler/VehicleInfo.java 106 Parameter 'htable' is not assigned and could be declared final
77240 src/com/itac/reporthandler/VehicleInfo.java 106 Parameter 'vehicleList' is not assigned and could be declared final
77241 src/com/itac/reporthandler/VehicleInfo.java 106 publicMethodCommentRequirement Required
77242 src/com/itac/reporthandler/VehicleInfo.java 108 Found 'DD'-anomaly for variable 'getRecord' (lines '108'-'115').
77243 src/com/itac/reporthandler/VehicleInfo.java 110 Found 'DD'-anomaly for variable 'vehicle_id' (lines '110'-'119').
77244 src/com/itac/reporthandler/VehicleInfo.java 110 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
77245 src/com/itac/reporthandler/VehicleInfo.java 111 Found 'DD'-anomaly for variable 'listUserGeoId' (lines '111'-'140').
77246 src/com/itac/reporthandler/VehicleInfo.java 111 Found 'DU'-anomaly for variable 'listUserGeoId' (lines '111'-'182').
77247 src/com/itac/reporthandler/VehicleInfo.java 112 Found 'DD'-anomaly for variable 'listStopId' (lines '112'-'146').
77248 src/com/itac/reporthandler/VehicleInfo.java 112 Found 'DU'-anomaly for variable 'listStopId' (lines '112'-'182').
77249 src/com/itac/reporthandler/VehicleInfo.java 113 Found 'DU'-anomaly for variable 'session' (lines '113'-'182').
77250 src/com/itac/reporthandler/VehicleInfo.java 113 Local variable 'session' could be declared final
77251 src/com/itac/reporthandler/VehicleInfo.java 116 Comment is too large: Line too long
77252 src/com/itac/reporthandler/VehicleInfo.java 117 Local variable 'countSMS' could be declared final
77253 src/com/itac/reporthandler/VehicleInfo.java 121 Local variable 'objTripId' could be declared final
77254 src/com/itac/reporthandler/VehicleInfo.java 122 Local variable 'objId' could be declared final
77255 src/com/itac/reporthandler/VehicleInfo.java 123 Local variable 'objTripName' could be declared final
77256 src/com/itac/reporthandler/VehicleInfo.java 127 Local variable 'iter' could be declared final
77257 src/com/itac/reporthandler/VehicleInfo.java 129 Local variable 'data' could be declared final
77258 src/com/itac/reporthandler/VehicleInfo.java 130 Potential violation of Law of Demeter (method chain calls)
77259 src/com/itac/reporthandler/VehicleInfo.java 130 Potential violation of Law of Demeter (object not created locally)
77260 src/com/itac/reporthandler/VehicleInfo.java 131 Potential violation of Law of Demeter (method chain calls)
77261 src/com/itac/reporthandler/VehicleInfo.java 131 Potential violation of Law of Demeter (object not created locally)
77262 src/com/itac/reporthandler/VehicleInfo.java 132 Potential violation of Law of Demeter (method chain calls)
77263 src/com/itac/reporthandler/VehicleInfo.java 132 Potential violation of Law of Demeter (object not created locally)
77264 src/com/itac/reporthandler/VehicleInfo.java 134 Found 'DD'-anomaly for variable 'seqFenceAm' (lines '134'-'134').
77265 src/com/itac/reporthandler/VehicleInfo.java 134 Found 'DU'-anomaly for variable 'seqFenceAm' (lines '134'-'182').
77266 src/com/itac/reporthandler/VehicleInfo.java 134 Local variable 'seqFenceAm' could be declared final
77267 src/com/itac/reporthandler/VehicleInfo.java 135 Found 'DD'-anomaly for variable 'seqFencePm' (lines '135'-'135').
77268 src/com/itac/reporthandler/VehicleInfo.java 135 Found 'DU'-anomaly for variable 'seqFencePm' (lines '135'-'182').
77269 src/com/itac/reporthandler/VehicleInfo.java 135 Local variable 'seqFencePm' could be declared final
77270 src/com/itac/reporthandler/VehicleInfo.java 136 Local variable 'geofenceId' could be declared final
77271 src/com/itac/reporthandler/VehicleInfo.java 137 Potential violation of Law of Demeter (object not created locally)
77272 src/com/itac/reporthandler/VehicleInfo.java 138 Local variable 'hquery1' could be declared final
77273 src/com/itac/reporthandler/VehicleInfo.java 141 Local variable 'hquery2' could be declared final
77274 src/com/itac/reporthandler/VehicleInfo.java 147 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'total_SMS' is not final.
77275 src/com/itac/reporthandler/VehicleInfo.java 149 Comment is too large: Line too long
77276 src/com/itac/reporthandler/VehicleInfo.java 152 Position literals first in String comparisons for EqualsIgnoreCase
77277 src/com/itac/reporthandler/VehicleInfo.java 152 Potential violation of Law of Demeter (object not created locally)
77278 src/com/itac/reporthandler/VehicleInfo.java 153 Avoid using Literals in Conditional Statements
77279 src/com/itac/reporthandler/VehicleInfo.java 153 Potential violation of Law of Demeter (object not created locally)
77280 src/com/itac/reporthandler/VehicleInfo.java 153 Potential violation of Law of Demeter (object not created locally)
77281 src/com/itac/reporthandler/VehicleInfo.java 155 These nested if statements could be combined
77282 src/com/itac/reporthandler/VehicleInfo.java 156 Potential violation of Law of Demeter (object not created locally)
77283 src/com/itac/reporthandler/VehicleInfo.java 160 Position literals first in String comparisons for EqualsIgnoreCase
77284 src/com/itac/reporthandler/VehicleInfo.java 160 Potential violation of Law of Demeter (object not created locally)
77285 src/com/itac/reporthandler/VehicleInfo.java 161 Avoid using Literals in Conditional Statements
77286 src/com/itac/reporthandler/VehicleInfo.java 161 Potential violation of Law of Demeter (object not created locally)
77287 src/com/itac/reporthandler/VehicleInfo.java 161 Potential violation of Law of Demeter (object not created locally)
77288 src/com/itac/reporthandler/VehicleInfo.java 161 These nested if statements could be combined
77289 src/com/itac/reporthandler/VehicleInfo.java 163 These nested if statements could be combined
77290 src/com/itac/reporthandler/VehicleInfo.java 164 Potential violation of Law of Demeter (object not created locally)
77291 src/com/itac/reporthandler/VehicleInfo.java 170 Potential violation of Law of Demeter (object not created locally)
77292 src/com/itac/reporthandler/VehicleInfo.java 170 Potential violation of Law of Demeter (object not created locally)
77293 src/com/itac/reporthandler/VehicleInfo.java 171 Comment is too large: Line too long
77294 src/com/itac/reporthandler/VehicleInfo.java 171 Potential violation of Law of Demeter (object not created locally)
77295 src/com/itac/reporthandler/VehicleInfo.java 173 Potential violation of Law of Demeter (object not created locally)
77296 src/com/itac/reporthandler/VehicleInfo.java 174 Potential violation of Law of Demeter (object not created locally)
77297 src/com/itac/reporthandler/VehicleInfo.java 175 Potential violation of Law of Demeter (object not created locally)
77298 src/com/itac/reporthandler/VehicleInfo.java 176 Potential violation of Law of Demeter (object not created locally)
77299 src/com/itac/reporthandler/VehicleInfo.java 177 Potential violation of Law of Demeter (object not created locally)
77300 src/com/itac/reporthandler/VehicleInfo.java 179 Comment is too large: Line too long
77301 src/com/itac/reporthandler/VehicleInfo.java 185 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
77302 src/com/itac/reporthandler/VehicleInfo.java 185 Parameter 'countSMS' is not assigned and could be declared final
77303 src/com/itac/reporthandler/VehicleInfo.java 185 Parameter 'objId' is not assigned and could be declared final
77304 src/com/itac/reporthandler/VehicleInfo.java 185 Parameter 'objTripId' is not assigned and could be declared final
77305 src/com/itac/reporthandler/VehicleInfo.java 185 Parameter 'objTripName' is not assigned and could be declared final
77306 src/com/itac/reporthandler/VehicleInfo.java 185 Parameter 'vehicle_id' is not assigned and could be declared final
77307 src/com/itac/reporthandler/VehicleInfo.java 185 publicMethodCommentRequirement Required
77308 src/com/itac/reporthandler/VehicleInfo.java 187 Comment is too large: Line too long
77309 src/com/itac/reporthandler/VehicleInfo.java 188 Local variable 'objMap' could be declared final
77310 src/com/itac/reporthandler/VehicleInfo.java 190 Found 'DU'-anomaly for variable 'total' (lines '190'-'255').
77311 src/com/itac/reporthandler/VehicleInfo.java 191 Local variable 'totalSms' could be declared final
77312 src/com/itac/reporthandler/VehicleInfo.java 194 Comment is too large: Line too long
77313 src/com/itac/reporthandler/VehicleInfo.java 196 Avoid excessively long variable names like vehicle_id_SMS_Map
77314 src/com/itac/reporthandler/VehicleInfo.java 196 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
77315 src/com/itac/reporthandler/VehicleInfo.java 196 Local variable 'vehicle_id_SMS_Map' could be declared final
77316 src/com/itac/reporthandler/VehicleInfo.java 196 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id_SMS_Map' is not final.
77317 src/com/itac/reporthandler/VehicleInfo.java 197 Comment is too large: Line too long
77318 src/com/itac/reporthandler/VehicleInfo.java 198 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
77319 src/com/itac/reporthandler/VehicleInfo.java 198 Local variable 'trip_id_Map' could be declared final
77320 src/com/itac/reporthandler/VehicleInfo.java 198 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_id_Map' is not final.
77321 src/com/itac/reporthandler/VehicleInfo.java 199 Comment is too large: Line too long
77322 src/com/itac/reporthandler/VehicleInfo.java 200 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
77323 src/com/itac/reporthandler/VehicleInfo.java 200 Local variable 'geofence_id_Map' could be declared final
77324 src/com/itac/reporthandler/VehicleInfo.java 200 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'geofence_id_Map' is not final.
77325 src/com/itac/reporthandler/VehicleInfo.java 201 Comment is too large: Line too long
77326 src/com/itac/reporthandler/VehicleInfo.java 202 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
77327 src/com/itac/reporthandler/VehicleInfo.java 202 Local variable 'trip_Name_Map' could be declared final
77328 src/com/itac/reporthandler/VehicleInfo.java 202 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_Name_Map' is not final.
77329 src/com/itac/reporthandler/VehicleInfo.java 207 Comment is too large: Line too long
77330 src/com/itac/reporthandler/VehicleInfo.java 213 Avoid instantiating new objects inside loops
77331 src/com/itac/reporthandler/VehicleInfo.java 214 Avoid instantiating new objects inside loops
77332 src/com/itac/reporthandler/VehicleInfo.java 215 Avoid instantiating new objects inside loops
77333 src/com/itac/reporthandler/VehicleInfo.java 217 Found 'DD'-anomaly for variable 'first' (lines '217'-'217').
77334 src/com/itac/reporthandler/VehicleInfo.java 217 Found 'DU'-anomaly for variable 'first' (lines '217'-'255').
77335 src/com/itac/reporthandler/VehicleInfo.java 217 Local variable 'first' could be declared final
77336 src/com/itac/reporthandler/VehicleInfo.java 221 Comment is too large: Line too long
77337 src/com/itac/reporthandler/VehicleInfo.java 223 Comment is too large: Line too long
77338 src/com/itac/reporthandler/VehicleInfo.java 223 Potential violation of Law of Demeter (object not created locally)
77339 src/com/itac/reporthandler/VehicleInfo.java 224 Comment is too large: Line too long
77340 src/com/itac/reporthandler/VehicleInfo.java 224 Potential violation of Law of Demeter (object not created locally)
77341 src/com/itac/reporthandler/VehicleInfo.java 225 Comment is too large: Line too long
77342 src/com/itac/reporthandler/VehicleInfo.java 225 Potential violation of Law of Demeter (object not created locally)
77343 src/com/itac/reporthandler/VehicleInfo.java 230 Potential violation of Law of Demeter (object not created locally)
77344 src/com/itac/reporthandler/VehicleInfo.java 233 Potential violation of Law of Demeter (object not created locally)
77345 src/com/itac/reporthandler/VehicleInfo.java 234 Found 'DU'-anomaly for variable 'total' (lines '234'-'255').
77346 src/com/itac/reporthandler/VehicleInfo.java 237 Potential violation of Law of Demeter (object not created locally)
77347 src/com/itac/reporthandler/VehicleInfo.java 237 Potential violation of Law of Demeter (object not created locally)
77348 src/com/itac/reporthandler/VehicleInfo.java 238 Potential violation of Law of Demeter (object not created locally)
77349 src/com/itac/reporthandler/VehicleInfo.java 239 Potential violation of Law of Demeter (object not created locally)
77350 src/com/itac/reporthandler/VehicleInfo.java 240 Potential violation of Law of Demeter (object not created locally)
77351 src/com/itac/reporthandler/VehicleInfo.java 242 Assigning an Object to null is a code smell. Consider refactoring.
77352 src/com/itac/reporthandler/VehicleInfo.java 242 Found 'DD'-anomaly for variable 'groupDetailId' (lines '242'-'214').
77353 src/com/itac/reporthandler/VehicleInfo.java 242 Found 'DU'-anomaly for variable 'groupDetailId' (lines '242'-'255').
77354 src/com/itac/reporthandler/VehicleInfo.java 243 Assigning an Object to null is a code smell. Consider refactoring.
77355 src/com/itac/reporthandler/VehicleInfo.java 243 Found 'DD'-anomaly for variable 'tripDetailId' (lines '243'-'213').
77356 src/com/itac/reporthandler/VehicleInfo.java 243 Found 'DU'-anomaly for variable 'tripDetailId' (lines '243'-'255').
77357 src/com/itac/reporthandler/VehicleInfo.java 244 Assigning an Object to null is a code smell. Consider refactoring.
77358 src/com/itac/reporthandler/VehicleInfo.java 244 Found 'DD'-anomaly for variable 'tripDetailName' (lines '244'-'215').
77359 src/com/itac/reporthandler/VehicleInfo.java 244 Found 'DU'-anomaly for variable 'tripDetailName' (lines '244'-'255').
77360 src/com/itac/reporthandler/VehicleInfo.java 248 Potential violation of Law of Demeter (object not created locally)
77361 src/com/itac/reporthandler/VehicleInfo.java 249 Potential violation of Law of Demeter (object not created locally)
77362 src/com/itac/reporthandler/VehicleInfo.java 250 Potential violation of Law of Demeter (object not created locally)
77363 src/com/itac/reporthandler/VehicleInfo.java 251 Potential violation of Law of Demeter (object not created locally)
77364 src/com/itac/reporthandler/VehicleInfo.java 252 Potential violation of Law of Demeter (object not created locally)
77365 src/com/itac/reporthandler/VehicleInfo.java 254 Comment is too large: Line too long
77366 src/com/itac/reporthandler/VehicleInfo.java 259 Comment is too large: Line too long
77367 src/com/itac/reporthandler/VehicleInfo.java 262 Parameter 'tripId' is not assigned and could be declared final
77368 src/com/itac/reporthandler/VehicleInfo.java 262 publicMethodCommentRequirement Required
77369 src/com/itac/reporthandler/VehicleInfo.java 268 Local variable 'itr' could be declared final
77370 src/com/itac/reporthandler/VehicleInfo.java 268 Potential violation of Law of Demeter (object not created locally)
77371 src/com/itac/reporthandler/VehicleInfo.java 275 Assigning an Object to null is a code smell. Consider refactoring.
77372 src/com/itac/reporthandler/VehicleInfo.java 275 Found 'DU'-anomaly for variable 'values' (lines '275'-'277').
77373 src/com/itac/reporthandler/VehicleInfo.java 280 Comment is too large: Line too long
77374 src/com/itac/reporthandler/VehicleInfo.java 285 Avoid really long methods.
77375 src/com/itac/reporthandler/VehicleInfo.java 285 Avoid using implementation types like 'Hashtable'; use the interface instead
77376 src/com/itac/reporthandler/VehicleInfo.java 285 Consider replacing this Hashtable with the newer java.util.Map
77377 src/com/itac/reporthandler/VehicleInfo.java 285 Parameter 'htable' is not assigned and could be declared final
77378 src/com/itac/reporthandler/VehicleInfo.java 285 The method 'vehicleDetailData' has a Cyclomatic Complexity of 14.
77379 src/com/itac/reporthandler/VehicleInfo.java 285 publicMethodCommentRequirement Required
77380 src/com/itac/reporthandler/VehicleInfo.java 288 Local variable 'date' could be declared final
77381 src/com/itac/reporthandler/VehicleInfo.java 291 Local variable 'strDateFormat' could be declared final
77382 src/com/itac/reporthandler/VehicleInfo.java 292 Local variable 'sdf' could be declared final
77383 src/com/itac/reporthandler/VehicleInfo.java 292 When instantiating a SimpleDateFormat object, specify a Locale
77384 src/com/itac/reporthandler/VehicleInfo.java 293 Found 'DD'-anomaly for variable 'session' (lines '293'-'294').
77385 src/com/itac/reporthandler/VehicleInfo.java 293 Potential violation of Law of Demeter (method chain calls)
77386 src/com/itac/reporthandler/VehicleInfo.java 293 Potential violation of Law of Demeter (object not created locally)
77387 src/com/itac/reporthandler/VehicleInfo.java 294 Potential violation of Law of Demeter (object not created locally)
77388 src/com/itac/reporthandler/VehicleInfo.java 294 Potential violation of Law of Demeter (object not created locally)
77389 src/com/itac/reporthandler/VehicleInfo.java 297 Avoid excessively long variable names like objVehicleDetailVO
77390 src/com/itac/reporthandler/VehicleInfo.java 297 Found 'DD'-anomaly for variable 'objVehicleDetailVO' (lines '297'-'382').
77391 src/com/itac/reporthandler/VehicleInfo.java 299 Potential violation of Law of Demeter (object not created locally)
77392 src/com/itac/reporthandler/VehicleInfo.java 299 Potential violation of Law of Demeter (object not created locally)
77393 src/com/itac/reporthandler/VehicleInfo.java 299 Useless parentheses.
77394 src/com/itac/reporthandler/VehicleInfo.java 301 Found 'DD'-anomaly for variable 'list' (lines '301'-'309').
77395 src/com/itac/reporthandler/VehicleInfo.java 302 Found 'DD'-anomaly for variable 'vehicle_id' (lines '302'-'319').
77396 src/com/itac/reporthandler/VehicleInfo.java 302 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
77397 src/com/itac/reporthandler/VehicleInfo.java 304 Local variable 'hquery' could be declared final
77398 src/com/itac/reporthandler/VehicleInfo.java 305 Local variable 'organizationId' could be declared final
77399 src/com/itac/reporthandler/VehicleInfo.java 305 Potential violation of Law of Demeter (method chain calls)
77400 src/com/itac/reporthandler/VehicleInfo.java 305 Potential violation of Law of Demeter (method chain calls)
77401 src/com/itac/reporthandler/VehicleInfo.java 305 Potential violation of Law of Demeter (method chain calls)
77402 src/com/itac/reporthandler/VehicleInfo.java 305 Potential violation of Law of Demeter (method chain calls)
77403 src/com/itac/reporthandler/VehicleInfo.java 311 Avoid using Literals in Conditional Statements
77404 src/com/itac/reporthandler/VehicleInfo.java 311 Potential violation of Law of Demeter (object not created locally)
77405 src/com/itac/reporthandler/VehicleInfo.java 311 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
77406 src/com/itac/reporthandler/VehicleInfo.java 313 Comment is too large: Line too long
77407 src/com/itac/reporthandler/VehicleInfo.java 314 Local variable 'record' could be declared final
77408 src/com/itac/reporthandler/VehicleInfo.java 316 Potential violation of Law of Demeter (object not created locally)
77409 src/com/itac/reporthandler/VehicleInfo.java 317 Local variable 'objTripName' could be declared final
77410 src/com/itac/reporthandler/VehicleInfo.java 317 Potential violation of Law of Demeter (object not created locally)
77411 src/com/itac/reporthandler/VehicleInfo.java 318 Local variable 'objId' could be declared final
77412 src/com/itac/reporthandler/VehicleInfo.java 318 Potential violation of Law of Demeter (object not created locally)
77413 src/com/itac/reporthandler/VehicleInfo.java 319 Potential violation of Law of Demeter (object not created locally)
77414 src/com/itac/reporthandler/VehicleInfo.java 320 Local variable 'countSMS' could be declared final
77415 src/com/itac/reporthandler/VehicleInfo.java 320 Potential violation of Law of Demeter (object not created locally)
77416 src/com/itac/reporthandler/VehicleInfo.java 323 Comment is too large: Line too long
77417 src/com/itac/reporthandler/VehicleInfo.java 324 Comment is too large: Line too long
77418 src/com/itac/reporthandler/VehicleInfo.java 326 Local variable 'objMapDatail' could be declared final
77419 src/com/itac/reporthandler/VehicleInfo.java 328 Avoid excessively long variable names like vehicle_id_SMS_Map
77420 src/com/itac/reporthandler/VehicleInfo.java 328 Local variable 'vehicle_id_SMS_Map' could be declared final
77421 src/com/itac/reporthandler/VehicleInfo.java 328 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id_SMS_Map' is not final.
77422 src/com/itac/reporthandler/VehicleInfo.java 328 Potential violation of Law of Demeter (object not created locally)
77423 src/com/itac/reporthandler/VehicleInfo.java 329 Local variable 'trip_id_Map' could be declared final
77424 src/com/itac/reporthandler/VehicleInfo.java 329 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_id_Map' is not final.
77425 src/com/itac/reporthandler/VehicleInfo.java 329 Potential violation of Law of Demeter (object not created locally)
77426 src/com/itac/reporthandler/VehicleInfo.java 330 Found 'DU'-anomaly for variable 'geofence_id_Map' (lines '330'-'425').
77427 src/com/itac/reporthandler/VehicleInfo.java 330 Local variable 'geofence_id_Map' could be declared final
77428 src/com/itac/reporthandler/VehicleInfo.java 330 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'geofence_id_Map' is not final.
77429 src/com/itac/reporthandler/VehicleInfo.java 330 Potential violation of Law of Demeter (object not created locally)
77430 src/com/itac/reporthandler/VehicleInfo.java 331 Found 'DU'-anomaly for variable 'trip_Name_Map' (lines '331'-'425').
77431 src/com/itac/reporthandler/VehicleInfo.java 331 Local variable 'trip_Name_Map' could be declared final
77432 src/com/itac/reporthandler/VehicleInfo.java 331 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_Name_Map' is not final.
77433 src/com/itac/reporthandler/VehicleInfo.java 331 Potential violation of Law of Demeter (object not created locally)
77434 src/com/itac/reporthandler/VehicleInfo.java 333 Avoid unused local variables such as 'totalSms'.
77435 src/com/itac/reporthandler/VehicleInfo.java 333 Found 'DU'-anomaly for variable 'totalSms' (lines '333'-'425').
77436 src/com/itac/reporthandler/VehicleInfo.java 333 Local variable 'totalSms' could be declared final
77437 src/com/itac/reporthandler/VehicleInfo.java 333 Potential violation of Law of Demeter (object not created locally)
77438 src/com/itac/reporthandler/VehicleInfo.java 337 Local variable 'set' could be declared final
77439 src/com/itac/reporthandler/VehicleInfo.java 337 Potential violation of Law of Demeter (object not created locally)
77440 src/com/itac/reporthandler/VehicleInfo.java 341 Comment is too large: Line too long
77441 src/com/itac/reporthandler/VehicleInfo.java 343 Local variable 'expectedList' could be declared final
77442 src/com/itac/reporthandler/VehicleInfo.java 344 Comment is too large: Line too long
77443 src/com/itac/reporthandler/VehicleInfo.java 345 If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation
77444 src/com/itac/reporthandler/VehicleInfo.java 345 Local variable 'trip_id_SMS_Map' could be declared final
77445 src/com/itac/reporthandler/VehicleInfo.java 345 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_id_SMS_Map' is not final.
77446 src/com/itac/reporthandler/VehicleInfo.java 347 Local variable 'tripIdSet' could be declared final
77447 src/com/itac/reporthandler/VehicleInfo.java 347 Potential violation of Law of Demeter (object not created locally)
77448 src/com/itac/reporthandler/VehicleInfo.java 348 Local variable 'itr3' could be declared final
77449 src/com/itac/reporthandler/VehicleInfo.java 348 Potential violation of Law of Demeter (object not created locally)
77450 src/com/itac/reporthandler/VehicleInfo.java 350 Local variable 'itr' could be declared final
77451 src/com/itac/reporthandler/VehicleInfo.java 350 Potential violation of Law of Demeter (object not created locally)
77452 src/com/itac/reporthandler/VehicleInfo.java 352 Local variable 'key' could be declared final
77453 src/com/itac/reporthandler/VehicleInfo.java 353 Potential violation of Law of Demeter (object not created locally)
77454 src/com/itac/reporthandler/VehicleInfo.java 355 Avoid instantiating new objects inside loops
77455 src/com/itac/reporthandler/VehicleInfo.java 355 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_Id_Sms' is not final.
77456 src/com/itac/reporthandler/VehicleInfo.java 358 Local variable 'itr1' could be declared final
77457 src/com/itac/reporthandler/VehicleInfo.java 358 Potential violation of Law of Demeter (object not created locally)
77458 src/com/itac/reporthandler/VehicleInfo.java 359 Found 'DU'-anomaly for variable 'getTripId' (lines '359'-'425').
77459 src/com/itac/reporthandler/VehicleInfo.java 359 Local variable 'getTripId' could be declared final
77460 src/com/itac/reporthandler/VehicleInfo.java 361 Local variable 'itr2' could be declared final
77461 src/com/itac/reporthandler/VehicleInfo.java 361 Potential violation of Law of Demeter (object not created locally)
77462 src/com/itac/reporthandler/VehicleInfo.java 361 Useless parentheses.
77463 src/com/itac/reporthandler/VehicleInfo.java 361 Useless parentheses.
77464 src/com/itac/reporthandler/VehicleInfo.java 363 Local variable 'key1' could be declared final
77465 src/com/itac/reporthandler/VehicleInfo.java 364 Potential violation of Law of Demeter (object not created locally)
77466 src/com/itac/reporthandler/VehicleInfo.java 366 Local variable 'value' could be declared final
77467 src/com/itac/reporthandler/VehicleInfo.java 367 Potential violation of Law of Demeter (object not created locally)
77468 src/com/itac/reporthandler/VehicleInfo.java 372 Local variable 'itr4' could be declared final
77469 src/com/itac/reporthandler/VehicleInfo.java 372 Potential violation of Law of Demeter (object not created locally)
77470 src/com/itac/reporthandler/VehicleInfo.java 376 Potential violation of Law of Demeter (object not created locally)
77471 src/com/itac/reporthandler/VehicleInfo.java 377 Assigning an Object to null is a code smell. Consider refactoring.
77472 src/com/itac/reporthandler/VehicleInfo.java 377 Found 'DD'-anomaly for variable 'tripIdList' (lines '377'-'353').
77473 src/com/itac/reporthandler/VehicleInfo.java 377 Found 'DU'-anomaly for variable 'tripIdList' (lines '377'-'425').
77474 src/com/itac/reporthandler/VehicleInfo.java 378 Assigning an Object to null is a code smell. Consider refactoring.
77475 src/com/itac/reporthandler/VehicleInfo.java 378 Found 'DD'-anomaly for variable 'trip_Id_Sms' (lines '378'-'355').
77476 src/com/itac/reporthandler/VehicleInfo.java 378 Found 'DU'-anomaly for variable 'trip_Id_Sms' (lines '378'-'425').
77477 src/com/itac/reporthandler/VehicleInfo.java 380 Comment is too large: Line too long
77478 src/com/itac/reporthandler/VehicleInfo.java 382 Found 'DD'-anomaly for variable 'objVehicleDetailVO' (lines '382'-'415').
77479 src/com/itac/reporthandler/VehicleInfo.java 382 Potential violation of Law of Demeter (object not created locally)
77480 src/com/itac/reporthandler/VehicleInfo.java 383 Found 'DU'-anomaly for variable 'incr' (lines '383'-'425').
77481 src/com/itac/reporthandler/VehicleInfo.java 385 Found 'DU'-anomaly for variable 'itrexpected' (lines '385'-'425').
77482 src/com/itac/reporthandler/VehicleInfo.java 385 Local variable 'itr' could be declared final
77483 src/com/itac/reporthandler/VehicleInfo.java 385 Local variable 'itrexpected' could be declared final
77484 src/com/itac/reporthandler/VehicleInfo.java 385 Potential violation of Law of Demeter (object not created locally)
77485 src/com/itac/reporthandler/VehicleInfo.java 385 Potential violation of Law of Demeter (object not created locally)
77486 src/com/itac/reporthandler/VehicleInfo.java 385 Use one line for each declaration, it enhances code readability.
77487 src/com/itac/reporthandler/VehicleInfo.java 387 Avoid instantiating new objects inside loops
77488 src/com/itac/reporthandler/VehicleInfo.java 387 Comment is too large: Line too long
77489 src/com/itac/reporthandler/VehicleInfo.java 389 Avoid unused local variables such as 'exptSms'.
77490 src/com/itac/reporthandler/VehicleInfo.java 389 Found 'DD'-anomaly for variable 'exptSms' (lines '389'-'389').
77491 src/com/itac/reporthandler/VehicleInfo.java 389 Found 'DD'-anomaly for variable 'exptSms' (lines '389'-'391').
77492 src/com/itac/reporthandler/VehicleInfo.java 389 Found 'DU'-anomaly for variable 'exptSms' (lines '389'-'425').
77493 src/com/itac/reporthandler/VehicleInfo.java 391 Found 'DD'-anomaly for variable 'exptSms' (lines '391'-'389').
77494 src/com/itac/reporthandler/VehicleInfo.java 391 Found 'DU'-anomaly for variable 'exptSms' (lines '391'-'425').
77495 src/com/itac/reporthandler/VehicleInfo.java 393 Found 'DD'-anomaly for variable 'key' (lines '393'-'393').
77496 src/com/itac/reporthandler/VehicleInfo.java 393 Found 'DU'-anomaly for variable 'key' (lines '393'-'425').
77497 src/com/itac/reporthandler/VehicleInfo.java 393 Local variable 'key' could be declared final
77498 src/com/itac/reporthandler/VehicleInfo.java 395 Local variable 'iter' could be declared final
77499 src/com/itac/reporthandler/VehicleInfo.java 395 Potential violation of Law of Demeter (object not created locally)
77500 src/com/itac/reporthandler/VehicleInfo.java 397 Local variable 'data' could be declared final
77501 src/com/itac/reporthandler/VehicleInfo.java 399 Local variable 'vid' could be declared final
77502 src/com/itac/reporthandler/VehicleInfo.java 401 Potential violation of Law of Demeter (object not created locally)
77503 src/com/itac/reporthandler/VehicleInfo.java 402 Potential violation of Law of Demeter (object not created locally)
77504 src/com/itac/reporthandler/VehicleInfo.java 403 Potential violation of Law of Demeter (method chain calls)
77505 src/com/itac/reporthandler/VehicleInfo.java 403 Potential violation of Law of Demeter (object not created locally)
77506 src/com/itac/reporthandler/VehicleInfo.java 404 Potential violation of Law of Demeter (object not created locally)
77507 src/com/itac/reporthandler/VehicleInfo.java 404 Potential violation of Law of Demeter (object not created locally)
77508 src/com/itac/reporthandler/VehicleInfo.java 405 Potential violation of Law of Demeter (object not created locally)
77509 src/com/itac/reporthandler/VehicleInfo.java 405 Potential violation of Law of Demeter (object not created locally)
77510 src/com/itac/reporthandler/VehicleInfo.java 406 Potential violation of Law of Demeter (object not created locally)
77511 src/com/itac/reporthandler/VehicleInfo.java 406 Potential violation of Law of Demeter (object not created locally)
77512 src/com/itac/reporthandler/VehicleInfo.java 407 Potential violation of Law of Demeter (object not created locally)
77513 src/com/itac/reporthandler/VehicleInfo.java 407 Potential violation of Law of Demeter (object not created locally)
77514 src/com/itac/reporthandler/VehicleInfo.java 408 Potential violation of Law of Demeter (object not created locally)
77515 src/com/itac/reporthandler/VehicleInfo.java 408 Potential violation of Law of Demeter (object not created locally)
77516 src/com/itac/reporthandler/VehicleInfo.java 415 Found 'DD'-anomaly for variable 'objVehicleDetailVO' (lines '415'-'415').
77517 src/com/itac/reporthandler/VehicleInfo.java 416 Found 'DU'-anomaly for variable 'incr' (lines '416'-'425').
77518 src/com/itac/reporthandler/VehicleInfo.java 417 Assigning an Object to null is a code smell. Consider refactoring.
77519 src/com/itac/reporthandler/VehicleInfo.java 417 Found 'DD'-anomaly for variable 'objVehicleVO' (lines '417'-'387').
77520 src/com/itac/reporthandler/VehicleInfo.java 417 Found 'DU'-anomaly for variable 'objVehicleVO' (lines '417'-'425').
77521 src/com/itac/reporthandler/VehicleInfo.java 430 Avoid using implementation types like 'Hashtable'; use the interface instead
77522 src/com/itac/reporthandler/VehicleInfo.java 430 Consider replacing this Hashtable with the newer java.util.Map
77523 src/com/itac/reporthandler/VehicleInfo.java 430 Parameter 'htable' is not assigned and could be declared final
77524 src/com/itac/reporthandler/VehicleInfo.java 430 publicMethodCommentRequirement Required
77525 src/com/itac/reporthandler/VehicleInfo.java 432 Local variable 'vgroupId' could be declared final
77526 src/com/itac/reporthandler/VehicleInfo.java 433 Found 'DD'-anomaly for variable 'objGroupInfoVO' (lines '433'-'439').
77527 src/com/itac/reporthandler/VehicleInfo.java 435 Local variable 'hquery' could be declared final
77528 src/com/itac/reporthandler/VehicleInfo.java 437 Local variable 'list' could be declared final
77529 src/com/itac/reporthandler/VehicleInfo.java 438 Potential violation of Law of Demeter (object not created locally)
77530 src/com/itac/reporthandler/VehicleInfo.java 438 Potential violation of Law of Demeter (object not created locally)
77531 src/com/itac/reporthandler/VehicleInfo.java 439 Found 'DD'-anomaly for variable 'objGroupInfoVO' (lines '439'-'463').
77532 src/com/itac/reporthandler/VehicleInfo.java 439 Potential violation of Law of Demeter (object not created locally)
77533 src/com/itac/reporthandler/VehicleInfo.java 440 Found 'DU'-anomaly for variable 'count' (lines '440'-'469').
77534 src/com/itac/reporthandler/VehicleInfo.java 441 Local variable 'itr' could be declared final
77535 src/com/itac/reporthandler/VehicleInfo.java 441 Potential violation of Law of Demeter (object not created locally)
77536 src/com/itac/reporthandler/VehicleInfo.java 442 Local variable 'rows' could be declared final
77537 src/com/itac/reporthandler/VehicleInfo.java 443 Local variable 'query' could be declared final
77538 src/com/itac/reporthandler/VehicleInfo.java 444 Potential violation of Law of Demeter (method chain calls)
77539 src/com/itac/reporthandler/VehicleInfo.java 445 Potential violation of Law of Demeter (method chain calls)
77540 src/com/itac/reporthandler/VehicleInfo.java 448 Local variable 'records' could be declared final
77541 src/com/itac/reporthandler/VehicleInfo.java 449 Found 'DD'-anomaly for variable 'objVO' (lines '449'-'454').
77542 src/com/itac/reporthandler/VehicleInfo.java 451 Local variable 'iter' could be declared final
77543 src/com/itac/reporthandler/VehicleInfo.java 451 Potential violation of Law of Demeter (object not created locally)
77544 src/com/itac/reporthandler/VehicleInfo.java 453 Local variable 'objData' could be declared final
77545 src/com/itac/reporthandler/VehicleInfo.java 454 Avoid instantiating new objects inside loops
77546 src/com/itac/reporthandler/VehicleInfo.java 455 Potential violation of Law of Demeter (method chain calls)
77547 src/com/itac/reporthandler/VehicleInfo.java 455 Potential violation of Law of Demeter (object not created locally)
77548 src/com/itac/reporthandler/VehicleInfo.java 456 Potential violation of Law of Demeter (method chain calls)
77549 src/com/itac/reporthandler/VehicleInfo.java 456 Potential violation of Law of Demeter (object not created locally)
77550 src/com/itac/reporthandler/VehicleInfo.java 457 Potential violation of Law of Demeter (method chain calls)
77551 src/com/itac/reporthandler/VehicleInfo.java 457 Potential violation of Law of Demeter (object not created locally)
77552 src/com/itac/reporthandler/VehicleInfo.java 458 Potential violation of Law of Demeter (method chain calls)
77553 src/com/itac/reporthandler/VehicleInfo.java 458 Potential violation of Law of Demeter (object not created locally)
77554 src/com/itac/reporthandler/VehicleInfo.java 459 Potential violation of Law of Demeter (method chain calls)
77555 src/com/itac/reporthandler/VehicleInfo.java 459 Potential violation of Law of Demeter (object not created locally)
77556 src/com/itac/reporthandler/VehicleInfo.java 460 Potential violation of Law of Demeter (method chain calls)
77557 src/com/itac/reporthandler/VehicleInfo.java 460 Potential violation of Law of Demeter (object not created locally)
77558 src/com/itac/reporthandler/VehicleInfo.java 461 Potential violation of Law of Demeter (method chain calls)
77559 src/com/itac/reporthandler/VehicleInfo.java 461 Potential violation of Law of Demeter (object not created locally)
77560 src/com/itac/reporthandler/VehicleInfo.java 463 Found 'DD'-anomaly for variable 'objGroupInfoVO' (lines '463'-'463').
77561 src/com/itac/reporthandler/VehicleInfo.java 464 Found 'DU'-anomaly for variable 'count' (lines '464'-'469').
77562 src/com/itac/reporthandler/VehicleInfo.java 465 Assigning an Object to null is a code smell. Consider refactoring.
77563 src/com/itac/reporthandler/VehicleInfo.java 465 Found 'DD'-anomaly for variable 'objVO' (lines '465'-'449').
77564 src/com/itac/reporthandler/VehicleInfo.java 465 Found 'DU'-anomaly for variable 'objVO' (lines '465'-'469').
77565 src/com/itac/reporthandler/VehicleInfo.java 471 Avoid variables with short names like ar
77566 src/com/itac/reporthandler/VehicleInfo.java 471 Parameter 'ar' is not assigned and could be declared final
77567 src/com/itac/reporthandler/VehicleInfo.java 471 publicMethodCommentRequirement Required
77568 src/com/itac/reporthandler/VehicleInfo.java 472 Found 'DU'-anomaly for variable 'vinfo' (lines '472'-'492').
77569 src/com/itac/reporthandler/VehicleInfo.java 472 Local variable 'vinfo' could be declared final
77570 src/com/itac/reporthandler/VehicleInfo.java 473 Local variable 'objBufferedReader' could be declared final
77571 src/com/itac/reporthandler/VehicleInfo.java 474 Consider replacing this Hashtable with the newer java.util.Map
77572 src/com/itac/reporthandler/VehicleInfo.java 474 Local variable 'htable' could be declared final
77573 src/com/itac/reporthandler/VehicleInfo.java 475 Found 'DD'-anomaly for variable 'orgId' (lines '475'-'479').
77574 src/com/itac/reporthandler/VehicleInfo.java 476 Avoid unused local variables such as 'session'.
77575 src/com/itac/reporthandler/VehicleInfo.java 476 Found 'DU'-anomaly for variable 'session' (lines '476'-'492').
77576 src/com/itac/reporthandler/VehicleInfo.java 476 Local variable 'session' could be declared final
77577 src/com/itac/reporthandler/VehicleInfo.java 477 Found 'DD'-anomaly for variable 'date' (lines '477'-'482').
77578 src/com/itac/reporthandler/VehicleInfo.java 478 Avoid unused local variables such as 'vehicle_group_id'.
77579 src/com/itac/reporthandler/VehicleInfo.java 478 Found 'DU'-anomaly for variable 'vehicle_group_id' (lines '478'-'492').
77580 src/com/itac/reporthandler/VehicleInfo.java 478 Local variable 'vehicle_group_id' could be declared final
77581 src/com/itac/reporthandler/VehicleInfo.java 478 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_group_id' is not final.
77582 src/com/itac/reporthandler/VehicleInfo.java 479 Found 'DU'-anomaly for variable 'orgId' (lines '479'-'492').
77583 src/com/itac/reporthandler/VehicleInfo.java 479 Potential violation of Law of Demeter (object not created locally)
77584 src/com/itac/reporthandler/VehicleInfo.java 480 Found 'DU'-anomaly for variable 'sdf' (lines '480'-'492').
77585 src/com/itac/reporthandler/VehicleInfo.java 480 Local variable 'sdf' could be declared final
77586 src/com/itac/reporthandler/VehicleInfo.java 480 When instantiating a SimpleDateFormat object, specify a Locale
77587 src/com/itac/reporthandler/VehicleInfo.java 482 Potential violation of Law of Demeter (object not created locally)
77588 src/com/itac/reporthandler/VehicleInfo.java 485 Avoid unused local variables such as 'date1'.
77589 src/com/itac/reporthandler/VehicleInfo.java 485 Found 'DU'-anomaly for variable 'date1' (lines '485'-'492').
77590 src/com/itac/reporthandler/VehicleInfo.java 485 Local variable 'date1' could be declared final
77591 src/com/itac/reporthandler/VehicleInfo.java 485 Potential violation of Law of Demeter (object not created locally)
77592 src/com/itac/reporthandler/VehicleInfo.java 489 Potential violation of Law of Demeter (object not created locally)
77593 src/com/itac/reporthandler/VehicleInfo.java 490 Potential violation of Law of Demeter (object not created locally)
77594 src/com/itac/sms/bean/SmsConsolidated.java 10 Classes implementing Serializable should set a serialVersionUID
77595 src/com/itac/sms/bean/SmsConsolidated.java 12 Avoid variables with short names like id
77596 src/com/itac/sms/bean/SmsConsolidated.java 12 fieldCommentRequirement Required
77597 src/com/itac/sms/bean/SmsConsolidated.java 13 fieldCommentRequirement Required
77598 src/com/itac/sms/bean/SmsConsolidated.java 14 fieldCommentRequirement Required
77599 src/com/itac/sms/bean/SmsConsolidated.java 15 fieldCommentRequirement Required
77600 src/com/itac/sms/bean/SmsConsolidated.java 16 fieldCommentRequirement Required
77601 src/com/itac/sms/bean/SmsConsolidated.java 17 fieldCommentRequirement Required
77602 src/com/itac/sms/bean/SmsConsolidated.java 18 fieldCommentRequirement Required
77603 src/com/itac/sms/bean/SmsConsolidated.java 19 fieldCommentRequirement Required
77604 src/com/itac/sms/bean/SmsConsolidated.java 21 Document empty constructor
77605 src/com/itac/sms/bean/SmsConsolidated.java 21 publicMethodCommentRequirement Required
77606 src/com/itac/sms/bean/SmsConsolidated.java 24 Parameter 'delivered' is not assigned and could be declared final
77607 src/com/itac/sms/bean/SmsConsolidated.java 24 Parameter 'school' is not assigned and could be declared final
77608 src/com/itac/sms/bean/SmsConsolidated.java 24 Parameter 'undelivered' is not assigned and could be declared final
77609 src/com/itac/sms/bean/SmsConsolidated.java 24 publicMethodCommentRequirement Required
77610 src/com/itac/sms/bean/SmsConsolidated.java 25 Parameter 'dbInserttime' is not assigned and could be declared final
77611 src/com/itac/sms/bean/SmsConsolidated.java 25 Parameter 'expired' is not assigned and could be declared final
77612 src/com/itac/sms/bean/SmsConsolidated.java 25 Parameter 'submit' is not assigned and could be declared final
77613 src/com/itac/sms/bean/SmsConsolidated.java 25 Parameter 'total' is not assigned and could be declared final
77614 src/com/itac/sms/bean/SmsConsolidated.java 35 publicMethodCommentRequirement Required
77615 src/com/itac/sms/bean/SmsConsolidated.java 39 Avoid variables with short names like id
77616 src/com/itac/sms/bean/SmsConsolidated.java 39 Parameter 'id' is not assigned and could be declared final
77617 src/com/itac/sms/bean/SmsConsolidated.java 39 publicMethodCommentRequirement Required
77618 src/com/itac/sms/bean/SmsConsolidated.java 43 publicMethodCommentRequirement Required
77619 src/com/itac/sms/bean/SmsConsolidated.java 47 Parameter 'school' is not assigned and could be declared final
77620 src/com/itac/sms/bean/SmsConsolidated.java 47 publicMethodCommentRequirement Required
77621 src/com/itac/sms/bean/SmsConsolidated.java 51 publicMethodCommentRequirement Required
77622 src/com/itac/sms/bean/SmsConsolidated.java 55 Parameter 'delivered' is not assigned and could be declared final
77623 src/com/itac/sms/bean/SmsConsolidated.java 55 publicMethodCommentRequirement Required
77624 src/com/itac/sms/bean/SmsConsolidated.java 59 publicMethodCommentRequirement Required
77625 src/com/itac/sms/bean/SmsConsolidated.java 63 Parameter 'undelivered' is not assigned and could be declared final
77626 src/com/itac/sms/bean/SmsConsolidated.java 63 publicMethodCommentRequirement Required
77627 src/com/itac/sms/bean/SmsConsolidated.java 67 publicMethodCommentRequirement Required
77628 src/com/itac/sms/bean/SmsConsolidated.java 71 Parameter 'submit' is not assigned and could be declared final
77629 src/com/itac/sms/bean/SmsConsolidated.java 71 publicMethodCommentRequirement Required
77630 src/com/itac/sms/bean/SmsConsolidated.java 75 publicMethodCommentRequirement Required
77631 src/com/itac/sms/bean/SmsConsolidated.java 79 Parameter 'expired' is not assigned and could be declared final
77632 src/com/itac/sms/bean/SmsConsolidated.java 79 publicMethodCommentRequirement Required
77633 src/com/itac/sms/bean/SmsConsolidated.java 83 publicMethodCommentRequirement Required
77634 src/com/itac/sms/bean/SmsConsolidated.java 87 Parameter 'total' is not assigned and could be declared final
77635 src/com/itac/sms/bean/SmsConsolidated.java 87 publicMethodCommentRequirement Required
77636 src/com/itac/sms/bean/SmsConsolidated.java 91 publicMethodCommentRequirement Required
77637 src/com/itac/sms/bean/SmsConsolidated.java 95 Parameter 'dbInserttime' is not assigned and could be declared final
77638 src/com/itac/sms/bean/SmsConsolidated.java 95 publicMethodCommentRequirement Required
77639 src/com/itac/sms/bean/SmsDetailed.java 10 Classes implementing Serializable should set a serialVersionUID
77640 src/com/itac/sms/bean/SmsDetailed.java 12 Avoid variables with short names like id
77641 src/com/itac/sms/bean/SmsDetailed.java 12 fieldCommentRequirement Required
77642 src/com/itac/sms/bean/SmsDetailed.java 13 fieldCommentRequirement Required
77643 src/com/itac/sms/bean/SmsDetailed.java 14 fieldCommentRequirement Required
77644 src/com/itac/sms/bean/SmsDetailed.java 15 fieldCommentRequirement Required
77645 src/com/itac/sms/bean/SmsDetailed.java 16 fieldCommentRequirement Required
77646 src/com/itac/sms/bean/SmsDetailed.java 17 fieldCommentRequirement Required
77647 src/com/itac/sms/bean/SmsDetailed.java 18 fieldCommentRequirement Required
77648 src/com/itac/sms/bean/SmsDetailed.java 19 fieldCommentRequirement Required
77649 src/com/itac/sms/bean/SmsDetailed.java 20 fieldCommentRequirement Required
77650 src/com/itac/sms/bean/SmsDetailed.java 22 Document empty constructor
77651 src/com/itac/sms/bean/SmsDetailed.java 22 publicMethodCommentRequirement Required
77652 src/com/itac/sms/bean/SmsDetailed.java 25 Parameter 'packetTime' is not assigned and could be declared final
77653 src/com/itac/sms/bean/SmsDetailed.java 25 Parameter 'school' is not assigned and could be declared final
77654 src/com/itac/sms/bean/SmsDetailed.java 25 Parameter 'tripName' is not assigned and could be declared final
77655 src/com/itac/sms/bean/SmsDetailed.java 25 publicMethodCommentRequirement Required
77656 src/com/itac/sms/bean/SmsDetailed.java 26 Parameter 'phoneNo' is not assigned and could be declared final
77657 src/com/itac/sms/bean/SmsDetailed.java 26 Parameter 'sentStatus' is not assigned and could be declared final
77658 src/com/itac/sms/bean/SmsDetailed.java 26 Parameter 'sentTime' is not assigned and could be declared final
77659 src/com/itac/sms/bean/SmsDetailed.java 27 Parameter 'dbInserttime' is not assigned and could be declared final
77660 src/com/itac/sms/bean/SmsDetailed.java 27 Parameter 'stopName' is not assigned and could be declared final
77661 src/com/itac/sms/bean/SmsDetailed.java 38 publicMethodCommentRequirement Required
77662 src/com/itac/sms/bean/SmsDetailed.java 42 Avoid variables with short names like id
77663 src/com/itac/sms/bean/SmsDetailed.java 42 Parameter 'id' is not assigned and could be declared final
77664 src/com/itac/sms/bean/SmsDetailed.java 42 publicMethodCommentRequirement Required
77665 src/com/itac/sms/bean/SmsDetailed.java 46 publicMethodCommentRequirement Required
77666 src/com/itac/sms/bean/SmsDetailed.java 50 Parameter 'school' is not assigned and could be declared final
77667 src/com/itac/sms/bean/SmsDetailed.java 50 publicMethodCommentRequirement Required
77668 src/com/itac/sms/bean/SmsDetailed.java 54 publicMethodCommentRequirement Required
77669 src/com/itac/sms/bean/SmsDetailed.java 58 Parameter 'tripName' is not assigned and could be declared final
77670 src/com/itac/sms/bean/SmsDetailed.java 58 publicMethodCommentRequirement Required
77671 src/com/itac/sms/bean/SmsDetailed.java 62 publicMethodCommentRequirement Required
77672 src/com/itac/sms/bean/SmsDetailed.java 66 Parameter 'packetTime' is not assigned and could be declared final
77673 src/com/itac/sms/bean/SmsDetailed.java 66 publicMethodCommentRequirement Required
77674 src/com/itac/sms/bean/SmsDetailed.java 70 publicMethodCommentRequirement Required
77675 src/com/itac/sms/bean/SmsDetailed.java 74 Parameter 'sentTime' is not assigned and could be declared final
77676 src/com/itac/sms/bean/SmsDetailed.java 74 publicMethodCommentRequirement Required
77677 src/com/itac/sms/bean/SmsDetailed.java 78 publicMethodCommentRequirement Required
77678 src/com/itac/sms/bean/SmsDetailed.java 82 Parameter 'sentStatus' is not assigned and could be declared final
77679 src/com/itac/sms/bean/SmsDetailed.java 82 publicMethodCommentRequirement Required
77680 src/com/itac/sms/bean/SmsDetailed.java 86 publicMethodCommentRequirement Required
77681 src/com/itac/sms/bean/SmsDetailed.java 90 Parameter 'phoneNo' is not assigned and could be declared final
77682 src/com/itac/sms/bean/SmsDetailed.java 90 publicMethodCommentRequirement Required
77683 src/com/itac/sms/bean/SmsDetailed.java 94 publicMethodCommentRequirement Required
77684 src/com/itac/sms/bean/SmsDetailed.java 98 Parameter 'dbInserttime' is not assigned and could be declared final
77685 src/com/itac/sms/bean/SmsDetailed.java 98 publicMethodCommentRequirement Required
77686 src/com/itac/sms/bean/SmsDetailed.java 102 publicMethodCommentRequirement Required
77687 src/com/itac/sms/bean/SmsDetailed.java 106 Parameter 'stopName' is not assigned and could be declared final
77688 src/com/itac/sms/bean/SmsDetailed.java 106 publicMethodCommentRequirement Required
77689 src/com/itac/utils/CommonUtils.java 1 Possible God class (WMC=80, ATFD=112, TCC=0.017543859649122806)
77690 src/com/itac/utils/CommonUtils.java 20 Avoid unused imports such as 'java.text.ParseException'
77691 src/com/itac/utils/CommonUtils.java 34 Avoid importing anything from the sun.* packages
77692 src/com/itac/utils/CommonUtils.java 34 Avoid unused imports such as 'sun.jdbc.odbc.OdbcDef'
77693 src/com/itac/utils/CommonUtils.java 36 Avoid unused imports such as 'com.google.gson.Gson'
77694 src/com/itac/utils/CommonUtils.java 44 Avoid unused imports such as 'com.mchange.v2.sql.SqlUtils'
77695 src/com/itac/utils/CommonUtils.java 46 headerCommentRequirement Required
77696 src/com/itac/utils/CommonUtils.java 49 The Logger variable declaration does not contain the static and final modifiers
77697 src/com/itac/utils/CommonUtils.java 49 fieldCommentRequirement Required
77698 src/com/itac/utils/CommonUtils.java 51 Found non-transient, non-static member. Please mark as transient or provide accessors.
77699 src/com/itac/utils/CommonUtils.java 51 Use explicit scoping instead of the default package private level
77700 src/com/itac/utils/CommonUtils.java 51 fieldCommentRequirement Required
77701 src/com/itac/utils/CommonUtils.java 53 Avoid using redundant field initializer for 'maxlist'
77702 src/com/itac/utils/CommonUtils.java 53 Found non-transient, non-static member. Please mark as transient or provide accessors.
77703 src/com/itac/utils/CommonUtils.java 53 Use explicit scoping instead of the default package private level
77704 src/com/itac/utils/CommonUtils.java 53 fieldCommentRequirement Required
77705 src/com/itac/utils/CommonUtils.java 56 Parameter 'dateValue' is not assigned and could be declared final
77706 src/com/itac/utils/CommonUtils.java 56 Parameter 'vehicleId' is not assigned and could be declared final
77707 src/com/itac/utils/CommonUtils.java 56 publicMethodCommentRequirement Required
77708 src/com/itac/utils/CommonUtils.java 57 Found 'DD'-anomaly for variable 'maxparamid' (lines '57'-'63').
77709 src/com/itac/utils/CommonUtils.java 59 Local variable 'maxParamQry' could be declared final
77710 src/com/itac/utils/CommonUtils.java 63 Found 'DU'-anomaly for variable 'maxparamid' (lines '63'-'70').
77711 src/com/itac/utils/CommonUtils.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77712 src/com/itac/utils/CommonUtils.java 65 There is log block not surrounded by if
77713 src/com/itac/utils/CommonUtils.java 66 A method should have only one exit point, and that should be the last statement in the method
77714 src/com/itac/utils/CommonUtils.java 73 Parameter 'TripID' is not assigned and could be declared final
77715 src/com/itac/utils/CommonUtils.java 73 Parameter 'prevMaxParamID' is not assigned and could be declared final
77716 src/com/itac/utils/CommonUtils.java 73 Variables should start with a lowercase character, 'TripID' starts with uppercase character.
77717 src/com/itac/utils/CommonUtils.java 73 publicMethodCommentRequirement Required
77718 src/com/itac/utils/CommonUtils.java 74 Found 'DD'-anomaly for variable 'maxParamId' (lines '74'-'80').
77719 src/com/itac/utils/CommonUtils.java 76 Local variable 'maxParamQuery' could be declared final
77720 src/com/itac/utils/CommonUtils.java 80 Found 'DU'-anomaly for variable 'maxParamId' (lines '80'-'88').
77721 src/com/itac/utils/CommonUtils.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77722 src/com/itac/utils/CommonUtils.java 84 There is log block not surrounded by if
77723 src/com/itac/utils/CommonUtils.java 85 A method should have only one exit point, and that should be the last statement in the method
77724 src/com/itac/utils/CommonUtils.java 91 Parameter 'date' is not assigned and could be declared final
77725 src/com/itac/utils/CommonUtils.java 91 Parameter 'tripId' is not assigned and could be declared final
77726 src/com/itac/utils/CommonUtils.java 91 Parameter 'vehicleId' is not assigned and could be declared final
77727 src/com/itac/utils/CommonUtils.java 91 publicMethodCommentRequirement Required
77728 src/com/itac/utils/CommonUtils.java 92 Found 'DD'-anomaly for variable 'paramList' (lines '92'-'107').
77729 src/com/itac/utils/CommonUtils.java 96 Avoid excessively long variable names like lstMaxMinParamList
77730 src/com/itac/utils/CommonUtils.java 96 Local variable 'lstMaxMinParamList' could be declared final
77731 src/com/itac/utils/CommonUtils.java 99 Potential violation of Law of Demeter (object not created locally)
77732 src/com/itac/utils/CommonUtils.java 99 Potential violation of Law of Demeter (object not created locally)
77733 src/com/itac/utils/CommonUtils.java 101 Local variable 'minParamID' could be declared final
77734 src/com/itac/utils/CommonUtils.java 102 Local variable 'maxParamID' could be declared final
77735 src/com/itac/utils/CommonUtils.java 103 Potential violation of Law of Demeter (object not created locally)
77736 src/com/itac/utils/CommonUtils.java 104 Potential violation of Law of Demeter (object not created locally)
77737 src/com/itac/utils/CommonUtils.java 110 A method should have only one exit point, and that should be the last statement in the method
77738 src/com/itac/utils/CommonUtils.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77739 src/com/itac/utils/CommonUtils.java 114 There is log block not surrounded by if
77740 src/com/itac/utils/CommonUtils.java 120 Parameter 'fromDate' is not assigned and could be declared final
77741 src/com/itac/utils/CommonUtils.java 120 Parameter 'vehicleId' is not assigned and could be declared final
77742 src/com/itac/utils/CommonUtils.java 120 publicMethodCommentRequirement Required
77743 src/com/itac/utils/CommonUtils.java 121 Found 'DU'-anomaly for variable 'paramlist' (lines '121'-'142').
77744 src/com/itac/utils/CommonUtils.java 121 Local variable 'paramlist' could be declared final
77745 src/com/itac/utils/CommonUtils.java 123 Local variable 'maxParamQry' could be declared final
77746 src/com/itac/utils/CommonUtils.java 127 Local variable 'maxiter' could be declared final
77747 src/com/itac/utils/CommonUtils.java 129 Local variable 'rows' could be declared final
77748 src/com/itac/utils/CommonUtils.java 130 Potential violation of Law of Demeter (method chain calls)
77749 src/com/itac/utils/CommonUtils.java 130 Potential violation of Law of Demeter (object not created locally)
77750 src/com/itac/utils/CommonUtils.java 132 Potential violation of Law of Demeter (method chain calls)
77751 src/com/itac/utils/CommonUtils.java 132 Potential violation of Law of Demeter (object not created locally)
77752 src/com/itac/utils/CommonUtils.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77753 src/com/itac/utils/CommonUtils.java 138 There is log block not surrounded by if
77754 src/com/itac/utils/CommonUtils.java 139 A method should have only one exit point, and that should be the last statement in the method
77755 src/com/itac/utils/CommonUtils.java 144 Parameter 'fromDate' is not assigned and could be declared final
77756 src/com/itac/utils/CommonUtils.java 144 Parameter 'vehicleId' is not assigned and could be declared final
77757 src/com/itac/utils/CommonUtils.java 144 publicMethodCommentRequirement Required
77758 src/com/itac/utils/CommonUtils.java 145 Parameter 'toDate' is not assigned and could be declared final
77759 src/com/itac/utils/CommonUtils.java 146 Found 'DU'-anomaly for variable 'paramlist' (lines '146'-'183').
77760 src/com/itac/utils/CommonUtils.java 146 Local variable 'paramlist' could be declared final
77761 src/com/itac/utils/CommonUtils.java 147 Found 'DD'-anomaly for variable 'maxParamDate' (lines '147'-'154').
77762 src/com/itac/utils/CommonUtils.java 147 Found 'DU'-anomaly for variable 'maxParamDate' (lines '147'-'183').
77763 src/com/itac/utils/CommonUtils.java 150 Local variable 'maxParamDateQuery' could be declared final
77764 src/com/itac/utils/CommonUtils.java 152 Local variable 'maxList' could be declared final
77765 src/com/itac/utils/CommonUtils.java 153 Potential violation of Law of Demeter (object not created locally)
77766 src/com/itac/utils/CommonUtils.java 153 Potential violation of Law of Demeter (object not created locally)
77767 src/com/itac/utils/CommonUtils.java 154 Found 'DU'-anomaly for variable 'maxParamDate' (lines '154'-'183').
77768 src/com/itac/utils/CommonUtils.java 154 Potential violation of Law of Demeter (object not created locally)
77769 src/com/itac/utils/CommonUtils.java 157 Local variable 'maxParamQry' could be declared final
77770 src/com/itac/utils/CommonUtils.java 163 Local variable 'maxiter' could be declared final
77771 src/com/itac/utils/CommonUtils.java 165 Local variable 'rows' could be declared final
77772 src/com/itac/utils/CommonUtils.java 166 Potential violation of Law of Demeter (method chain calls)
77773 src/com/itac/utils/CommonUtils.java 166 Potential violation of Law of Demeter (object not created locally)
77774 src/com/itac/utils/CommonUtils.java 168 Avoid using Literals in Conditional Statements
77775 src/com/itac/utils/CommonUtils.java 168 Potential violation of Law of Demeter (object not created locally)
77776 src/com/itac/utils/CommonUtils.java 169 Potential violation of Law of Demeter (object not created locally)
77777 src/com/itac/utils/CommonUtils.java 171 Potential violation of Law of Demeter (method chain calls)
77778 src/com/itac/utils/CommonUtils.java 171 Potential violation of Law of Demeter (object not created locally)
77779 src/com/itac/utils/CommonUtils.java 177 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77780 src/com/itac/utils/CommonUtils.java 178 There is log block not surrounded by if
77781 src/com/itac/utils/CommonUtils.java 179 A method should have only one exit point, and that should be the last statement in the method
77782 src/com/itac/utils/CommonUtils.java 185 Parameter 'fecha' is not assigned and could be declared final
77783 src/com/itac/utils/CommonUtils.java 185 publicMethodCommentRequirement Required
77784 src/com/itac/utils/CommonUtils.java 186 Found 'DD'-anomaly for variable 'res' (lines '186'-'195').
77785 src/com/itac/utils/CommonUtils.java 187 Local variable 'calendar' could be declared final
77786 src/com/itac/utils/CommonUtils.java 189 Potential violation of Law of Demeter (object not created locally)
77787 src/com/itac/utils/CommonUtils.java 190 Potential violation of Law of Demeter (object not created locally)
77788 src/com/itac/utils/CommonUtils.java 191 Potential violation of Law of Demeter (object not created locally)
77789 src/com/itac/utils/CommonUtils.java 192 Potential violation of Law of Demeter (object not created locally)
77790 src/com/itac/utils/CommonUtils.java 193 Potential violation of Law of Demeter (object not created locally)
77791 src/com/itac/utils/CommonUtils.java 195 Potential violation of Law of Demeter (object not created locally)
77792 src/com/itac/utils/CommonUtils.java 202 Parameter 'destlat' is not assigned and could be declared final
77793 src/com/itac/utils/CommonUtils.java 202 Parameter 'slat' is not assigned and could be declared final
77794 src/com/itac/utils/CommonUtils.java 202 Parameter 'slong' is not assigned and could be declared final
77795 src/com/itac/utils/CommonUtils.java 202 publicMethodCommentRequirement Required
77796 src/com/itac/utils/CommonUtils.java 203 Parameter 'destlong' is not assigned and could be declared final
77797 src/com/itac/utils/CommonUtils.java 205 Local variable 'earthRadius' could be declared final
77798 src/com/itac/utils/CommonUtils.java 207 Local variable 'dLat' could be declared final
77799 src/com/itac/utils/CommonUtils.java 209 Local variable 'dLng' could be declared final
77800 src/com/itac/utils/CommonUtils.java 211 Avoid variables with short names like a
77801 src/com/itac/utils/CommonUtils.java 211 Local variable 'a' could be declared final
77802 src/com/itac/utils/CommonUtils.java 211 Useless parentheses.
77803 src/com/itac/utils/CommonUtils.java 216 Avoid variables with short names like c
77804 src/com/itac/utils/CommonUtils.java 216 Local variable 'c' could be declared final
77805 src/com/itac/utils/CommonUtils.java 216 Useless parentheses.
77806 src/com/itac/utils/CommonUtils.java 218 Local variable 'dist' could be declared final
77807 src/com/itac/utils/CommonUtils.java 218 Useless parentheses.
77808 src/com/itac/utils/CommonUtils.java 225 Parameter 'day' is not assigned and could be declared final
77809 src/com/itac/utils/CommonUtils.java 225 publicMethodCommentRequirement Required
77810 src/com/itac/utils/CommonUtils.java 226 Found 'DD'-anomaly for variable 'dayofweek' (lines '226'-'228').
77811 src/com/itac/utils/CommonUtils.java 226 Found 'DD'-anomaly for variable 'dayofweek' (lines '226'-'231').
77812 src/com/itac/utils/CommonUtils.java 226 Found 'DD'-anomaly for variable 'dayofweek' (lines '226'-'234').
77813 src/com/itac/utils/CommonUtils.java 226 Found 'DD'-anomaly for variable 'dayofweek' (lines '226'-'237').
77814 src/com/itac/utils/CommonUtils.java 226 Found 'DD'-anomaly for variable 'dayofweek' (lines '226'-'240').
77815 src/com/itac/utils/CommonUtils.java 226 Found 'DD'-anomaly for variable 'dayofweek' (lines '226'-'243').
77816 src/com/itac/utils/CommonUtils.java 226 Found 'DD'-anomaly for variable 'dayofweek' (lines '226'-'246').
77817 src/com/itac/utils/CommonUtils.java 227 Avoid using Literals in Conditional Statements
77818 src/com/itac/utils/CommonUtils.java 228 Found 'DD'-anomaly for variable 'dayofweek' (lines '228'-'231').
77819 src/com/itac/utils/CommonUtils.java 228 Found 'DD'-anomaly for variable 'dayofweek' (lines '228'-'234').
77820 src/com/itac/utils/CommonUtils.java 228 Found 'DD'-anomaly for variable 'dayofweek' (lines '228'-'237').
77821 src/com/itac/utils/CommonUtils.java 228 Found 'DD'-anomaly for variable 'dayofweek' (lines '228'-'240').
77822 src/com/itac/utils/CommonUtils.java 228 Found 'DD'-anomaly for variable 'dayofweek' (lines '228'-'243').
77823 src/com/itac/utils/CommonUtils.java 228 Found 'DD'-anomaly for variable 'dayofweek' (lines '228'-'246').
77824 src/com/itac/utils/CommonUtils.java 230 Avoid using Literals in Conditional Statements
77825 src/com/itac/utils/CommonUtils.java 231 Found 'DD'-anomaly for variable 'dayofweek' (lines '231'-'234').
77826 src/com/itac/utils/CommonUtils.java 231 Found 'DD'-anomaly for variable 'dayofweek' (lines '231'-'237').
77827 src/com/itac/utils/CommonUtils.java 231 Found 'DD'-anomaly for variable 'dayofweek' (lines '231'-'240').
77828 src/com/itac/utils/CommonUtils.java 231 Found 'DD'-anomaly for variable 'dayofweek' (lines '231'-'243').
77829 src/com/itac/utils/CommonUtils.java 231 Found 'DD'-anomaly for variable 'dayofweek' (lines '231'-'246').
77830 src/com/itac/utils/CommonUtils.java 233 Avoid using Literals in Conditional Statements
77831 src/com/itac/utils/CommonUtils.java 234 Found 'DD'-anomaly for variable 'dayofweek' (lines '234'-'237').
77832 src/com/itac/utils/CommonUtils.java 234 Found 'DD'-anomaly for variable 'dayofweek' (lines '234'-'240').
77833 src/com/itac/utils/CommonUtils.java 234 Found 'DD'-anomaly for variable 'dayofweek' (lines '234'-'243').
77834 src/com/itac/utils/CommonUtils.java 234 Found 'DD'-anomaly for variable 'dayofweek' (lines '234'-'246').
77835 src/com/itac/utils/CommonUtils.java 236 Avoid using Literals in Conditional Statements
77836 src/com/itac/utils/CommonUtils.java 237 Found 'DD'-anomaly for variable 'dayofweek' (lines '237'-'240').
77837 src/com/itac/utils/CommonUtils.java 237 Found 'DD'-anomaly for variable 'dayofweek' (lines '237'-'243').
77838 src/com/itac/utils/CommonUtils.java 237 Found 'DD'-anomaly for variable 'dayofweek' (lines '237'-'246').
77839 src/com/itac/utils/CommonUtils.java 239 Avoid using Literals in Conditional Statements
77840 src/com/itac/utils/CommonUtils.java 240 Found 'DD'-anomaly for variable 'dayofweek' (lines '240'-'243').
77841 src/com/itac/utils/CommonUtils.java 240 Found 'DD'-anomaly for variable 'dayofweek' (lines '240'-'246').
77842 src/com/itac/utils/CommonUtils.java 242 Avoid using Literals in Conditional Statements
77843 src/com/itac/utils/CommonUtils.java 243 Found 'DD'-anomaly for variable 'dayofweek' (lines '243'-'246').
77844 src/com/itac/utils/CommonUtils.java 245 Avoid using Literals in Conditional Statements
77845 src/com/itac/utils/CommonUtils.java 253 Avoid using implementation types like 'Hashtable'; use the interface instead
77846 src/com/itac/utils/CommonUtils.java 253 Consider replacing this Hashtable with the newer java.util.Map
77847 src/com/itac/utils/CommonUtils.java 253 Parameter 'inputData' is not assigned and could be declared final
77848 src/com/itac/utils/CommonUtils.java 253 publicMethodCommentRequirement Required
77849 src/com/itac/utils/CommonUtils.java 254 Found 'DD'-anomaly for variable 'fuelLitre' (lines '254'-'266').
77850 src/com/itac/utils/CommonUtils.java 256 Local variable 'vehicleId' could be declared final
77851 src/com/itac/utils/CommonUtils.java 257 Found 'DU'-anomaly for variable 'fuelVolt' (lines '257'-'276').
77852 src/com/itac/utils/CommonUtils.java 257 Local variable 'fuelVolt' could be declared final
77853 src/com/itac/utils/CommonUtils.java 258 Local variable 'vehQuery' could be declared final
77854 src/com/itac/utils/CommonUtils.java 260 Local variable 'vehicles' could be declared final
77855 src/com/itac/utils/CommonUtils.java 262 Avoid using Literals in Conditional Statements
77856 src/com/itac/utils/CommonUtils.java 262 Potential violation of Law of Demeter (object not created locally)
77857 src/com/itac/utils/CommonUtils.java 262 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
77858 src/com/itac/utils/CommonUtils.java 263 Local variable 'vehIter' could be declared final
77859 src/com/itac/utils/CommonUtils.java 263 Potential violation of Law of Demeter (object not created locally)
77860 src/com/itac/utils/CommonUtils.java 265 Local variable 'vehicle' could be declared final
77861 src/com/itac/utils/CommonUtils.java 266 Found 'DD'-anomaly for variable 'fuelLitre' (lines '266'-'266').
77862 src/com/itac/utils/CommonUtils.java 269 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77863 src/com/itac/utils/CommonUtils.java 270 Avoid printStackTrace(); use a logger call instead.
77864 src/com/itac/utils/CommonUtils.java 270 Potential violation of Law of Demeter (object not created locally)
77865 src/com/itac/utils/CommonUtils.java 271 There is log block not surrounded by if
77866 src/com/itac/utils/CommonUtils.java 272 Avoid empty finally blocks
77867 src/com/itac/utils/CommonUtils.java 279 Parameter 'fuelVolt' is not assigned and could be declared final
77868 src/com/itac/utils/CommonUtils.java 279 Parameter 'vehicle' is not assigned and could be declared final
77869 src/com/itac/utils/CommonUtils.java 279 publicMethodCommentRequirement Required
77870 src/com/itac/utils/CommonUtils.java 280 Found 'DD'-anomaly for variable 'litres' (lines '280'-'301').
77871 src/com/itac/utils/CommonUtils.java 285 Local variable 'typeId' could be declared final
77872 src/com/itac/utils/CommonUtils.java 286 Local variable 'typeQuery' could be declared final
77873 src/com/itac/utils/CommonUtils.java 288 Local variable 'tpList' could be declared final
77874 src/com/itac/utils/CommonUtils.java 290 Avoid using Literals in Conditional Statements
77875 src/com/itac/utils/CommonUtils.java 290 Potential violation of Law of Demeter (object not created locally)
77876 src/com/itac/utils/CommonUtils.java 290 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
77877 src/com/itac/utils/CommonUtils.java 291 Local variable 'vehicleType' could be declared final
77878 src/com/itac/utils/CommonUtils.java 291 Potential violation of Law of Demeter (object not created locally)
77879 src/com/itac/utils/CommonUtils.java 292 Local variable 'vehTypeid' could be declared final
77880 src/com/itac/utils/CommonUtils.java 292 Potential violation of Law of Demeter (object not created locally)
77881 src/com/itac/utils/CommonUtils.java 293 Local variable 'fuelCalibarQuery' could be declared final
77882 src/com/itac/utils/CommonUtils.java 295 Local variable 'cbList' could be declared final
77883 src/com/itac/utils/CommonUtils.java 297 Potential violation of Law of Demeter (method chain calls)
77884 src/com/itac/utils/CommonUtils.java 297 Potential violation of Law of Demeter (object not created locally)
77885 src/com/itac/utils/CommonUtils.java 298 Potential violation of Law of Demeter (method chain calls)
77886 src/com/itac/utils/CommonUtils.java 298 Potential violation of Law of Demeter (object not created locally)
77887 src/com/itac/utils/CommonUtils.java 298 Potential violation of Law of Demeter (object not created locally)
77888 src/com/itac/utils/CommonUtils.java 308 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77889 src/com/itac/utils/CommonUtils.java 309 Avoid printStackTrace(); use a logger call instead.
77890 src/com/itac/utils/CommonUtils.java 309 Potential violation of Law of Demeter (object not created locally)
77891 src/com/itac/utils/CommonUtils.java 310 There is log block not surrounded by if
77892 src/com/itac/utils/CommonUtils.java 311 Avoid empty finally blocks
77893 src/com/itac/utils/CommonUtils.java 320 Parameter 'calib' is not assigned and could be declared final
77894 src/com/itac/utils/CommonUtils.java 320 publicMethodCommentRequirement Required
77895 src/com/itac/utils/CommonUtils.java 321 Parameter 'fuelVolt' is not assigned and could be declared final
77896 src/com/itac/utils/CommonUtils.java 321 Parameter 'vehicle' is not assigned and could be declared final
77897 src/com/itac/utils/CommonUtils.java 322 Found 'DD'-anomaly for variable 'litres' (lines '322'-'328').
77898 src/com/itac/utils/CommonUtils.java 322 Found 'DD'-anomaly for variable 'litres' (lines '322'-'330').
77899 src/com/itac/utils/CommonUtils.java 324 Found 'DD'-anomaly for variable 'rangevalues' (lines '324'-'325').
77900 src/com/itac/utils/CommonUtils.java 327 Avoid using Literals in Conditional Statements
77901 src/com/itac/utils/CommonUtils.java 328 Avoid using if...else statements without curly braces
77902 src/com/itac/utils/CommonUtils.java 328 Useless parentheses.
77903 src/com/itac/utils/CommonUtils.java 328 Useless parentheses.
77904 src/com/itac/utils/CommonUtils.java 330 Avoid using if...else statements without curly braces
77905 src/com/itac/utils/CommonUtils.java 330 This statement may have some unnecessary parentheses
77906 src/com/itac/utils/CommonUtils.java 330 Useless parentheses.
77907 src/com/itac/utils/CommonUtils.java 330 Useless parentheses.
77908 src/com/itac/utils/CommonUtils.java 330 Useless parentheses.
77909 src/com/itac/utils/CommonUtils.java 332 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77910 src/com/itac/utils/CommonUtils.java 333 Avoid printStackTrace(); use a logger call instead.
77911 src/com/itac/utils/CommonUtils.java 333 Potential violation of Law of Demeter (object not created locally)
77912 src/com/itac/utils/CommonUtils.java 334 There is log block not surrounded by if
77913 src/com/itac/utils/CommonUtils.java 341 Parameter 'cbList' is not assigned and could be declared final
77914 src/com/itac/utils/CommonUtils.java 341 Parameter 'current' is not assigned and could be declared final
77915 src/com/itac/utils/CommonUtils.java 341 publicMethodCommentRequirement Required
77916 src/com/itac/utils/CommonUtils.java 342 Parameter 'type' is not assigned and could be declared final
77917 src/com/itac/utils/CommonUtils.java 343 Found 'DD'-anomaly for variable 'rangevalues' (lines '343'-'362').
77918 src/com/itac/utils/CommonUtils.java 343 Found 'DD'-anomaly for variable 'rangevalues' (lines '343'-'367').
77919 src/com/itac/utils/CommonUtils.java 346 Avoid variables with short names like i
77920 src/com/itac/utils/CommonUtils.java 346 Found 'DD'-anomaly for variable 'i' (lines '346'-'347').
77921 src/com/itac/utils/CommonUtils.java 346 Found 'DD'-anomaly for variable 'index' (lines '346'-'350').
77922 src/com/itac/utils/CommonUtils.java 346 Found 'DD'-anomaly for variable 'index' (lines '346'-'355').
77923 src/com/itac/utils/CommonUtils.java 346 Use one line for each declaration, it enhances code readability.
77924 src/com/itac/utils/CommonUtils.java 348 Avoid using Literals in Conditional Statements
77925 src/com/itac/utils/CommonUtils.java 349 Potential violation of Law of Demeter (method chain calls)
77926 src/com/itac/utils/CommonUtils.java 354 Potential violation of Law of Demeter (method chain calls)
77927 src/com/itac/utils/CommonUtils.java 361 Avoid using Literals in Conditional Statements
77928 src/com/itac/utils/CommonUtils.java 362 Found 'DD'-anomaly for variable 'rangevalues' (lines '362'-'363').
77929 src/com/itac/utils/CommonUtils.java 362 Potential violation of Law of Demeter (method chain calls)
77930 src/com/itac/utils/CommonUtils.java 363 Found 'DD'-anomaly for variable 'rangevalues' (lines '363'-'364').
77931 src/com/itac/utils/CommonUtils.java 363 Potential violation of Law of Demeter (method chain calls)
77932 src/com/itac/utils/CommonUtils.java 364 Found 'DD'-anomaly for variable 'rangevalues' (lines '364'-'365').
77933 src/com/itac/utils/CommonUtils.java 364 Potential violation of Law of Demeter (method chain calls)
77934 src/com/itac/utils/CommonUtils.java 365 Potential violation of Law of Demeter (method chain calls)
77935 src/com/itac/utils/CommonUtils.java 367 Found 'DD'-anomaly for variable 'rangevalues' (lines '367'-'368').
77936 src/com/itac/utils/CommonUtils.java 367 Potential violation of Law of Demeter (method chain calls)
77937 src/com/itac/utils/CommonUtils.java 368 Found 'DD'-anomaly for variable 'rangevalues' (lines '368'-'369').
77938 src/com/itac/utils/CommonUtils.java 368 Potential violation of Law of Demeter (method chain calls)
77939 src/com/itac/utils/CommonUtils.java 369 Found 'DD'-anomaly for variable 'rangevalues' (lines '369'-'370').
77940 src/com/itac/utils/CommonUtils.java 369 Potential violation of Law of Demeter (method chain calls)
77941 src/com/itac/utils/CommonUtils.java 370 Potential violation of Law of Demeter (method chain calls)
77942 src/com/itac/utils/CommonUtils.java 372 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77943 src/com/itac/utils/CommonUtils.java 373 Avoid printStackTrace(); use a logger call instead.
77944 src/com/itac/utils/CommonUtils.java 373 Potential violation of Law of Demeter (object not created locally)
77945 src/com/itac/utils/CommonUtils.java 374 There is log block not surrounded by if
77946 src/com/itac/utils/CommonUtils.java 380 Parameter 'fromDate' is not assigned and could be declared final
77947 src/com/itac/utils/CommonUtils.java 380 Parameter 'toDate' is not assigned and could be declared final
77948 src/com/itac/utils/CommonUtils.java 380 publicMethodCommentRequirement Required
77949 src/com/itac/utils/CommonUtils.java 381 Local variable 'calendar' could be declared final
77950 src/com/itac/utils/CommonUtils.java 382 Local variable 'currentDate' could be declared final
77951 src/com/itac/utils/CommonUtils.java 382 Potential violation of Law of Demeter (object not created locally)
77952 src/com/itac/utils/CommonUtils.java 383 Found 'DD'-anomaly for variable 'flag' (lines '383'-'387').
77953 src/com/itac/utils/CommonUtils.java 394 Found 'UR'-anomaly for variable 'vehicleType' (lines '394'-'412').
77954 src/com/itac/utils/CommonUtils.java 394 Parameter 'vehicleId' is not assigned and could be declared final
77955 src/com/itac/utils/CommonUtils.java 394 publicMethodCommentRequirement Required
77956 src/com/itac/utils/CommonUtils.java 395 Found 'DD'-anomaly for variable 'vehTypeQry' (lines '395'-'406').
77957 src/com/itac/utils/CommonUtils.java 395 Found 'DU'-anomaly for variable 'vehTypeQry' (lines '395'-'419').
77958 src/com/itac/utils/CommonUtils.java 396 Found 'DD'-anomaly for variable 'carTypeQry' (lines '396'-'400').
77959 src/com/itac/utils/CommonUtils.java 397 Found 'DD'-anomaly for variable 'vehType' (lines '397'-'412').
77960 src/com/itac/utils/CommonUtils.java 402 Local variable 'carTypeList' could be declared final
77961 src/com/itac/utils/CommonUtils.java 403 Potential violation of Law of Demeter (object not created locally)
77962 src/com/itac/utils/CommonUtils.java 403 Potential violation of Law of Demeter (object not created locally)
77963 src/com/itac/utils/CommonUtils.java 404 Potential violation of Law of Demeter (method chain calls)
77964 src/com/itac/utils/CommonUtils.java 404 Potential violation of Law of Demeter (object not created locally)
77965 src/com/itac/utils/CommonUtils.java 407 Potential violation of Law of Demeter (method chain calls)
77966 src/com/itac/utils/CommonUtils.java 408 Potential violation of Law of Demeter (method chain calls)
77967 src/com/itac/utils/CommonUtils.java 408 Potential violation of Law of Demeter (method chain calls)
77968 src/com/itac/utils/CommonUtils.java 408 Potential violation of Law of Demeter (object not created locally)
77969 src/com/itac/utils/CommonUtils.java 409 Local variable 'vehTypeList' could be declared final
77970 src/com/itac/utils/CommonUtils.java 411 Local variable 'vehicleType' could be declared final
77971 src/com/itac/utils/CommonUtils.java 412 Found 'DD'-anomaly for variable 'vehType' (lines '412'-'412').
77972 src/com/itac/utils/CommonUtils.java 415 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77973 src/com/itac/utils/CommonUtils.java 416 There is log block not surrounded by if
77974 src/com/itac/utils/CommonUtils.java 422 Parameter 'typeId' is not assigned and could be declared final
77975 src/com/itac/utils/CommonUtils.java 422 publicMethodCommentRequirement Required
77976 src/com/itac/utils/CommonUtils.java 423 Found 'DD'-anomaly for variable 'calibrationQry' (lines '423'-'427').
77977 src/com/itac/utils/CommonUtils.java 424 Found 'DD'-anomaly for variable 'fuelList' (lines '424'-'429').
77978 src/com/itac/utils/CommonUtils.java 432 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77979 src/com/itac/utils/CommonUtils.java 433 There is log block not surrounded by if
77980 src/com/itac/utils/CommonUtils.java 439 Avoid using implementation types like 'Hashtable'; use the interface instead
77981 src/com/itac/utils/CommonUtils.java 439 Consider replacing this Hashtable with the newer java.util.Map
77982 src/com/itac/utils/CommonUtils.java 439 Parameter 'input' is not assigned and could be declared final
77983 src/com/itac/utils/CommonUtils.java 439 publicMethodCommentRequirement Required
77984 src/com/itac/utils/CommonUtils.java 440 Found 'DD'-anomaly for variable 'reportRefQry' (lines '440'-'445').
77985 src/com/itac/utils/CommonUtils.java 441 Found 'DD'-anomaly for variable 'refVo' (lines '441'-'449').
77986 src/com/itac/utils/CommonUtils.java 442 Found 'DD'-anomaly for variable 'alertData' (lines '442'-'446').
77987 src/com/itac/utils/CommonUtils.java 449 Found 'DD'-anomaly for variable 'refVo' (lines '449'-'455').
77988 src/com/itac/utils/CommonUtils.java 450 Found 'DU'-anomaly for variable 'count' (lines '450'-'467').
77989 src/com/itac/utils/CommonUtils.java 451 Local variable 'alertIter' could be declared final
77990 src/com/itac/utils/CommonUtils.java 453 Local variable 'obj' could be declared final
77991 src/com/itac/utils/CommonUtils.java 455 Avoid instantiating new objects inside loops
77992 src/com/itac/utils/CommonUtils.java 455 Found 'DD'-anomaly for variable 'refVo' (lines '455'-'455').
77993 src/com/itac/utils/CommonUtils.java 458 Found 'DU'-anomaly for variable 'count' (lines '458'-'467').
77994 src/com/itac/utils/CommonUtils.java 462 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77995 src/com/itac/utils/CommonUtils.java 463 Avoid printStackTrace(); use a logger call instead.
77996 src/com/itac/utils/CommonUtils.java 464 There is log block not surrounded by if
77997 src/com/itac/utils/CommonUtils.java 474 Parameter 'vehicleId' is not assigned and could be declared final
77998 src/com/itac/utils/CommonUtils.java 475 Found 'DD'-anomaly for variable 'partiallyOffList' (lines '475'-'482').
77999 src/com/itac/utils/CommonUtils.java 476 Found 'DD'-anomaly for variable 'time' (lines '476'-'488').
78000 src/com/itac/utils/CommonUtils.java 477 Avoid declaring a variable if it is unreferenced before a possible exit point.
78001 src/com/itac/utils/CommonUtils.java 477 Avoid unused local variables such as 'parameters'.
78002 src/com/itac/utils/CommonUtils.java 477 Found 'DU'-anomaly for variable 'parameters' (lines '477'-'498').
78003 src/com/itac/utils/CommonUtils.java 477 Local variable 'parameters' could be declared final
78004 src/com/itac/utils/CommonUtils.java 480 Local variable 'strPartialOffline' could be declared final
78005 src/com/itac/utils/CommonUtils.java 485 Local variable 'resultItr' could be declared final
78006 src/com/itac/utils/CommonUtils.java 487 Local variable 'columns' could be declared final
78007 src/com/itac/utils/CommonUtils.java 488 Avoid instantiating new objects inside loops
78008 src/com/itac/utils/CommonUtils.java 488 Found 'DD'-anomaly for variable 'time' (lines '488'-'488').
78009 src/com/itac/utils/CommonUtils.java 488 Potential violation of Law of Demeter (method chain calls)
78010 src/com/itac/utils/CommonUtils.java 492 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78011 src/com/itac/utils/CommonUtils.java 494 There is log block not surrounded by if
78012 src/com/itac/utils/CommonUtils.java 500 Parameter 'date' is not assigned and could be declared final
78013 src/com/itac/utils/CommonUtils.java 500 Parameter 'vehicleId' is not assigned and could be declared final
78014 src/com/itac/utils/CommonUtils.java 500 publicMethodCommentRequirement Required
78015 src/com/itac/utils/CommonUtils.java 501 Found 'DD'-anomaly for variable 'offlineDate' (lines '501'-'507').
78016 src/com/itac/utils/CommonUtils.java 502 Found 'DD'-anomaly for variable 'dateDiff' (lines '502'-'510').
78017 src/com/itac/utils/CommonUtils.java 502 Found 'DU'-anomaly for variable 'dateDiff' (lines '502'-'524').
78018 src/com/itac/utils/CommonUtils.java 504 Found 'DD'-anomaly for variable 'offlineStatus' (lines '504'-'513').
78019 src/com/itac/utils/CommonUtils.java 504 Found 'DD'-anomaly for variable 'offlineStatus' (lines '504'-'517').
78020 src/com/itac/utils/CommonUtils.java 512 Avoid using Literals in Conditional Statements
78021 src/com/itac/utils/CommonUtils.java 515 Comment is too large: Line too long
78022 src/com/itac/utils/CommonUtils.java 516 Avoid using Literals in Conditional Statements
78023 src/com/itac/utils/CommonUtils.java 520 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78024 src/com/itac/utils/CommonUtils.java 521 There is log block not surrounded by if
78025 src/com/itac/utils/CommonUtils.java 526 Parameter 'date' is not assigned and could be declared final
78026 src/com/itac/utils/CommonUtils.java 526 publicMethodCommentRequirement Required
78027 src/com/itac/utils/CommonUtils.java 527 Local variable 'cal' could be declared final
78028 src/com/itac/utils/CommonUtils.java 528 Potential violation of Law of Demeter (object not created locally)
78029 src/com/itac/utils/CommonUtils.java 529 Potential violation of Law of Demeter (object not created locally)
78030 src/com/itac/utils/CommonUtils.java 530 Potential violation of Law of Demeter (object not created locally)
78031 src/com/itac/utils/CommonUtils.java 531 Potential violation of Law of Demeter (object not created locally)
78032 src/com/itac/utils/CommonUtils.java 532 Potential violation of Law of Demeter (object not created locally)
78033 src/com/itac/utils/CommonUtils.java 533 Potential violation of Law of Demeter (object not created locally)
78034 src/com/itac/utils/CommonUtils.java 536 Avoid using implementation types like 'Hashtable'; use the interface instead
78035 src/com/itac/utils/CommonUtils.java 536 Consider replacing this Hashtable with the newer java.util.Map
78036 src/com/itac/utils/CommonUtils.java 536 Parameter 'fromDate' is not assigned and could be declared final
78037 src/com/itac/utils/CommonUtils.java 536 Parameter 'vehicleId' is not assigned and could be declared final
78038 src/com/itac/utils/CommonUtils.java 536 publicMethodCommentRequirement Required
78039 src/com/itac/utils/CommonUtils.java 537 Local variable 'offInfo' could be declared final
78040 src/com/itac/utils/CommonUtils.java 538 Consider replacing this Hashtable with the newer java.util.Map
78041 src/com/itac/utils/CommonUtils.java 538 Local variable 'maxMinHash' could be declared final
78042 src/com/itac/utils/CommonUtils.java 539 Avoid declaring a variable if it is unreferenced before a possible exit point.
78043 src/com/itac/utils/CommonUtils.java 539 Avoid unused local variables such as 'paramsList'.
78044 src/com/itac/utils/CommonUtils.java 539 Found 'DU'-anomaly for variable 'paramsList' (lines '539'-'584').
78045 src/com/itac/utils/CommonUtils.java 539 Local variable 'paramsList' could be declared final
78046 src/com/itac/utils/CommonUtils.java 540 Local variable 'parameters' could be declared final
78047 src/com/itac/utils/CommonUtils.java 542 Found 'DD'-anomaly for variable 'maxParamid' (lines '542'-'558').
78048 src/com/itac/utils/CommonUtils.java 542 Found 'DU'-anomaly for variable 'maxParamid' (lines '542'-'584').
78049 src/com/itac/utils/CommonUtils.java 543 Found 'DD'-anomaly for variable 'minParamid' (lines '543'-'576').
78050 src/com/itac/utils/CommonUtils.java 543 Found 'DU'-anomaly for variable 'minParamid' (lines '543'-'584').
78051 src/com/itac/utils/CommonUtils.java 544 Avoid declaring a variable if it is unreferenced before a possible exit point.
78052 src/com/itac/utils/CommonUtils.java 544 Avoid unused local variables such as 'qry'.
78053 src/com/itac/utils/CommonUtils.java 544 Local variable 'qry' could be declared final
78054 src/com/itac/utils/CommonUtils.java 547 Local variable 'dbAdapter' could be declared final
78055 src/com/itac/utils/CommonUtils.java 550 Avoid unused local variables such as 'sess'.
78056 src/com/itac/utils/CommonUtils.java 550 Found 'DU'-anomaly for variable 'sess' (lines '550'-'584').
78057 src/com/itac/utils/CommonUtils.java 550 Local variable 'sess' could be declared final
78058 src/com/itac/utils/CommonUtils.java 550 Potential violation of Law of Demeter (object not created locally)
78059 src/com/itac/utils/CommonUtils.java 552 Potential violation of Law of Demeter (object not created locally)
78060 src/com/itac/utils/CommonUtils.java 553 Potential violation of Law of Demeter (object not created locally)
78061 src/com/itac/utils/CommonUtils.java 554 Potential violation of Law of Demeter (object not created locally)
78062 src/com/itac/utils/CommonUtils.java 555 Local variable 'resultItr' could be declared final
78063 src/com/itac/utils/CommonUtils.java 555 Potential violation of Law of Demeter (object not created locally)
78064 src/com/itac/utils/CommonUtils.java 557 Local variable 'columns' could be declared final
78065 src/com/itac/utils/CommonUtils.java 558 Found 'DD'-anomaly for variable 'maxParamid' (lines '558'-'558').
78066 src/com/itac/utils/CommonUtils.java 560 Potential violation of Law of Demeter (object not created locally)
78067 src/com/itac/utils/CommonUtils.java 562 Potential violation of Law of Demeter (object not created locally)
78068 src/com/itac/utils/CommonUtils.java 562 Potential violation of Law of Demeter (object not created locally)
78069 src/com/itac/utils/CommonUtils.java 563 Assigning an Object to null is a code smell. Consider refactoring.
78070 src/com/itac/utils/CommonUtils.java 563 Found 'DD'-anomaly for variable 'paramIdList' (lines '563'-'571').
78071 src/com/itac/utils/CommonUtils.java 565 When instantiating a SimpleDateFormat object, specify a Locale
78072 src/com/itac/utils/CommonUtils.java 566 Local variable 'cal' could be declared final
78073 src/com/itac/utils/CommonUtils.java 567 Potential violation of Law of Demeter (object not created locally)
78074 src/com/itac/utils/CommonUtils.java 568 Potential violation of Law of Demeter (object not created locally)
78075 src/com/itac/utils/CommonUtils.java 570 Potential violation of Law of Demeter (object not created locally)
78076 src/com/itac/utils/CommonUtils.java 570 Potential violation of Law of Demeter (object not created locally)
78077 src/com/itac/utils/CommonUtils.java 570 Potential violation of Law of Demeter (object not created locally)
78078 src/com/itac/utils/CommonUtils.java 571 Potential violation of Law of Demeter (object not created locally)
78079 src/com/itac/utils/CommonUtils.java 572 Potential violation of Law of Demeter (object not created locally)
78080 src/com/itac/utils/CommonUtils.java 573 Local variable 'resultItr' could be declared final
78081 src/com/itac/utils/CommonUtils.java 573 Potential violation of Law of Demeter (object not created locally)
78082 src/com/itac/utils/CommonUtils.java 575 Local variable 'columns' could be declared final
78083 src/com/itac/utils/CommonUtils.java 576 Found 'DD'-anomaly for variable 'minParamid' (lines '576'-'576').
78084 src/com/itac/utils/CommonUtils.java 578 Potential violation of Law of Demeter (object not created locally)
78085 src/com/itac/utils/CommonUtils.java 580 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78086 src/com/itac/utils/CommonUtils.java 581 Avoid printStackTrace(); use a logger call instead.
78087 src/com/itac/utils/CommonUtils.java 581 Potential violation of Law of Demeter (object not created locally)
78088 src/com/itac/utils/HQLQueryUtils.java 4 An Interface should be used only to model a behaviour; consider converting this to a class.
78089 src/com/itac/utils/HQLQueryUtils.java 4 headerCommentRequirement Required
78090 src/com/itac/utils/HQLQueryUtils.java 6 Avoid excessively long variable names like vehicleInfoQueryWithVehicle
78091 src/com/itac/utils/HQLQueryUtils.java 6 Avoid modifiers which are implied by the context
78092 src/com/itac/utils/HQLQueryUtils.java 6 Variables that are final and static should be all capitals, 'vehicleInfoQueryWithVehicle' is not all capitals.
78093 src/com/itac/utils/HQLQueryUtils.java 6 fieldCommentRequirement Required
78094 src/com/itac/utils/ItacResourceBundle.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
78095 src/com/itac/utils/ItacResourceBundle.java 6 headerCommentRequirement Required
78096 src/com/itac/utils/ItacResourceBundle.java 7 Parameter 'source' is not assigned and could be declared final
78097 src/com/itac/utils/ItacResourceBundle.java 7 publicMethodCommentRequirement Required
78098 src/com/itac/utils/ItacResourceBundle.java 8 Avoid variables with short names like rb
78099 src/com/itac/utils/ItacResourceBundle.java 8 Local variable 'rb' could be declared final
78100 src/com/itac/utils/ItacResourceBundle.java 9 Local variable 'keys' could be declared final
78101 src/com/itac/utils/ItacResourceBundle.java 9 Potential violation of Law of Demeter (object not created locally)
78102 src/com/itac/utils/ItacResourceBundle.java 10 Found 'DD'-anomaly for variable 'value' (lines '10'-'16').
78103 src/com/itac/utils/ItacResourceBundle.java 11 Potential violation of Law of Demeter (object not created locally)
78104 src/com/itac/utils/ItacResourceBundle.java 13 Local variable 'key' could be declared final
78105 src/com/itac/utils/ItacResourceBundle.java 13 Potential violation of Law of Demeter (object not created locally)
78106 src/com/itac/utils/ItacResourceBundle.java 15 Potential violation of Law of Demeter (object not created locally)
78107 src/com/itac/utils/ItacResourceBundle.java 16 Found 'DD'-anomaly for variable 'value' (lines '16'-'16').
78108 src/com/itac/utils/ItacResourceBundle.java 16 Potential violation of Law of Demeter (object not created locally)
78109 src/com/itac/utils/LoggerStackTraceUtil.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
78110 src/com/itac/utils/LoggerStackTraceUtil.java 9 headerCommentRequirement Required
78111 src/com/itac/utils/LoggerStackTraceUtil.java 11 The Logger variable declaration does not contain the static and final modifiers
78112 src/com/itac/utils/LoggerStackTraceUtil.java 11 fieldCommentRequirement Required
78113 src/com/itac/utils/LoggerStackTraceUtil.java 14 Avoid variables with short names like th
78114 src/com/itac/utils/LoggerStackTraceUtil.java 14 Parameter 'th' is not assigned and could be declared final
78115 src/com/itac/utils/LoggerStackTraceUtil.java 14 publicMethodCommentRequirement Required
78116 src/com/itac/utils/LoggerStackTraceUtil.java 19 Local variable 'aryError' could be declared final
78117 src/com/itac/utils/LoggerStackTraceUtil.java 21 Potential violation of Law of Demeter (method chain calls)
78118 src/com/itac/utils/LoggerStackTraceUtil.java 21 Potential violation of Law of Demeter (method chain calls)
78119 src/com/itac/utils/LoggerStackTraceUtil.java 21 Potential violation of Law of Demeter (method chain calls)
78120 src/com/itac/utils/LoggerStackTraceUtil.java 21 Potential violation of Law of Demeter (method chain calls)
78121 src/com/itac/utils/LoggerStackTraceUtil.java 21 There is log block not surrounded by if
78122 src/com/itac/utils/LoggerStackTraceUtil.java 23 Avoid using Literals in Conditional Statements
78123 src/com/itac/utils/LoggerStackTraceUtil.java 26 Potential violation of Law of Demeter (method chain calls)
78124 src/com/itac/utils/LoggerStackTraceUtil.java 26 Potential violation of Law of Demeter (method chain calls)
78125 src/com/itac/utils/LoggerStackTraceUtil.java 26 Potential violation of Law of Demeter (method chain calls)
78126 src/com/itac/utils/LoggerStackTraceUtil.java 26 Potential violation of Law of Demeter (method chain calls)
78127 src/com/itac/utils/LoggerStackTraceUtil.java 26 There is log block not surrounded by if
78128 src/com/itac/utils/LoggerStackTraceUtil.java 30 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78129 src/com/itac/utils/SQLUtilsConstants.java 1 This class has a bunch of public methods and attributes
78130 src/com/itac/utils/SQLUtilsConstants.java 14 Comment is too large: Line too long
78131 src/com/itac/utils/SQLUtilsConstants.java 22 Comment is too large: Line too long
78132 src/com/itac/utils/SQLUtilsConstants.java 30 Comment is too large: Line too long
78133 src/com/itac/utils/SQLUtilsConstants.java 34 Each class should declare at least one constructor
78134 src/com/itac/utils/SQLUtilsConstants.java 34 Too many fields
78135 src/com/itac/utils/SQLUtilsConstants.java 34 headerCommentRequirement Required
78136 src/com/itac/utils/SQLUtilsConstants.java 37 fieldCommentRequirement Required
78137 src/com/itac/utils/SQLUtilsConstants.java 39 fieldCommentRequirement Required
78138 src/com/itac/utils/SQLUtilsConstants.java 40 fieldCommentRequirement Required
78139 src/com/itac/utils/SQLUtilsConstants.java 41 Comment is too large: Line too long
78140 src/com/itac/utils/SQLUtilsConstants.java 42 fieldCommentRequirement Required
78141 src/com/itac/utils/SQLUtilsConstants.java 43 Avoid excessively long variable names like packetWithSingleParamQuery
78142 src/com/itac/utils/SQLUtilsConstants.java 43 fieldCommentRequirement Required
78143 src/com/itac/utils/SQLUtilsConstants.java 44 Avoid excessively long variable names like packetWithTwoParamQuery
78144 src/com/itac/utils/SQLUtilsConstants.java 44 fieldCommentRequirement Required
78145 src/com/itac/utils/SQLUtilsConstants.java 46 fieldCommentRequirement Required
78146 src/com/itac/utils/SQLUtilsConstants.java 48 fieldCommentRequirement Required
78147 src/com/itac/utils/SQLUtilsConstants.java 49 fieldCommentRequirement Required
78148 src/com/itac/utils/SQLUtilsConstants.java 50 fieldCommentRequirement Required
78149 src/com/itac/utils/SQLUtilsConstants.java 51 fieldCommentRequirement Required
78150 src/com/itac/utils/SQLUtilsConstants.java 52 fieldCommentRequirement Required
78151 src/com/itac/utils/SQLUtilsConstants.java 54 Comment is too large: Line too long
78152 src/com/itac/utils/SQLUtilsConstants.java 55 fieldCommentRequirement Required
78153 src/com/itac/utils/SQLUtilsConstants.java 57 Comment is too large: Line too long
78154 src/com/itac/utils/SQLUtilsConstants.java 58 fieldCommentRequirement Required
78155 src/com/itac/utils/SQLUtilsConstants.java 59 fieldCommentRequirement Required
78156 src/com/itac/utils/SQLUtilsConstants.java 62 fieldCommentRequirement Required
78157 src/com/itac/utils/SQLUtilsConstants.java 63 fieldCommentRequirement Required
78158 src/com/itac/utils/SQLUtilsConstants.java 64 Comment is too large: Line too long
78159 src/com/itac/utils/SQLUtilsConstants.java 66 fieldCommentRequirement Required
78160 src/com/itac/utils/SQLUtilsConstants.java 67 fieldCommentRequirement Required
78161 src/com/itac/utils/SQLUtilsConstants.java 68 Avoid excessively long variable names like tripQueryWithoutIndexing
78162 src/com/itac/utils/SQLUtilsConstants.java 68 fieldCommentRequirement Required
78163 src/com/itac/utils/SQLUtilsConstants.java 69 Avoid excessively long variable names like nonTripQueryWithoutIndexing
78164 src/com/itac/utils/SQLUtilsConstants.java 69 fieldCommentRequirement Required
78165 src/com/itac/utils/SQLUtilsConstants.java 70 fieldCommentRequirement Required
78166 src/com/itac/utils/SQLUtilsConstants.java 71 Avoid excessively long variable names like tripDetailsTimeAmQuery
78167 src/com/itac/utils/SQLUtilsConstants.java 71 fieldCommentRequirement Required
78168 src/com/itac/utils/SQLUtilsConstants.java 72 Avoid excessively long variable names like tripDetailsTimePmQuery
78169 src/com/itac/utils/SQLUtilsConstants.java 72 fieldCommentRequirement Required
78170 src/com/itac/utils/SQLUtilsConstants.java 75 Variables should start with a lowercase character, 'VehtripQuery' starts with uppercase character.
78171 src/com/itac/utils/SQLUtilsConstants.java 75 fieldCommentRequirement Required
78172 src/com/itac/utils/SQLUtilsConstants.java 76 Variables should start with a lowercase character, 'VehnonTripQuery' starts with uppercase character.
78173 src/com/itac/utils/SQLUtilsConstants.java 76 fieldCommentRequirement Required
78174 src/com/itac/utils/SQLUtilsConstants.java 78 Avoid excessively long variable names like VehtripQueryWithoutIndex
78175 src/com/itac/utils/SQLUtilsConstants.java 78 Variables should start with a lowercase character, 'VehtripQueryWithoutIndex' starts with uppercase character.
78176 src/com/itac/utils/SQLUtilsConstants.java 78 fieldCommentRequirement Required
78177 src/com/itac/utils/SQLUtilsConstants.java 79 Avoid excessively long variable names like VehnonTripQueryWithoutIndex
78178 src/com/itac/utils/SQLUtilsConstants.java 79 Variables should start with a lowercase character, 'VehnonTripQueryWithoutIndex' starts with uppercase character.
78179 src/com/itac/utils/SQLUtilsConstants.java 79 fieldCommentRequirement Required
78180 src/com/itac/utils/SQLUtilsConstants.java 81 Avoid excessively long variable names like tripDistRetrieveQuery
78181 src/com/itac/utils/SQLUtilsConstants.java 81 fieldCommentRequirement Required
78182 src/com/itac/utils/SQLUtilsConstants.java 82 Avoid excessively long variable names like nonTripDistRetrieveQuery
78183 src/com/itac/utils/SQLUtilsConstants.java 82 fieldCommentRequirement Required
78184 src/com/itac/utils/SQLUtilsConstants.java 84 fieldCommentRequirement Required
78185 src/com/itac/utils/SQLUtilsConstants.java 85 Avoid excessively long variable names like nonTripDistMaxQuery
78186 src/com/itac/utils/SQLUtilsConstants.java 85 fieldCommentRequirement Required
78187 src/com/itac/utils/SQLUtilsConstants.java 87 Comment is too large: Line too long
78188 src/com/itac/utils/SQLUtilsConstants.java 88 Comment is too large: Line too long
78189 src/com/itac/utils/SQLUtilsConstants.java 89 Avoid excessively long variable names like tripDistQueryAllVehicle
78190 src/com/itac/utils/SQLUtilsConstants.java 89 fieldCommentRequirement Required
78191 src/com/itac/utils/SQLUtilsConstants.java 90 Avoid excessively long variable names like nonTripDistQueryAllVehicle
78192 src/com/itac/utils/SQLUtilsConstants.java 90 fieldCommentRequirement Required
78193 src/com/itac/utils/SQLUtilsConstants.java 91 fieldCommentRequirement Required
78194 src/com/itac/utils/SQLUtilsConstants.java 93 fieldCommentRequirement Required
78195 src/com/itac/utils/SQLUtilsConstants.java 94 fieldCommentRequirement Required
78196 src/com/itac/utils/SQLUtilsConstants.java 96 fieldCommentRequirement Required
78197 src/com/itac/utils/SQLUtilsConstants.java 97 fieldCommentRequirement Required
78198 src/com/itac/utils/SQLUtilsConstants.java 98 fieldCommentRequirement Required
78199 src/com/itac/utils/SQLUtilsConstants.java 99 Comment is too large: Line too long
78200 src/com/itac/utils/SQLUtilsConstants.java 100 fieldCommentRequirement Required
78201 src/com/itac/utils/SQLUtilsConstants.java 102 fieldCommentRequirement Required
78202 src/com/itac/utils/SQLUtilsConstants.java 103 fieldCommentRequirement Required
78203 src/com/itac/utils/SQLUtilsConstants.java 105 Avoid excessively long variable names like alertIdMarqueeQuery
78204 src/com/itac/utils/SQLUtilsConstants.java 105 fieldCommentRequirement Required
78205 src/com/itac/utils/SQLUtilsConstants.java 106 fieldCommentRequirement Required
78206 src/com/itac/utils/SQLUtilsConstants.java 107 fieldCommentRequirement Required
78207 src/com/itac/utils/SQLUtilsConstants.java 108 fieldCommentRequirement Required
78208 src/com/itac/utils/SQLUtilsConstants.java 111 fieldCommentRequirement Required
78209 src/com/itac/utils/SQLUtilsConstants.java 112 fieldCommentRequirement Required
78210 src/com/itac/utils/SQLUtilsConstants.java 113 Avoid excessively long variable names like alertTripInfoQuery
78211 src/com/itac/utils/SQLUtilsConstants.java 113 fieldCommentRequirement Required
78212 src/com/itac/utils/SQLUtilsConstants.java 114 Comment is too large: Line too long
78213 src/com/itac/utils/SQLUtilsConstants.java 115 Comment is too large: Line too long
78214 src/com/itac/utils/SQLUtilsConstants.java 117 Comment is too large: Line too long
78215 src/com/itac/utils/SQLUtilsConstants.java 118 fieldCommentRequirement Required
78216 src/com/itac/utils/SQLUtilsConstants.java 119 fieldCommentRequirement Required
78217 src/com/itac/utils/SQLUtilsConstants.java 121 fieldCommentRequirement Required
78218 src/com/itac/utils/SQLUtilsConstants.java 122 fieldCommentRequirement Required
78219 src/com/itac/utils/SQLUtilsConstants.java 123 Comment is too large: Line too long
78220 src/com/itac/utils/SQLUtilsConstants.java 124 Comment is too large: Line too long
78221 src/com/itac/utils/SQLUtilsConstants.java 125 Comment is too large: Line too long
78222 src/com/itac/utils/SQLUtilsConstants.java 127 fieldCommentRequirement Required
78223 src/com/itac/utils/SQLUtilsConstants.java 128 fieldCommentRequirement Required
78224 src/com/itac/utils/SQLUtilsConstants.java 129 Avoid excessively long variable names like tripDetailsWithoutParamidQry
78225 src/com/itac/utils/SQLUtilsConstants.java 129 fieldCommentRequirement Required
78226 src/com/itac/utils/SQLUtilsConstants.java 130 Avoid excessively long variable names like packetDataTripQuery
78227 src/com/itac/utils/SQLUtilsConstants.java 130 fieldCommentRequirement Required
78228 src/com/itac/utils/SQLUtilsConstants.java 131 fieldCommentRequirement Required
78229 src/com/itac/utils/SQLUtilsConstants.java 132 Comment is too large: Line too long
78230 src/com/itac/utils/SQLUtilsConstants.java 133 Avoid excessively long variable names like liveTripAlertQuery
78231 src/com/itac/utils/SQLUtilsConstants.java 133 fieldCommentRequirement Required
78232 src/com/itac/utils/SQLUtilsConstants.java 135 Comment is too large: Line too long
78233 src/com/itac/utils/SQLUtilsConstants.java 136 fieldCommentRequirement Required
78234 src/com/itac/utils/SQLUtilsConstants.java 137 fieldCommentRequirement Required
78235 src/com/itac/utils/SQLUtilsConstants.java 138 fieldCommentRequirement Required
78236 src/com/itac/utils/SQLUtilsConstants.java 139 fieldCommentRequirement Required
78237 src/com/itac/utils/SQLUtilsConstants.java 140 Avoid excessively long variable names like tripScheduleAmQuery
78238 src/com/itac/utils/SQLUtilsConstants.java 140 fieldCommentRequirement Required
78239 src/com/itac/utils/SQLUtilsConstants.java 141 Avoid excessively long variable names like tripSchedulePmQuery
78240 src/com/itac/utils/SQLUtilsConstants.java 141 fieldCommentRequirement Required
78241 src/com/itac/utils/SQLUtilsConstants.java 142 fieldCommentRequirement Required
78242 src/com/itac/utils/SQLUtilsConstants.java 143 fieldCommentRequirement Required
78243 src/com/itac/utils/SQLUtilsConstants.java 144 fieldCommentRequirement Required
78244 src/com/itac/utils/SQLUtilsConstants.java 145 Avoid excessively long variable names like tripParamsQueryWithParamids
78245 src/com/itac/utils/SQLUtilsConstants.java 145 fieldCommentRequirement Required
78246 src/com/itac/utils/SQLUtilsConstants.java 147 Avoid excessively long variable names like tripParamsQueryWithSingleParamid
78247 src/com/itac/utils/SQLUtilsConstants.java 147 fieldCommentRequirement Required
78248 src/com/itac/utils/SQLUtilsConstants.java 149 fieldCommentRequirement Required
78249 src/com/itac/utils/SQLUtilsConstants.java 150 fieldCommentRequirement Required
78250 src/com/itac/utils/SQLUtilsConstants.java 152 Comment is too large: Line too long
78251 src/com/itac/utils/SQLUtilsConstants.java 154 Comment is too large: Line too long
78252 src/com/itac/utils/SQLUtilsConstants.java 156 fieldCommentRequirement Required
78253 src/com/itac/utils/SQLUtilsConstants.java 158 fieldCommentRequirement Required
78254 src/com/itac/utils/SQLUtilsConstants.java 159 fieldCommentRequirement Required
78255 src/com/itac/utils/SQLUtilsConstants.java 160 fieldCommentRequirement Required
78256 src/com/itac/utils/SQLUtilsConstants.java 164 Avoid excessively long variable names like coveredFenceQueryAm
78257 src/com/itac/utils/SQLUtilsConstants.java 164 fieldCommentRequirement Required
78258 src/com/itac/utils/SQLUtilsConstants.java 165 Avoid excessively long variable names like coveredFenceQueryPm
78259 src/com/itac/utils/SQLUtilsConstants.java 165 fieldCommentRequirement Required
78260 src/com/itac/utils/SQLUtilsConstants.java 166 Avoid excessively long variable names like coveredFenceDetQueryAm
78261 src/com/itac/utils/SQLUtilsConstants.java 166 fieldCommentRequirement Required
78262 src/com/itac/utils/SQLUtilsConstants.java 167 Avoid excessively long variable names like coveredFenceDetQueryPm
78263 src/com/itac/utils/SQLUtilsConstants.java 167 fieldCommentRequirement Required
78264 src/com/itac/utils/SQLUtilsConstants.java 170 fieldCommentRequirement Required
78265 src/com/itac/utils/SQLUtilsConstants.java 171 fieldCommentRequirement Required
78266 src/com/itac/utils/SQLUtilsConstants.java 173 fieldCommentRequirement Required
78267 src/com/itac/utils/SQLUtilsConstants.java 176 Variables should start with a lowercase character, 'DataContxtQry' starts with uppercase character.
78268 src/com/itac/utils/SQLUtilsConstants.java 176 fieldCommentRequirement Required
78269 src/com/itac/utils/SQLUtilsConstants.java 178 Comment is too large: Line too long
78270 src/com/itac/utils/SQLUtilsConstants.java 181 fieldCommentRequirement Required
78271 src/com/itac/utils/SQLUtilsConstants.java 182 fieldCommentRequirement Required
78272 src/com/itac/utils/SQLUtilsConstants.java 184 Comment is too large: Line too long
78273 src/com/itac/utils/SQLUtilsConstants.java 186 Avoid excessively long variable names like nativeSubAlertQuery
78274 src/com/itac/utils/SQLUtilsConstants.java 186 fieldCommentRequirement Required
78275 src/com/itac/utils/SQLUtilsConstants.java 187 fieldCommentRequirement Required
78276 src/com/itac/utils/SQLUtilsConstants.java 191 Avoid excessively long variable names like harshdrivingalertcount
78277 src/com/itac/utils/SQLUtilsConstants.java 191 fieldCommentRequirement Required
78278 src/com/itac/utils/SQLUtilsConstants.java 193 Comment is too large: Line too long
78279 src/com/itac/utils/SQLUtilsConstants.java 196 fieldCommentRequirement Required
78280 src/com/itac/utils/SQLUtilsConstants.java 197 fieldCommentRequirement Required
78281 src/com/itac/utils/SQLUtilsConstants.java 200 Avoid excessively long variable names like idleQueryWithIndex
78282 src/com/itac/utils/SQLUtilsConstants.java 200 fieldCommentRequirement Required
78283 src/com/itac/utils/SQLUtilsConstants.java 201 Avoid excessively long variable names like vehcielIdNameQuery
78284 src/com/itac/utils/SQLUtilsConstants.java 201 fieldCommentRequirement Required
78285 src/com/itac/utils/SQLUtilsConstants.java 202 fieldCommentRequirement Required
78286 src/com/itac/utils/SQLUtilsConstants.java 204 fieldCommentRequirement Required
78287 src/com/itac/utils/SQLUtilsConstants.java 205 fieldCommentRequirement Required
78288 src/com/itac/utils/SQLUtilsConstants.java 206 fieldCommentRequirement Required
78289 src/com/itac/utils/SQLUtilsConstants.java 207 Avoid excessively long variable names like fuelChangeQueryWithParamid
78290 src/com/itac/utils/SQLUtilsConstants.java 207 fieldCommentRequirement Required
78291 src/com/itac/utils/SQLUtilsConstants.java 209 Comment is too large: Line too long
78292 src/com/itac/utils/SQLUtilsConstants.java 210 fieldCommentRequirement Required
78293 src/com/itac/utils/SQLUtilsConstants.java 213 Avoid excessively long variable names like fuelPilferageQuery
78294 src/com/itac/utils/SQLUtilsConstants.java 213 fieldCommentRequirement Required
78295 src/com/itac/utils/SQLUtilsConstants.java 215 fieldCommentRequirement Required
78296 src/com/itac/utils/SQLUtilsConstants.java 216 Avoid excessively long variable names like fenceAmLatLngQuery
78297 src/com/itac/utils/SQLUtilsConstants.java 216 fieldCommentRequirement Required
78298 src/com/itac/utils/SQLUtilsConstants.java 217 Avoid excessively long variable names like fencePmLatLngQuery
78299 src/com/itac/utils/SQLUtilsConstants.java 217 fieldCommentRequirement Required
78300 src/com/itac/utils/SQLUtilsConstants.java 220 fieldCommentRequirement Required
78301 src/com/itac/utils/SQLUtilsConstants.java 221 fieldCommentRequirement Required
78302 src/com/itac/utils/SQLUtilsConstants.java 222 fieldCommentRequirement Required
78303 src/com/itac/utils/SQLUtilsConstants.java 223 fieldCommentRequirement Required
78304 src/com/itac/utils/SQLUtilsConstants.java 224 Comment is too large: Line too long
78305 src/com/itac/utils/SQLUtilsConstants.java 227 fieldCommentRequirement Required
78306 src/com/itac/utils/SQLUtilsConstants.java 229 Avoid excessively long variable names like nativeTypeInfoQuery
78307 src/com/itac/utils/SQLUtilsConstants.java 229 fieldCommentRequirement Required
78308 src/com/itac/utils/SQLUtilsConstants.java 232 Comment is too large: Line too long
78309 src/com/itac/utils/SQLUtilsConstants.java 233 Comment is too large: Line too long
78310 src/com/itac/utils/SQLUtilsConstants.java 236 fieldCommentRequirement Required
78311 src/com/itac/utils/SQLUtilsConstants.java 237 fieldCommentRequirement Required
78312 src/com/itac/utils/SQLUtilsConstants.java 238 fieldCommentRequirement Required
78313 src/com/itac/utils/SQLUtilsConstants.java 239 fieldCommentRequirement Required
78314 src/com/itac/utils/SQLUtilsConstants.java 246 fieldCommentRequirement Required
78315 src/com/itac/utils/SQLUtilsConstants.java 248 Comment is too large: Line too long
78316 src/com/itac/utils/SQLUtilsConstants.java 248 Comment is too large: Too many lines
78317 src/com/itac/utils/SQLUtilsConstants.java 249 Comment is too large: Line too long
78318 src/com/itac/utils/SQLUtilsConstants.java 250 Comment is too large: Line too long
78319 src/com/itac/utils/SQLUtilsConstants.java 253 Comment is too large: Line too long
78320 src/com/itac/utils/SQLUtilsConstants.java 254 Comment is too large: Line too long
78321 src/com/itac/utils/SQLUtilsConstants.java 255 Comment is too large: Line too long
78322 src/com/itac/utils/SQLUtilsConstants.java 257 Comment is too large: Line too long
78323 src/com/itac/utils/SQLUtilsConstants.java 258 Comment is too large: Line too long
78324 src/com/itac/utils/SQLUtilsConstants.java 259 Comment is too large: Line too long
78325 src/com/itac/utils/SQLUtilsConstants.java 260 Comment is too large: Line too long
78326 src/com/itac/utils/SQLUtilsConstants.java 262 Comment is too large: Line too long
78327 src/com/itac/utils/SQLUtilsConstants.java 264 Comment is too large: Line too long
78328 src/com/itac/utils/SQLUtilsConstants.java 272 Avoid excessively long variable names like tripgroupJoinQuery
78329 src/com/itac/utils/SQLUtilsConstants.java 275 Comment is too large: Line too long
78330 src/com/itac/utils/SQLUtilsConstants.java 278 fieldCommentRequirement Required
78331 src/com/itac/utils/SQLUtilsConstants.java 279 fieldCommentRequirement Required
78332 src/com/itac/utils/SQLUtilsConstants.java 281 fieldCommentRequirement Required
78333 src/com/itac/utils/SQLUtilsConstants.java 282 fieldCommentRequirement Required
78334 src/com/itac/utils/SQLUtilsConstants.java 284 Avoid excessively long variable names like StopfenceMapDelete1
78335 src/com/itac/utils/SQLUtilsConstants.java 284 Variables should start with a lowercase character, 'StopfenceMapDelete1' starts with uppercase character.
78336 src/com/itac/utils/SQLUtilsConstants.java 284 fieldCommentRequirement Required
78337 src/com/itac/utils/SQLUtilsConstants.java 286 Avoid excessively long variable names like StopfenceMapRetrive
78338 src/com/itac/utils/SQLUtilsConstants.java 286 Variables should start with a lowercase character, 'StopfenceMapRetrive' starts with uppercase character.
78339 src/com/itac/utils/SQLUtilsConstants.java 286 fieldCommentRequirement Required
78340 src/com/itac/utils/SQLUtilsConstants.java 288 Avoid excessively long variable names like geofenceRetriveTable
78341 src/com/itac/utils/SQLUtilsConstants.java 288 fieldCommentRequirement Required
78342 src/com/itac/utils/SQLUtilsConstants.java 292 Avoid excessively long variable names like geoFenceStopTimeByAM
78343 src/com/itac/utils/SQLUtilsConstants.java 292 fieldCommentRequirement Required
78344 src/com/itac/utils/SQLUtilsConstants.java 293 Avoid excessively long variable names like geoFenceStopTimeByPM
78345 src/com/itac/utils/SQLUtilsConstants.java 293 fieldCommentRequirement Required
78346 src/com/itac/utils/SQLUtilsConstants.java 295 fieldCommentRequirement Required
78347 src/com/itac/utils/SQLUtilsConstants.java 297 fieldCommentRequirement Required
78348 src/com/itac/utils/SQLUtilsConstants.java 299 fieldCommentRequirement Required
78349 src/com/itac/utils/SQLUtilsConstants.java 302 Avoid excessively long variable names like geofenceorganizationId
78350 src/com/itac/utils/SQLUtilsConstants.java 302 fieldCommentRequirement Required
78351 src/com/itac/utils/SQLUtilsConstants.java 304 Avoid excessively long variable names like deleteStopfencemapping
78352 src/com/itac/utils/SQLUtilsConstants.java 304 fieldCommentRequirement Required
78353 src/com/itac/utils/SQLUtilsConstants.java 306 Avoid excessively long variable names like geofenceIdRecordsByAm
78354 src/com/itac/utils/SQLUtilsConstants.java 306 fieldCommentRequirement Required
78355 src/com/itac/utils/SQLUtilsConstants.java 308 Avoid excessively long variable names like geofenceIdRecordsByPm
78356 src/com/itac/utils/SQLUtilsConstants.java 308 fieldCommentRequirement Required
78357 src/com/itac/utils/SQLUtilsConstants.java 310 Avoid excessively long variable names like deleteUsersGeofence
78358 src/com/itac/utils/SQLUtilsConstants.java 310 fieldCommentRequirement Required
78359 src/com/itac/utils/SQLUtilsConstants.java 313 Avoid excessively long variable names like updateGeofenceSeqFenceAm
78360 src/com/itac/utils/SQLUtilsConstants.java 313 fieldCommentRequirement Required
78361 src/com/itac/utils/SQLUtilsConstants.java 315 Avoid excessively long variable names like getTripTimeQueryAM
78362 src/com/itac/utils/SQLUtilsConstants.java 315 fieldCommentRequirement Required
78363 src/com/itac/utils/SQLUtilsConstants.java 318 Avoid excessively long variable names like getTripTimeQueryPM
78364 src/com/itac/utils/SQLUtilsConstants.java 318 fieldCommentRequirement Required
78365 src/com/itac/utils/SQLUtilsConstants.java 321 Avoid excessively long variable names like getFenceDataQueryAM
78366 src/com/itac/utils/SQLUtilsConstants.java 321 fieldCommentRequirement Required
78367 src/com/itac/utils/SQLUtilsConstants.java 324 Avoid excessively long variable names like getFenceDataQueryPM
78368 src/com/itac/utils/SQLUtilsConstants.java 324 fieldCommentRequirement Required
78369 src/com/itac/utils/SQLUtilsConstants.java 326 Avoid excessively long variable names like getPacketDataQuery
78370 src/com/itac/utils/SQLUtilsConstants.java 326 fieldCommentRequirement Required
78371 src/com/itac/utils/SQLUtilsConstants.java 329 Avoid excessively long variable names like getVehicleDetailData
78372 src/com/itac/utils/SQLUtilsConstants.java 329 fieldCommentRequirement Required
78373 src/com/itac/utils/SQLUtilsConstants.java 334 Avoid excessively long variable names like getVehicleUsersGeofence
78374 src/com/itac/utils/SQLUtilsConstants.java 334 fieldCommentRequirement Required
78375 src/com/itac/utils/SQLUtilsConstants.java 336 Avoid excessively long variable names like getVehicleStopfencemapping
78376 src/com/itac/utils/SQLUtilsConstants.java 336 fieldCommentRequirement Required
78377 src/com/itac/utils/SQLUtilsConstants.java 338 Avoid excessively long variable names like getSMSCountOrganization
78378 src/com/itac/utils/SQLUtilsConstants.java 338 fieldCommentRequirement Required
78379 src/com/itac/utils/SQLUtilsConstants.java 340 Avoid excessively long variable names like getSMSCountTripDetails
78380 src/com/itac/utils/SQLUtilsConstants.java 340 fieldCommentRequirement Required
78381 src/com/itac/utils/SQLUtilsConstants.java 342 Avoid excessively long variable names like getSMSCountSmsDetailed
78382 src/com/itac/utils/SQLUtilsConstants.java 342 fieldCommentRequirement Required
78383 src/com/itac/utils/SQLUtilsConstants.java 345 Avoid excessively long variable names like updateGeofenceSeqFencePm
78384 src/com/itac/utils/SQLUtilsConstants.java 345 fieldCommentRequirement Required
78385 src/com/itac/utils/SQLUtilsConstants.java 347 Comment is too large: Line too long
78386 src/com/itac/utils/SQLUtilsConstants.java 348 Comment is too large: Line too long
78387 src/com/itac/utils/SQLUtilsConstants.java 351 Avoid excessively long variable names like getLatLongOrgIdQuery
78388 src/com/itac/utils/SQLUtilsConstants.java 351 fieldCommentRequirement Required
78389 src/com/itac/utils/SQLUtilsConstants.java 356 Avoid excessively long variable names like getLatLongOrgIdRecordQuery
78390 src/com/itac/utils/SQLUtilsConstants.java 356 The String literal "select vdl.vehicleId, vdl.vehicleName, vdl.vehicleGroup.vehicleGroupid , tpr.tripDetails.tripid ,tpr.speed ," appears 4 times in this file; the first occurrence is on line 356
78391 src/com/itac/utils/SQLUtilsConstants.java 356 fieldCommentRequirement Required
78392 src/com/itac/utils/SQLUtilsConstants.java 363 Avoid excessively long variable names like getLatLongVehGroupIdQuery
78393 src/com/itac/utils/SQLUtilsConstants.java 363 fieldCommentRequirement Required
78394 src/com/itac/utils/SQLUtilsConstants.java 368 Avoid excessively long variable names like getLatLongVehGroupIdRecordQuery
78395 src/com/itac/utils/SQLUtilsConstants.java 368 fieldCommentRequirement Required
78396 src/com/itac/utils/SQLUtilsConstants.java 374 Avoid excessively long variable names like getLatLongTripIdQuery
78397 src/com/itac/utils/SQLUtilsConstants.java 374 fieldCommentRequirement Required
78398 src/com/itac/utils/SQLUtilsConstants.java 380 Avoid excessively long variable names like getLatLongVehicleIdQuery
78399 src/com/itac/utils/SQLUtilsConstants.java 380 fieldCommentRequirement Required
78400 src/com/itac/utils/SQLUtilsConstants.java 382 Avoid excessively long variable names like getLatLongVehicleIdRecordQuery
78401 src/com/itac/utils/SQLUtilsConstants.java 382 fieldCommentRequirement Required
78402 src/com/itac/utils/SQLUtilsConstants.java 387 fieldCommentRequirement Required
78403 src/com/itac/utils/SQLUtilsConstants.java 392 fieldCommentRequirement Required
78404 src/com/itac/utils/SQLUtilsConstants.java 396 Avoid excessively long variable names like getAllAlertCountOrgQuery
78405 src/com/itac/utils/SQLUtilsConstants.java 396 fieldCommentRequirement Required
78406 src/com/itac/utils/SQLUtilsConstants.java 402 Variables should start with a lowercase character, 'PacketCollectnQry' starts with uppercase character.
78407 src/com/itac/utils/SQLUtilsConstants.java 402 fieldCommentRequirement Required
78408 src/com/itac/utils/SQLUtilsConstants.java 404 Comment is too large: Line too long
78409 src/com/itac/utils/SQLUtilsConstants.java 405 Comment is too large: Line too long
78410 src/com/itac/utils/SQLUtilsConstants.java 406 Avoid excessively long variable names like monMasterPacketQuery
78411 src/com/itac/utils/SQLUtilsConstants.java 406 fieldCommentRequirement Required
78412 src/com/itac/utils/SQLUtilsConstants.java 407 Avoid excessively long variable names like evenMasterPacketQuery
78413 src/com/itac/utils/SQLUtilsConstants.java 407 fieldCommentRequirement Required
78414 src/com/itac/utils/SQLUtilsConstants.java 408 Comment is too large: Line too long
78415 src/com/itac/utils/SQLUtilsConstants.java 409 fieldCommentRequirement Required
78416 src/com/itac/utils/SQLUtilsConstants.java 410 fieldCommentRequirement Required
78417 src/com/itac/utils/SQLUtilsConstants.java 411 Comment is too large: Line too long
78418 src/com/itac/utils/SQLUtilsConstants.java 412 Avoid excessively long variable names like getnontripidforvehicle
78419 src/com/itac/utils/SQLUtilsConstants.java 412 fieldCommentRequirement Required
78420 src/com/itac/utils/SQLUtilsConstants.java 413 fieldCommentRequirement Required
78421 src/com/itac/utils/SQLUtilsConstants.java 414 fieldCommentRequirement Required
78422 src/com/itac/utils/SQLUtilsConstants.java 415 Comment is too large: Line too long
78423 src/com/itac/utils/SQLUtilsConstants.java 419 Comment is too large: Line too long
78424 src/com/itac/utils/SQLUtilsConstants.java 422 The String literal "select tripParams.lattitude,tripParams.longitude,tripParams.speed,tripParams.creationTime,tripParams.fuelContent," appears 4 times in this file; the first occurrence is on line 422
78425 src/com/itac/utils/SQLUtilsConstants.java 422 fieldCommentRequirement Required
78426 src/com/itac/utils/SQLUtilsConstants.java 427 Avoid excessively long variable names like monPacketQueryWithParam
78427 src/com/itac/utils/SQLUtilsConstants.java 427 fieldCommentRequirement Required
78428 src/com/itac/utils/SQLUtilsConstants.java 432 fieldCommentRequirement Required
78429 src/com/itac/utils/SQLUtilsConstants.java 437 Avoid excessively long variable names like evenPacketQueryWithParam
78430 src/com/itac/utils/SQLUtilsConstants.java 437 fieldCommentRequirement Required
78431 src/com/itac/utils/SQLUtilsConstants.java 443 Avoid excessively long variable names like defaultTripPacketQuery
78432 src/com/itac/utils/SQLUtilsConstants.java 443 fieldCommentRequirement Required
78433 src/com/itac/utils/SQLUtilsConstants.java 447 Avoid excessively long variable names like defaultTripPacketQueryWithParam
78434 src/com/itac/utils/SQLUtilsConstants.java 447 fieldCommentRequirement Required
78435 src/com/itac/utils/SQLUtilsConstants.java 453 Comment is too large: Line too long
78436 src/com/itac/utils/SQLUtilsConstants.java 454 Comment is too large: Line too long
78437 src/com/itac/utils/SQLUtilsConstants.java 457 Comment is too large: Line too long
78438 src/com/itac/utils/SQLUtilsConstants.java 458 Comment is too large: Line too long
78439 src/com/itac/utils/SQLUtilsConstants.java 460 Avoid excessively long variable names like tripPacketsQueryWithParam
78440 src/com/itac/utils/SQLUtilsConstants.java 460 fieldCommentRequirement Required
78441 src/com/itac/utils/SQLUtilsConstants.java 464 fieldCommentRequirement Required
78442 src/com/itac/utils/SQLUtilsConstants.java 469 Avoid excessively long variable names like getAlertCountOrgQuery
78443 src/com/itac/utils/SQLUtilsConstants.java 469 fieldCommentRequirement Required
78444 src/com/itac/utils/SQLUtilsConstants.java 474 Avoid excessively long variable names like alertIdDiscriptionquery
78445 src/com/itac/utils/SQLUtilsConstants.java 474 fieldCommentRequirement Required
78446 src/com/itac/utils/SQLUtilsConstants.java 477 Avoid excessively long variable names like getTripIdOfVehicleQuery
78447 src/com/itac/utils/SQLUtilsConstants.java 480 fieldCommentRequirement Required
78448 src/com/itac/utils/SQLUtilsConstants.java 483 Avoid excessively long variable names like latestUpdatedTripIdValue
78449 src/com/itac/utils/SQLUtilsConstants.java 483 fieldCommentRequirement Required
78450 src/com/itac/utils/SQLUtilsConstants.java 489 fieldCommentRequirement Required
78451 src/com/itac/utils/SQLUtilsConstants.java 490 fieldCommentRequirement Required
78452 src/com/itac/utils/SQLUtilsConstants.java 491 Avoid excessively long variable names like singleParamQueryLessthanDate
78453 src/com/itac/utils/SQLUtilsConstants.java 491 fieldCommentRequirement Required
78454 src/com/itac/utils/SQLUtilsConstants.java 493 fieldCommentRequirement Required
78455 src/com/itac/utils/SQLUtilsConstants.java 495 Avoid excessively long variable names like MaxParamCurrentDate
78456 src/com/itac/utils/SQLUtilsConstants.java 495 Variables should start with a lowercase character, 'MaxParamCurrentDate' starts with uppercase character.
78457 src/com/itac/utils/SQLUtilsConstants.java 495 fieldCommentRequirement Required
78458 src/com/itac/utils/SQLUtilsConstants.java 498 Avoid excessively long variable names like getSMSCountSmsDetailedAM
78459 src/com/itac/utils/SQLUtilsConstants.java 498 fieldCommentRequirement Required
78460 src/com/itac/utils/SQLUtilsConstants.java 502 Avoid excessively long variable names like getSMSCountSmsDetailedPM
78461 src/com/itac/utils/SQLUtilsConstants.java 502 fieldCommentRequirement Required
78462 src/com/itac/utils/SQLUtilsConstants.java 507 Avoid excessively long variable names like getLattestUpdatedPacket
78463 src/com/itac/utils/SQLUtilsConstants.java 507 fieldCommentRequirement Required
78464 src/com/itac/utils/SQLUtilsConstants.java 514 Avoid excessively long variable names like getVehicleGroupRecords
78465 src/com/itac/utils/SQLUtilsConstants.java 514 fieldCommentRequirement Required
78466 src/com/itac/utils/SQLUtilsConstants.java 520 Avoid excessively long variable names like getAllInVehicleIdQuery
78467 src/com/itac/utils/SQLUtilsConstants.java 520 fieldCommentRequirement Required
78468 src/com/itac/utils/SQLUtilsConstants.java 523 Avoid excessively long variable names like getInLatLongVehGroupId
78469 src/com/itac/utils/SQLUtilsConstants.java 523 fieldCommentRequirement Required
78470 src/com/itac/utils/SQLUtilsConstants.java 529 Avoid excessively long variable names like getInLatLongVehicleId
78471 src/com/itac/utils/SQLUtilsConstants.java 529 fieldCommentRequirement Required
78472 src/com/itac/utils/SQLUtilsConstants.java 534 Avoid excessively long variable names like getInLatLongTripId
78473 src/com/itac/utils/SQLUtilsConstants.java 534 fieldCommentRequirement Required
78474 src/com/itac/utils/SQLUtilsConstants.java 539 Comment is too large: Line too long
78475 src/com/itac/utils/SQLUtilsConstants.java 540 Comment is too large: Line too long
78476 src/com/itac/utils/SQLUtilsConstants.java 541 Avoid excessively long variable names like getInAlertDescriptionVehicleId
78477 src/com/itac/utils/SQLUtilsConstants.java 541 fieldCommentRequirement Required
78478 src/com/itac/utils/SQLUtilsConstants.java 544 Avoid excessively long variable names like getInAlertDescriptionTripId
78479 src/com/itac/utils/SQLUtilsConstants.java 544 fieldCommentRequirement Required
78480 src/com/itac/utils/SQLUtilsConstants.java 547 fieldCommentRequirement Required
78481 src/com/itac/utils/SQLUtilsConstants.java 551 fieldCommentRequirement Required
78482 src/com/itac/utils/SQLUtilsConstants.java 554 fieldCommentRequirement Required
78483 src/com/itac/utils/SQLUtilsConstants.java 555 fieldCommentRequirement Required
78484 src/com/itac/utils/SQLUtilsConstants.java 556 fieldCommentRequirement Required
78485 src/com/itac/utils/SQLUtilsConstants.java 557 fieldCommentRequirement Required
78486 src/com/itac/utils/SQLUtilsConstants.java 559 fieldCommentRequirement Required
78487 src/com/itac/utils/SQLUtilsConstants.java 560 Avoid excessively long variable names like nonTripDistanceQuery
78488 src/com/itac/utils/SQLUtilsConstants.java 560 fieldCommentRequirement Required
78489 src/com/itac/utils/SQLUtilsConstants.java 562 Avoid excessively long variable names like tripDistanceQueryWithoutIndex
78490 src/com/itac/utils/SQLUtilsConstants.java 562 fieldCommentRequirement Required
78491 src/com/itac/utils/SQLUtilsConstants.java 563 Avoid excessively long variable names like nonTripDistanceQueryWithoutIndex
78492 src/com/itac/utils/SQLUtilsConstants.java 563 fieldCommentRequirement Required
78493 src/com/itac/utils/SQLUtilsConstants.java 564 fieldCommentRequirement Required
78494 src/com/itac/utils/SQLUtilsConstants.java 567 fieldCommentRequirement Required
78495 src/com/itac/utils/SQLUtilsConstants.java 568 fieldCommentRequirement Required
78496 src/com/itac/utils/SQLUtilsConstants.java 571 fieldCommentRequirement Required
78497 src/com/itac/utils/SQLUtilsConstants.java 574 Avoid excessively long variable names like getMaxTripParamForDistanceInMeter
78498 src/com/itac/utils/SQLUtilsConstants.java 574 fieldCommentRequirement Required
78499 src/com/itac/utils/SQLUtilsConstants.java 577 Avoid excessively long variable names like getMaxTripParamForDistanceInMeterWithParamId
78500 src/com/itac/utils/SQLUtilsConstants.java 577 fieldCommentRequirement Required
78501 src/com/itac/utils/SQLUtilsConstants.java 580 Avoid excessively long variable names like getEventCodeForMaxParamId
78502 src/com/itac/utils/SQLUtilsConstants.java 580 fieldCommentRequirement Required
78503 src/com/itac/utils/SQLUtilsConstants.java 581 Avoid excessively long variable names like getLatLongForMaxParamId
78504 src/com/itac/utils/SQLUtilsConstants.java 581 fieldCommentRequirement Required
78505 src/com/itac/utils/SQLUtilsConstants.java 584 Avoid excessively long variable names like orgFenceLatLongQuery
78506 src/com/itac/utils/SQLUtilsConstants.java 587 Avoid excessively long variable names like routePacketQueryWithParam
78507 src/com/itac/utils/SQLUtilsConstants.java 587 fieldCommentRequirement Required
78508 src/com/itac/utils/SQLUtilsConstants.java 590 Avoid excessively long variable names like alertDataQryWithParam
78509 src/com/itac/utils/SQLUtilsConstants.java 590 fieldCommentRequirement Required
78510 src/com/itac/utils/SQLUtilsConstants.java 591 fieldCommentRequirement Required
78511 src/com/itac/utils/SQLUtilsConstants.java 592 Variables should start with a lowercase character, 'PartialOffline' starts with uppercase character.
78512 src/com/itac/utils/SQLUtilsConstants.java 592 fieldCommentRequirement Required
78513 src/com/itac/utils/SQLUtilsConstants.java 595 Comment is too large: Line too long
78514 src/com/itac/utils/SQLUtilsConstants.java 596 Avoid excessively long variable names like vehicleDetailsSMFOrg
78515 src/com/itac/utils/SQLUtilsConstants.java 596 fieldCommentRequirement Required
78516 src/com/itac/utils/SQLUtilsConstants.java 597 Avoid excessively long variable names like vehicleDetailsSMFVeh
78517 src/com/itac/utils/SQLUtilsConstants.java 597 fieldCommentRequirement Required
78518 src/com/itac/utils/SQLUtilsConstants.java 598 Avoid excessively long variable names like vehicleDetailsSMFTrip
78519 src/com/itac/utils/SQLUtilsConstants.java 598 fieldCommentRequirement Required
78520 src/com/itac/utils/SQLUtilsConstants.java 599 Avoid excessively long variable names like vehicleDetailsSMFGroup
78521 src/com/itac/utils/SQLUtilsConstants.java 599 fieldCommentRequirement Required
78522 src/com/itac/utils/SQLUtilsConstants.java 600 fieldCommentRequirement Required
78523 src/com/itac/utils/SQLUtilsConstants.java 601 fieldCommentRequirement Required
78524 src/com/itac/utils/StringConstants.java 1 This class has a bunch of public methods and attributes
78525 src/com/itac/utils/StringConstants.java 10 Each class should declare at least one constructor
78526 src/com/itac/utils/StringConstants.java 10 Too many fields
78527 src/com/itac/utils/StringConstants.java 10 headerCommentRequirement Required
78528 src/com/itac/utils/StringConstants.java 11 The field name indicates a constant but its modifiers do not
78529 src/com/itac/utils/StringConstants.java 11 Variables should start with a lowercase character, 'ORGID' starts with uppercase character.
78530 src/com/itac/utils/StringConstants.java 11 fieldCommentRequirement Required
78531 src/com/itac/utils/StringConstants.java 12 The field name indicates a constant but its modifiers do not
78532 src/com/itac/utils/StringConstants.java 12 Variables should start with a lowercase character, 'GROUPID' starts with uppercase character.
78533 src/com/itac/utils/StringConstants.java 12 fieldCommentRequirement Required
78534 src/com/itac/utils/StringConstants.java 13 The field name indicates a constant but its modifiers do not
78535 src/com/itac/utils/StringConstants.java 13 Variables should start with a lowercase character, 'FROMDATE' starts with uppercase character.
78536 src/com/itac/utils/StringConstants.java 13 fieldCommentRequirement Required
78537 src/com/itac/utils/StringConstants.java 14 The field name indicates a constant but its modifiers do not
78538 src/com/itac/utils/StringConstants.java 14 Variables should start with a lowercase character, 'TODATE' starts with uppercase character.
78539 src/com/itac/utils/StringConstants.java 14 fieldCommentRequirement Required
78540 src/com/itac/utils/StringConstants.java 15 The field name indicates a constant but its modifiers do not
78541 src/com/itac/utils/StringConstants.java 15 Variables should start with a lowercase character, 'VEHID' starts with uppercase character.
78542 src/com/itac/utils/StringConstants.java 15 fieldCommentRequirement Required
78543 src/com/itac/utils/StringConstants.java 16 The field name indicates a constant but its modifiers do not
78544 src/com/itac/utils/StringConstants.java 16 Variables should start with a lowercase character, 'CREATIONTIME' starts with uppercase character.
78545 src/com/itac/utils/StringConstants.java 16 fieldCommentRequirement Required
78546 src/com/itac/utils/StringConstants.java 17 The field name indicates a constant but its modifiers do not
78547 src/com/itac/utils/StringConstants.java 17 Variables should start with a lowercase character, 'FUELCONTENT' starts with uppercase character.
78548 src/com/itac/utils/StringConstants.java 17 fieldCommentRequirement Required
78549 src/com/itac/utils/StringConstants.java 18 The field name indicates a constant but its modifiers do not
78550 src/com/itac/utils/StringConstants.java 18 Variables should start with a lowercase character, 'TYPEID' starts with uppercase character.
78551 src/com/itac/utils/StringConstants.java 18 fieldCommentRequirement Required
78552 src/com/itac/utils/StringConstants.java 19 The field name indicates a constant but its modifiers do not
78553 src/com/itac/utils/StringConstants.java 19 Variables should start with a lowercase character, 'VOLT' starts with uppercase character.
78554 src/com/itac/utils/StringConstants.java 19 fieldCommentRequirement Required
78555 src/com/itac/utils/StringConstants.java 20 The field name indicates a constant but its modifiers do not
78556 src/com/itac/utils/StringConstants.java 20 Variables should start with a lowercase character, 'START' starts with uppercase character.
78557 src/com/itac/utils/StringConstants.java 20 fieldCommentRequirement Required
78558 src/com/itac/utils/StringConstants.java 21 The field name indicates a constant but its modifiers do not
78559 src/com/itac/utils/StringConstants.java 21 Variables should start with a lowercase character, 'END' starts with uppercase character.
78560 src/com/itac/utils/StringConstants.java 21 fieldCommentRequirement Required
78561 src/com/itac/utils/StringConstants.java 22 The field name indicates a constant but its modifiers do not
78562 src/com/itac/utils/StringConstants.java 22 Variables should start with a lowercase character, 'SPEEDVALUES' starts with uppercase character.
78563 src/com/itac/utils/StringConstants.java 22 fieldCommentRequirement Required
78564 src/com/itac/utils/StringConstants.java 23 The field name indicates a constant but its modifiers do not
78565 src/com/itac/utils/StringConstants.java 23 Variables should start with a lowercase character, 'TRIPNAME' starts with uppercase character.
78566 src/com/itac/utils/StringConstants.java 23 fieldCommentRequirement Required
78567 src/com/itac/utils/StringConstants.java 24 The field name indicates a constant but its modifiers do not
78568 src/com/itac/utils/StringConstants.java 24 Variables should start with a lowercase character, 'ALERTS' starts with uppercase character.
78569 src/com/itac/utils/StringConstants.java 24 fieldCommentRequirement Required
78570 src/com/itac/utils/StringConstants.java 25 The field name indicates a constant but its modifiers do not
78571 src/com/itac/utils/StringConstants.java 25 Variables should start with a lowercase character, 'VEHICLES' starts with uppercase character.
78572 src/com/itac/utils/StringConstants.java 25 fieldCommentRequirement Required
78573 src/com/itac/utils/StringConstants.java 26 The field name indicates a constant but its modifiers do not
78574 src/com/itac/utils/StringConstants.java 26 Variables should start with a lowercase character, 'CONTEXT' starts with uppercase character.
78575 src/com/itac/utils/StringConstants.java 26 fieldCommentRequirement Required
78576 src/com/itac/utils/StringConstants.java 27 The field name indicates a constant but its modifiers do not
78577 src/com/itac/utils/StringConstants.java 27 Variables should start with a lowercase character, 'CONTROL' starts with uppercase character.
78578 src/com/itac/utils/StringConstants.java 27 fieldCommentRequirement Required
78579 src/com/itac/utils/StringConstants.java 28 The field name indicates a constant but its modifiers do not
78580 src/com/itac/utils/StringConstants.java 28 Variables should start with a lowercase character, 'FROMTIME' starts with uppercase character.
78581 src/com/itac/utils/StringConstants.java 28 fieldCommentRequirement Required
78582 src/com/itac/utils/StringConstants.java 29 The field name indicates a constant but its modifiers do not
78583 src/com/itac/utils/StringConstants.java 29 Variables should start with a lowercase character, 'TOTIME' starts with uppercase character.
78584 src/com/itac/utils/StringConstants.java 29 fieldCommentRequirement Required
78585 src/com/itac/utils/StringConstants.java 30 The field name indicates a constant but its modifiers do not
78586 src/com/itac/utils/StringConstants.java 30 Variables should start with a lowercase character, 'ALERTID' starts with uppercase character.
78587 src/com/itac/utils/StringConstants.java 30 fieldCommentRequirement Required
78588 src/com/itac/utils/StringConstants.java 31 The field name indicates a constant but its modifiers do not
78589 src/com/itac/utils/StringConstants.java 31 Variables should start with a lowercase character, 'TRIPPARAMID' starts with uppercase character.
78590 src/com/itac/utils/StringConstants.java 31 fieldCommentRequirement Required
78591 src/com/itac/utils/StringConstants.java 32 The field name indicates a constant but its modifiers do not
78592 src/com/itac/utils/StringConstants.java 32 Variables should start with a lowercase character, 'TRIPID' starts with uppercase character.
78593 src/com/itac/utils/StringConstants.java 32 fieldCommentRequirement Required
78594 src/com/itac/utils/StringConstants.java 33 The field name indicates a constant but its modifiers do not
78595 src/com/itac/utils/StringConstants.java 33 Variables should start with a lowercase character, 'NONTRIPID' starts with uppercase character.
78596 src/com/itac/utils/StringConstants.java 33 fieldCommentRequirement Required
78597 src/com/itac/utils/StringConstants.java 34 The field name indicates a constant but its modifiers do not
78598 src/com/itac/utils/StringConstants.java 34 Variables should start with a lowercase character, 'FENCES' starts with uppercase character.
78599 src/com/itac/utils/StringConstants.java 34 fieldCommentRequirement Required
78600 src/com/itac/utils/StringConstants.java 35 The field name indicates a constant but its modifiers do not
78601 src/com/itac/utils/StringConstants.java 35 Variables should start with a lowercase character, 'CURRDATE' starts with uppercase character.
78602 src/com/itac/utils/StringConstants.java 35 fieldCommentRequirement Required
78603 src/com/itac/utils/StringConstants.java 36 The field name indicates a constant but its modifiers do not
78604 src/com/itac/utils/StringConstants.java 36 Variables should start with a lowercase character, 'FENCEID' starts with uppercase character.
78605 src/com/itac/utils/StringConstants.java 36 fieldCommentRequirement Required
78606 src/com/itac/utils/StringConstants.java 37 The field name indicates a constant but its modifiers do not
78607 src/com/itac/utils/StringConstants.java 37 Variables should start with a lowercase character, 'SESSION' starts with uppercase character.
78608 src/com/itac/utils/StringConstants.java 37 fieldCommentRequirement Required
78609 src/com/itac/utils/StringConstants.java 38 The field name indicates a constant but its modifiers do not
78610 src/com/itac/utils/StringConstants.java 38 Variables should start with a lowercase character, 'DATEVALUE' starts with uppercase character.
78611 src/com/itac/utils/StringConstants.java 38 fieldCommentRequirement Required
78612 src/com/itac/utils/StringConstants.java 40 The field name indicates a constant but its modifiers do not
78613 src/com/itac/utils/StringConstants.java 40 Variables should start with a lowercase character, 'TRPID' starts with uppercase character.
78614 src/com/itac/utils/StringConstants.java 40 fieldCommentRequirement Required
78615 src/com/itac/utils/StringConstants.java 42 The field name indicates a constant but its modifiers do not
78616 src/com/itac/utils/StringConstants.java 42 Variables should start with a lowercase character, 'DATA' starts with uppercase character.
78617 src/com/itac/utils/StringConstants.java 42 fieldCommentRequirement Required
78618 src/com/itac/utils/StringConstants.java 43 The field name indicates a constant but its modifiers do not
78619 src/com/itac/utils/StringConstants.java 43 Variables should start with a lowercase character, 'TYPE' starts with uppercase character.
78620 src/com/itac/utils/StringConstants.java 43 fieldCommentRequirement Required
78621 src/com/itac/utils/StringConstants.java 44 The field name indicates a constant but its modifiers do not
78622 src/com/itac/utils/StringConstants.java 44 Variables should start with a lowercase character, 'PARAMIDS' starts with uppercase character.
78623 src/com/itac/utils/StringConstants.java 44 fieldCommentRequirement Required
78624 src/com/itac/utils/StringConstants.java 45 The field name indicates a constant but its modifiers do not
78625 src/com/itac/utils/StringConstants.java 45 Variables should start with a lowercase character, 'SCREENNAME' starts with uppercase character.
78626 src/com/itac/utils/StringConstants.java 45 fieldCommentRequirement Required
78627 src/com/itac/utils/StringConstants.java 46 Avoid excessively long variable names like UPDATEDTRIPPARAMID
78628 src/com/itac/utils/StringConstants.java 46 The field name indicates a constant but its modifiers do not
78629 src/com/itac/utils/StringConstants.java 46 Variables should start with a lowercase character, 'UPDATEDTRIPPARAMID' starts with uppercase character.
78630 src/com/itac/utils/StringConstants.java 46 fieldCommentRequirement Required
78631 src/com/itac/utils/StringConstants.java 47 The field name indicates a constant but its modifiers do not
78632 src/com/itac/utils/StringConstants.java 47 Variables should start with a lowercase character, 'SCREEN' starts with uppercase character.
78633 src/com/itac/utils/StringConstants.java 47 fieldCommentRequirement Required
78634 src/com/itac/utils/StringConstants.java 50 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'HT_SCREENNAME' is not final.
78635 src/com/itac/utils/StringConstants.java 50 The field name indicates a constant but its modifiers do not
78636 src/com/itac/utils/StringConstants.java 50 Variables should start with a lowercase character, 'HT_SCREENNAME' starts with uppercase character.
78637 src/com/itac/utils/StringConstants.java 50 fieldCommentRequirement Required
78638 src/com/itac/utils/StringConstants.java 51 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'HT_CONTROL' is not final.
78639 src/com/itac/utils/StringConstants.java 51 The field name indicates a constant but its modifiers do not
78640 src/com/itac/utils/StringConstants.java 51 Variables should start with a lowercase character, 'HT_CONTROL' starts with uppercase character.
78641 src/com/itac/utils/StringConstants.java 51 fieldCommentRequirement Required
78642 src/com/itac/utils/StringConstants.java 53 The field name indicates a constant but its modifiers do not
78643 src/com/itac/utils/StringConstants.java 53 Variables should start with a lowercase character, 'STOPTYPE' starts with uppercase character.
78644 src/com/itac/utils/StringConstants.java 53 fieldCommentRequirement Required
78645 src/com/itac/utils/StringConstants.java 54 The field name indicates a constant but its modifiers do not
78646 src/com/itac/utils/StringConstants.java 54 Variables should start with a lowercase character, 'SESSIONVALUE' starts with uppercase character.
78647 src/com/itac/utils/StringConstants.java 54 fieldCommentRequirement Required
78648 src/com/itac/utils/StringConstants.java 55 The field name indicates a constant but its modifiers do not
78649 src/com/itac/utils/StringConstants.java 55 Variables should start with a lowercase character, 'FILTERTIME' starts with uppercase character.
78650 src/com/itac/utils/StringConstants.java 55 fieldCommentRequirement Required
78651 src/com/itac/utils/StringConstants.java 56 The field name indicates a constant but its modifiers do not
78652 src/com/itac/utils/StringConstants.java 56 Variables should start with a lowercase character, 'STARTHOUR' starts with uppercase character.
78653 src/com/itac/utils/StringConstants.java 56 fieldCommentRequirement Required
78654 src/com/itac/utils/StringConstants.java 57 The field name indicates a constant but its modifiers do not
78655 src/com/itac/utils/StringConstants.java 57 Variables should start with a lowercase character, 'ENDHOUR' starts with uppercase character.
78656 src/com/itac/utils/StringConstants.java 57 fieldCommentRequirement Required
78657 src/com/itac/utils/StringConstants.java 58 The field name indicates a constant but its modifiers do not
78658 src/com/itac/utils/StringConstants.java 58 Variables should start with a lowercase character, 'STARTTIME' starts with uppercase character.
78659 src/com/itac/utils/StringConstants.java 58 fieldCommentRequirement Required
78660 src/com/itac/utils/StringConstants.java 59 The field name indicates a constant but its modifiers do not
78661 src/com/itac/utils/StringConstants.java 59 Variables should start with a lowercase character, 'ENDTIME' starts with uppercase character.
78662 src/com/itac/utils/StringConstants.java 59 fieldCommentRequirement Required
78663 src/com/itac/utils/StringConstants.java 61 The field name indicates a constant but its modifiers do not
78664 src/com/itac/utils/StringConstants.java 61 Variables should start with a lowercase character, 'RFIDNO' starts with uppercase character.
78665 src/com/itac/utils/StringConstants.java 61 fieldCommentRequirement Required
78666 src/com/itac/utils/StringConstants.java 62 The field name indicates a constant but its modifiers do not
78667 src/com/itac/utils/StringConstants.java 62 Variables should start with a lowercase character, 'FENCETYPE' starts with uppercase character.
78668 src/com/itac/utils/StringConstants.java 62 fieldCommentRequirement Required
78669 src/com/itac/utils/StringConstants.java 63 The field name indicates a constant but its modifiers do not
78670 src/com/itac/utils/StringConstants.java 63 Variables should start with a lowercase character, 'STARTPARAM' starts with uppercase character.
78671 src/com/itac/utils/StringConstants.java 63 fieldCommentRequirement Required
78672 src/com/itac/utils/StringConstants.java 64 The field name indicates a constant but its modifiers do not
78673 src/com/itac/utils/StringConstants.java 64 Variables should start with a lowercase character, 'ENDPARAM' starts with uppercase character.
78674 src/com/itac/utils/StringConstants.java 64 fieldCommentRequirement Required
78675 src/com/itac/utils/StringConstants.java 65 The field name indicates a constant but its modifiers do not
78676 src/com/itac/utils/StringConstants.java 65 Variables should start with a lowercase character, 'DATETIME' starts with uppercase character.
78677 src/com/itac/utils/StringConstants.java 65 fieldCommentRequirement Required
78678 src/com/itac/utils/StringConstants.java 67 The field name indicates a constant but its modifiers do not
78679 src/com/itac/utils/StringConstants.java 67 Variables should start with a lowercase character, 'GETTRIP' starts with uppercase character.
78680 src/com/itac/utils/StringConstants.java 67 fieldCommentRequirement Required
78681 src/com/itac/utils/StringConstants.java 68 The field name indicates a constant but its modifiers do not
78682 src/com/itac/utils/StringConstants.java 68 Variables should start with a lowercase character, 'GETGROUP' starts with uppercase character.
78683 src/com/itac/utils/StringConstants.java 68 fieldCommentRequirement Required
78684 src/com/itac/utils/StringConstants.java 69 The field name indicates a constant but its modifiers do not
78685 src/com/itac/utils/StringConstants.java 69 Variables should start with a lowercase character, 'GETGEOFENCES' starts with uppercase character.
78686 src/com/itac/utils/StringConstants.java 69 fieldCommentRequirement Required
78687 src/com/itac/utils/StringConstants.java 71 The field name indicates a constant but its modifiers do not
78688 src/com/itac/utils/StringConstants.java 71 Variables should start with a lowercase character, 'GEOFENCEID' starts with uppercase character.
78689 src/com/itac/utils/StringConstants.java 71 fieldCommentRequirement Required
78690 src/com/itac/utils/StringConstants.java 72 The field name indicates a constant but its modifiers do not
78691 src/com/itac/utils/StringConstants.java 72 Variables should start with a lowercase character, 'TIME' starts with uppercase character.
78692 src/com/itac/utils/StringConstants.java 72 fieldCommentRequirement Required
78693 src/com/itac/utils/StringConstants.java 74 The field name indicates a constant but its modifiers do not
78694 src/com/itac/utils/StringConstants.java 74 Variables should start with a lowercase character, 'STOPAM' starts with uppercase character.
78695 src/com/itac/utils/StringConstants.java 74 fieldCommentRequirement Required
78696 src/com/itac/utils/StringConstants.java 75 Avoid variables with short names like ID
78697 src/com/itac/utils/StringConstants.java 75 The field name indicates a constant but its modifiers do not
78698 src/com/itac/utils/StringConstants.java 75 Variables should start with a lowercase character, 'ID' starts with uppercase character.
78699 src/com/itac/utils/StringConstants.java 75 fieldCommentRequirement Required
78700 src/com/itac/utils/StringConstants.java 76 The field name indicates a constant but its modifiers do not
78701 src/com/itac/utils/StringConstants.java 76 Variables should start with a lowercase character, 'SEQFENCEAM' starts with uppercase character.
78702 src/com/itac/utils/StringConstants.java 76 fieldCommentRequirement Required
78703 src/com/itac/utils/StringConstants.java 77 The field name indicates a constant but its modifiers do not
78704 src/com/itac/utils/StringConstants.java 77 Variables should start with a lowercase character, 'ISVALID' starts with uppercase character.
78705 src/com/itac/utils/StringConstants.java 77 fieldCommentRequirement Required
78706 src/com/itac/utils/StringConstants.java 78 fieldCommentRequirement Required
78707 src/com/itac/utils/StringConstants.java 80 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'SEQ_FENCE_AM' is not final.
78708 src/com/itac/utils/StringConstants.java 80 The field name indicates a constant but its modifiers do not
78709 src/com/itac/utils/StringConstants.java 80 Variables should start with a lowercase character, 'SEQ_FENCE_AM' starts with uppercase character.
78710 src/com/itac/utils/StringConstants.java 80 fieldCommentRequirement Required
78711 src/com/itac/utils/StringConstants.java 82 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'IS_VALID' is not final.
78712 src/com/itac/utils/StringConstants.java 82 The field name indicates a constant but its modifiers do not
78713 src/com/itac/utils/StringConstants.java 82 Variables should start with a lowercase character, 'IS_VALID' starts with uppercase character.
78714 src/com/itac/utils/StringConstants.java 82 fieldCommentRequirement Required
78715 src/com/itac/utils/StringConstants.java 83 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'VEHICLE_GROUP_ID' is not final.
78716 src/com/itac/utils/StringConstants.java 83 The field name indicates a constant but its modifiers do not
78717 src/com/itac/utils/StringConstants.java 83 Variables should start with a lowercase character, 'VEHICLE_GROUP_ID' starts with uppercase character.
78718 src/com/itac/utils/StringConstants.java 83 fieldCommentRequirement Required
78719 src/com/itac/utils/StringConstants.java 85 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ORG_NAME' is not final.
78720 src/com/itac/utils/StringConstants.java 85 The field name indicates a constant but its modifiers do not
78721 src/com/itac/utils/StringConstants.java 85 Variables should start with a lowercase character, 'ORG_NAME' starts with uppercase character.
78722 src/com/itac/utils/StringConstants.java 85 fieldCommentRequirement Required
78723 src/com/itac/utils/StringConstants.java 86 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TRIP_NAME' is not final.
78724 src/com/itac/utils/StringConstants.java 86 The field name indicates a constant but its modifiers do not
78725 src/com/itac/utils/StringConstants.java 86 Variables should start with a lowercase character, 'TRIP_NAME' starts with uppercase character.
78726 src/com/itac/utils/StringConstants.java 86 fieldCommentRequirement Required
78727 src/com/itac/utils/StringConstants.java 87 The field name indicates a constant but its modifiers do not
78728 src/com/itac/utils/StringConstants.java 87 Variables should start with a lowercase character, 'DATE' starts with uppercase character.
78729 src/com/itac/utils/StringConstants.java 87 fieldCommentRequirement Required
78730 src/com/itac/utils/StringConstants.java 88 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'DELIVERED_STATUS1' is not final.
78731 src/com/itac/utils/StringConstants.java 88 The field name indicates a constant but its modifiers do not
78732 src/com/itac/utils/StringConstants.java 88 Variables should start with a lowercase character, 'DELIVERED_STATUS1' starts with uppercase character.
78733 src/com/itac/utils/StringConstants.java 88 fieldCommentRequirement Required
78734 src/com/itac/utils/StringConstants.java 89 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'DELIVERED_STATUS2' is not final.
78735 src/com/itac/utils/StringConstants.java 89 The field name indicates a constant but its modifiers do not
78736 src/com/itac/utils/StringConstants.java 89 Variables should start with a lowercase character, 'DELIVERED_STATUS2' starts with uppercase character.
78737 src/com/itac/utils/StringConstants.java 89 fieldCommentRequirement Required
78738 src/com/itac/utils/StringConstants.java 91 The field name indicates a constant but its modifiers do not
78739 src/com/itac/utils/StringConstants.java 91 Variables should start with a lowercase character, 'TRIPPARAMMAX' starts with uppercase character.
78740 src/com/itac/utils/StringConstants.java 91 fieldCommentRequirement Required
78741 src/com/itac/utils/StringConstants.java 92 The field name indicates a constant but its modifiers do not
78742 src/com/itac/utils/StringConstants.java 92 Variables should start with a lowercase character, 'TRIPPARAMMIN' starts with uppercase character.
78743 src/com/itac/utils/StringConstants.java 92 fieldCommentRequirement Required
78744 src/com/itac/utils/StringConstants.java 93 The field name indicates a constant but its modifiers do not
78745 src/com/itac/utils/StringConstants.java 93 Variables should start with a lowercase character, 'FUELUSAGE' starts with uppercase character.
78746 src/com/itac/utils/StringConstants.java 93 fieldCommentRequirement Required
78747 src/com/itac/utils/StringConstants.java 95 The field name indicates a constant but its modifiers do not
78748 src/com/itac/utils/StringConstants.java 95 Variables should start with a lowercase character, 'LOCATION' starts with uppercase character.
78749 src/com/itac/utils/StringConstants.java 95 fieldCommentRequirement Required
78750 src/com/itac/utils/StringConstants.java 96 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'VEHICLE_STATUS1' is not final.
78751 src/com/itac/utils/StringConstants.java 96 The field name indicates a constant but its modifiers do not
78752 src/com/itac/utils/StringConstants.java 96 Variables should start with a lowercase character, 'VEHICLE_STATUS1' starts with uppercase character.
78753 src/com/itac/utils/StringConstants.java 96 fieldCommentRequirement Required
78754 src/com/itac/utils/StringConstants.java 97 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'VEHICLE_STATUS2' is not final.
78755 src/com/itac/utils/StringConstants.java 97 The field name indicates a constant but its modifiers do not
78756 src/com/itac/utils/StringConstants.java 97 Variables should start with a lowercase character, 'VEHICLE_STATUS2' starts with uppercase character.
78757 src/com/itac/utils/StringConstants.java 97 fieldCommentRequirement Required
78758 src/com/itac/utils/StringConstants.java 99 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ONLINE_STATUS' is not final.
78759 src/com/itac/utils/StringConstants.java 99 The field name indicates a constant but its modifiers do not
78760 src/com/itac/utils/StringConstants.java 99 Variables should start with a lowercase character, 'ONLINE_STATUS' starts with uppercase character.
78761 src/com/itac/utils/StringConstants.java 99 fieldCommentRequirement Required
78762 src/com/itac/utils/StringConstants.java 100 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'OFFLINE_STATUS' is not final.
78763 src/com/itac/utils/StringConstants.java 100 The field name indicates a constant but its modifiers do not
78764 src/com/itac/utils/StringConstants.java 100 Variables should start with a lowercase character, 'OFFLINE_STATUS' starts with uppercase character.
78765 src/com/itac/utils/StringConstants.java 100 fieldCommentRequirement Required
78766 src/com/itac/utils/StringConstants.java 103 The field name indicates a constant but its modifiers do not
78767 src/com/itac/utils/StringConstants.java 103 Variables should start with a lowercase character, 'FENCEIDS' starts with uppercase character.
78768 src/com/itac/utils/StringConstants.java 103 fieldCommentRequirement Required
78769 src/com/itac/utils/StringConstants.java 104 The field name indicates a constant but its modifiers do not
78770 src/com/itac/utils/StringConstants.java 104 Variables should start with a lowercase character, 'ENDFENCEID' starts with uppercase character.
78771 src/com/itac/utils/StringConstants.java 104 fieldCommentRequirement Required
78772 src/com/itac/utils/StringConstants.java 105 The field name indicates a constant but its modifiers do not
78773 src/com/itac/utils/StringConstants.java 105 Variables should start with a lowercase character, 'USERID' starts with uppercase character.
78774 src/com/itac/utils/StringConstants.java 105 fieldCommentRequirement Required
78775 src/com/itac/utils/geoCoder.java 12 Avoid unused imports such as 'javax.servlet.ServletContextEvent'
78776 src/com/itac/utils/geoCoder.java 33 Class names should begin with an uppercase character
78777 src/com/itac/utils/geoCoder.java 33 headerCommentRequirement Required
78778 src/com/itac/utils/geoCoder.java 35 Avoid excessively long variable names like GEOCODE_REQUEST_URL
78779 src/com/itac/utils/geoCoder.java 35 fieldCommentRequirement Required
78780 src/com/itac/utils/geoCoder.java 36 fieldCommentRequirement Required
78781 src/com/itac/utils/geoCoder.java 37 Avoid excessively long variable names like GEOCODE_REQUEST_BULK_URL
78782 src/com/itac/utils/geoCoder.java 37 Avoid unused private fields such as 'GEOCODE_REQUEST_BULK_URL'.
78783 src/com/itac/utils/geoCoder.java 37 fieldCommentRequirement Required
78784 src/com/itac/utils/geoCoder.java 38 Avoid excessively long variable names like GEOCODE_REQUEST_DISTANCE_URL
78785 src/com/itac/utils/geoCoder.java 38 Avoid unused private fields such as 'GEOCODE_REQUEST_DISTANCE_URL'.
78786 src/com/itac/utils/geoCoder.java 38 fieldCommentRequirement Required
78787 src/com/itac/utils/geoCoder.java 39 fieldCommentRequirement Required
78788 src/com/itac/utils/geoCoder.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
78789 src/com/itac/utils/geoCoder.java 40 Use explicit scoping instead of the default package private level
78790 src/com/itac/utils/geoCoder.java 40 fieldCommentRequirement Required
78791 src/com/itac/utils/geoCoder.java 41 The Logger variable declaration does not contain the static and final modifiers
78792 src/com/itac/utils/geoCoder.java 41 Use explicit scoping instead of the default package private level
78793 src/com/itac/utils/geoCoder.java 41 fieldCommentRequirement Required
78794 src/com/itac/utils/geoCoder.java 42 Avoid using redundant field initializer for 'counter'
78795 src/com/itac/utils/geoCoder.java 42 Use explicit scoping instead of the default package private level
78796 src/com/itac/utils/geoCoder.java 42 fieldCommentRequirement Required
78797 src/com/itac/utils/geoCoder.java 43 Avoid using redundant field initializer for 'locCounter'
78798 src/com/itac/utils/geoCoder.java 43 Use explicit scoping instead of the default package private level
78799 src/com/itac/utils/geoCoder.java 43 fieldCommentRequirement Required
78800 src/com/itac/utils/geoCoder.java 44 Use explicit scoping instead of the default package private level
78801 src/com/itac/utils/geoCoder.java 44 Variables should start with a lowercase character, 'Result' starts with uppercase character.
78802 src/com/itac/utils/geoCoder.java 44 fieldCommentRequirement Required
78803 src/com/itac/utils/geoCoder.java 45 Parameter 'isbck' is not assigned and could be declared final
78804 src/com/itac/utils/geoCoder.java 45 Parameter 'lat' is not assigned and could be declared final
78805 src/com/itac/utils/geoCoder.java 45 Parameter 'lon' is not assigned and could be declared final
78806 src/com/itac/utils/geoCoder.java 45 publicMethodCommentRequirement Required
78807 src/com/itac/utils/geoCoder.java 48 Local variable 'instance' could be declared final
78808 src/com/itac/utils/geoCoder.java 50 Found 'DU'-anomaly for variable 'ipAddress' (lines '50'-'111').
78809 src/com/itac/utils/geoCoder.java 50 Local variable 'ipAddress' could be declared final
78810 src/com/itac/utils/geoCoder.java 51 Found 'DU'-anomaly for variable 'port' (lines '51'-'111').
78811 src/com/itac/utils/geoCoder.java 51 Local variable 'port' could be declared final
78812 src/com/itac/utils/geoCoder.java 54 Avoid if (x != y) ..; else ..;
78813 src/com/itac/utils/geoCoder.java 57 Potential violation of Law of Demeter (object not created locally)
78814 src/com/itac/utils/geoCoder.java 63 Potential violation of Law of Demeter (object not created locally)
78815 src/com/itac/utils/geoCoder.java 64 Potential violation of Law of Demeter (object not created locally)
78816 src/com/itac/utils/geoCoder.java 69 Position literals first in String comparisons
78817 src/com/itac/utils/geoCoder.java 69 Potential violation of Law of Demeter (object not created locally)
78818 src/com/itac/utils/geoCoder.java 70 Local variable 'host' could be declared final
78819 src/com/itac/utils/geoCoder.java 71 Potential violation of Law of Demeter (object not created locally)
78820 src/com/itac/utils/geoCoder.java 75 Local variable 'reader' could be declared final
78821 src/com/itac/utils/geoCoder.java 75 Potential violation of Law of Demeter (object not created locally)
78822 src/com/itac/utils/geoCoder.java 75 Potential violation of Law of Demeter (object not created locally)
78823 src/com/itac/utils/geoCoder.java 77 Found 'DD'-anomaly for variable 'data' (lines '77'-'80').
78824 src/com/itac/utils/geoCoder.java 77 Potential violation of Law of Demeter (object not created locally)
78825 src/com/itac/utils/geoCoder.java 78 Local variable 'buffer' could be declared final
78826 src/com/itac/utils/geoCoder.java 79 Local variable 'writer' could be declared final
78827 src/com/itac/utils/geoCoder.java 80 Avoid assignments in operands
78828 src/com/itac/utils/geoCoder.java 80 Found 'DU'-anomaly for variable 'data' (lines '80'-'111').
78829 src/com/itac/utils/geoCoder.java 80 Potential violation of Law of Demeter (object not created locally)
78830 src/com/itac/utils/geoCoder.java 81 Potential violation of Law of Demeter (object not created locally)
78831 src/com/itac/utils/geoCoder.java 84 Avoid declaring a variable if it is unreferenced before a possible exit point.
78832 src/com/itac/utils/geoCoder.java 84 Avoid unused local variables such as 'result'.
78833 src/com/itac/utils/geoCoder.java 84 Found 'DU'-anomaly for variable 'result' (lines '84'-'111').
78834 src/com/itac/utils/geoCoder.java 84 Local variable 'result' could be declared final
78835 src/com/itac/utils/geoCoder.java 84 Potential violation of Law of Demeter (object not created locally)
78836 src/com/itac/utils/geoCoder.java 86 Local variable 'dbf' could be declared final
78837 src/com/itac/utils/geoCoder.java 87 Avoid variables with short names like db
78838 src/com/itac/utils/geoCoder.java 87 Local variable 'db' could be declared final
78839 src/com/itac/utils/geoCoder.java 87 Potential violation of Law of Demeter (object not created locally)
78840 src/com/itac/utils/geoCoder.java 88 Avoid variables with short names like is
78841 src/com/itac/utils/geoCoder.java 88 Local variable 'is' could be declared final
78842 src/com/itac/utils/geoCoder.java 89 Potential violation of Law of Demeter (method chain calls)
78843 src/com/itac/utils/geoCoder.java 89 Potential violation of Law of Demeter (object not created locally)
78844 src/com/itac/utils/geoCoder.java 90 Local variable 'doc' could be declared final
78845 src/com/itac/utils/geoCoder.java 90 Potential violation of Law of Demeter (object not created locally)
78846 src/com/itac/utils/geoCoder.java 92 Found 'DD'-anomaly for variable 'xpath' (lines '92'-'95').
78847 src/com/itac/utils/geoCoder.java 94 Avoid using if statements without curly braces
78848 src/com/itac/utils/geoCoder.java 97 Local variable 'strAddress' could be declared final
78849 src/com/itac/utils/geoCoder.java 98 Avoid using if statements without curly braces
78850 src/com/itac/utils/geoCoder.java 98 Position literals first in String comparisons
78851 src/com/itac/utils/geoCoder.java 98 Potential violation of Law of Demeter (object not created locally)
78852 src/com/itac/utils/geoCoder.java 99 A method should have only one exit point, and that should be the last statement in the method
78853 src/com/itac/utils/geoCoder.java 101 A method should have only one exit point, and that should be the last statement in the method
78854 src/com/itac/utils/geoCoder.java 104 Potential violation of Law of Demeter (object not created locally)
78855 src/com/itac/utils/geoCoder.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78856 src/com/itac/utils/geoCoder.java 107 Avoid printStackTrace(); use a logger call instead.
78857 src/com/itac/utils/geoCoder.java 107 Potential violation of Law of Demeter (object not created locally)
78858 src/com/itac/utils/geoCoder.java 114 Parameter 'doc' is not assigned and could be declared final
78859 src/com/itac/utils/geoCoder.java 114 Parameter 'isFirst' is not assigned and could be declared final
78860 src/com/itac/utils/geoCoder.java 114 Parameter 'strXpath' is not assigned and could be declared final
78861 src/com/itac/utils/geoCoder.java 115 Local variable 'xPath' could be declared final
78862 src/com/itac/utils/geoCoder.java 115 Potential violation of Law of Demeter (method chain calls)
78863 src/com/itac/utils/geoCoder.java 116 Local variable 'expr' could be declared final
78864 src/com/itac/utils/geoCoder.java 116 Potential violation of Law of Demeter (object not created locally)
78865 src/com/itac/utils/geoCoder.java 117 Found 'DD'-anomaly for variable 'resultData' (lines '117'-'124').
78866 src/com/itac/utils/geoCoder.java 117 Found 'DD'-anomaly for variable 'resultData' (lines '117'-'128').
78867 src/com/itac/utils/geoCoder.java 118 Local variable 'result4' could be declared final
78868 src/com/itac/utils/geoCoder.java 118 Potential violation of Law of Demeter (object not created locally)
78869 src/com/itac/utils/geoCoder.java 119 Local variable 'nodes' could be declared final
78870 src/com/itac/utils/geoCoder.java 120 Avoid using Literals in Conditional Statements
78871 src/com/itac/utils/geoCoder.java 120 Potential violation of Law of Demeter (object not created locally)
78872 src/com/itac/utils/geoCoder.java 124 Avoid using if...else statements without curly braces
78873 src/com/itac/utils/geoCoder.java 124 Potential violation of Law of Demeter (method chain calls)
78874 src/com/itac/utils/geoCoder.java 124 Potential violation of Law of Demeter (method chain calls)
78875 src/com/itac/utils/geoCoder.java 124 Potential violation of Law of Demeter (object not created locally)
78876 src/com/itac/utils/geoCoder.java 124 Potential violation of Law of Demeter (object not created locally)
78877 src/com/itac/utils/geoCoder.java 127 Potential violation of Law of Demeter (object not created locally)
78878 src/com/itac/utils/geoCoder.java 128 Found 'DD'-anomaly for variable 'resultData' (lines '128'-'128').
78879 src/com/itac/utils/geoCoder.java 128 Potential violation of Law of Demeter (method chain calls)
78880 src/com/itac/utils/geoCoder.java 128 Potential violation of Law of Demeter (object not created locally)
78881 src/com/itac/vo/AlertCountVO.java 3 headerCommentRequirement Required
78882 src/com/itac/vo/AlertCountVO.java 5 fieldCommentRequirement Required
78883 src/com/itac/vo/AlertCountVO.java 6 fieldCommentRequirement Required
78884 src/com/itac/vo/AlertCountVO.java 7 fieldCommentRequirement Required
78885 src/com/itac/vo/AlertCountVO.java 9 publicMethodCommentRequirement Required
78886 src/com/itac/vo/AlertCountVO.java 12 Parameter 'eventCode' is not assigned and could be declared final
78887 src/com/itac/vo/AlertCountVO.java 12 publicMethodCommentRequirement Required
78888 src/com/itac/vo/AlertCountVO.java 15 publicMethodCommentRequirement Required
78889 src/com/itac/vo/AlertCountVO.java 18 Parameter 'description' is not assigned and could be declared final
78890 src/com/itac/vo/AlertCountVO.java 18 publicMethodCommentRequirement Required
78891 src/com/itac/vo/AlertCountVO.java 21 publicMethodCommentRequirement Required
78892 src/com/itac/vo/AlertCountVO.java 24 Parameter 'countAlert' is not assigned and could be declared final
78893 src/com/itac/vo/AlertCountVO.java 24 publicMethodCommentRequirement Required
78894 src/com/itac/vo/AlertInfoVO.java 5 headerCommentRequirement Required
78895 src/com/itac/vo/AlertInfoVO.java 6 fieldCommentRequirement Required
78896 src/com/itac/vo/AlertInfoVO.java 7 fieldCommentRequirement Required
78897 src/com/itac/vo/AlertInfoVO.java 8 fieldCommentRequirement Required
78898 src/com/itac/vo/AlertInfoVO.java 9 fieldCommentRequirement Required
78899 src/com/itac/vo/AlertInfoVO.java 10 fieldCommentRequirement Required
78900 src/com/itac/vo/AlertInfoVO.java 11 fieldCommentRequirement Required
78901 src/com/itac/vo/AlertInfoVO.java 12 fieldCommentRequirement Required
78902 src/com/itac/vo/AlertInfoVO.java 13 fieldCommentRequirement Required
78903 src/com/itac/vo/AlertInfoVO.java 14 fieldCommentRequirement Required
78904 src/com/itac/vo/AlertInfoVO.java 15 Document empty constructor
78905 src/com/itac/vo/AlertInfoVO.java 15 publicMethodCommentRequirement Required
78906 src/com/itac/vo/AlertInfoVO.java 18 Parameter 'fuel' is not assigned and could be declared final
78907 src/com/itac/vo/AlertInfoVO.java 18 Parameter 'speed' is not assigned and could be declared final
78908 src/com/itac/vo/AlertInfoVO.java 18 publicMethodCommentRequirement Required
78909 src/com/itac/vo/AlertInfoVO.java 23 Parameter 'fuel' is not assigned and could be declared final
78910 src/com/itac/vo/AlertInfoVO.java 23 Parameter 'lattitude' is not assigned and could be declared final
78911 src/com/itac/vo/AlertInfoVO.java 23 Parameter 'speed' is not assigned and could be declared final
78912 src/com/itac/vo/AlertInfoVO.java 23 publicMethodCommentRequirement Required
78913 src/com/itac/vo/AlertInfoVO.java 24 Parameter 'longitude' is not assigned and could be declared final
78914 src/com/itac/vo/AlertInfoVO.java 31 publicMethodCommentRequirement Required
78915 src/com/itac/vo/AlertInfoVO.java 34 Parameter 'alertId' is not assigned and could be declared final
78916 src/com/itac/vo/AlertInfoVO.java 34 publicMethodCommentRequirement Required
78917 src/com/itac/vo/AlertInfoVO.java 37 publicMethodCommentRequirement Required
78918 src/com/itac/vo/AlertInfoVO.java 40 Parameter 'fuel' is not assigned and could be declared final
78919 src/com/itac/vo/AlertInfoVO.java 40 publicMethodCommentRequirement Required
78920 src/com/itac/vo/AlertInfoVO.java 43 publicMethodCommentRequirement Required
78921 src/com/itac/vo/AlertInfoVO.java 46 Parameter 'speed' is not assigned and could be declared final
78922 src/com/itac/vo/AlertInfoVO.java 46 publicMethodCommentRequirement Required
78923 src/com/itac/vo/AlertInfoVO.java 49 publicMethodCommentRequirement Required
78924 src/com/itac/vo/AlertInfoVO.java 52 Parameter 'lattitude' is not assigned and could be declared final
78925 src/com/itac/vo/AlertInfoVO.java 52 publicMethodCommentRequirement Required
78926 src/com/itac/vo/AlertInfoVO.java 55 publicMethodCommentRequirement Required
78927 src/com/itac/vo/AlertInfoVO.java 58 Parameter 'longitude' is not assigned and could be declared final
78928 src/com/itac/vo/AlertInfoVO.java 58 publicMethodCommentRequirement Required
78929 src/com/itac/vo/AlertInfoVO.java 61 publicMethodCommentRequirement Required
78930 src/com/itac/vo/AlertInfoVO.java 64 Parameter 'vehicleName' is not assigned and could be declared final
78931 src/com/itac/vo/AlertInfoVO.java 64 publicMethodCommentRequirement Required
78932 src/com/itac/vo/AlertInfoVO.java 67 publicMethodCommentRequirement Required
78933 src/com/itac/vo/AlertInfoVO.java 70 Parameter 'landmark' is not assigned and could be declared final
78934 src/com/itac/vo/AlertInfoVO.java 70 publicMethodCommentRequirement Required
78935 src/com/itac/vo/AlertInfoVO.java 73 publicMethodCommentRequirement Required
78936 src/com/itac/vo/AlertInfoVO.java 76 Parameter 'creationTime' is not assigned and could be declared final
78937 src/com/itac/vo/AlertInfoVO.java 76 publicMethodCommentRequirement Required
78938 src/com/itac/vo/AlertInfoVO.java 79 publicMethodCommentRequirement Required
78939 src/com/itac/vo/AlertInfoVO.java 82 Parameter 'deviceName' is not assigned and could be declared final
78940 src/com/itac/vo/AlertInfoVO.java 82 publicMethodCommentRequirement Required
78941 src/com/itac/vo/AlertVO.java 3 headerCommentRequirement Required
78942 src/com/itac/vo/AlertVO.java 4 fieldCommentRequirement Required
78943 src/com/itac/vo/AlertVO.java 5 fieldCommentRequirement Required
78944 src/com/itac/vo/AlertVO.java 6 Parameter 'alertid' is not assigned and could be declared final
78945 src/com/itac/vo/AlertVO.java 6 Parameter 'vehicleAlert' is not assigned and could be declared final
78946 src/com/itac/vo/AlertVO.java 6 The user-supplied array 'vehicleAlert' is stored directly.
78947 src/com/itac/vo/AlertVO.java 6 publicMethodCommentRequirement Required
78948 src/com/itac/vo/AlertVO.java 11 publicMethodCommentRequirement Required
78949 src/com/itac/vo/AlertVO.java 14 Parameter 'alertid' is not assigned and could be declared final
78950 src/com/itac/vo/AlertVO.java 14 publicMethodCommentRequirement Required
78951 src/com/itac/vo/AlertVO.java 17 publicMethodCommentRequirement Required
78952 src/com/itac/vo/AlertVO.java 18 Returning 'vehicleAlert' may expose an internal array.
78953 src/com/itac/vo/AlertVO.java 20 Parameter 'vehicleAlert' is not assigned and could be declared final
78954 src/com/itac/vo/AlertVO.java 20 The user-supplied array 'vehicleAlert' is stored directly.
78955 src/com/itac/vo/AlertVO.java 20 publicMethodCommentRequirement Required
78956 src/com/itac/vo/AlertValues.java 3 headerCommentRequirement Required
78957 src/com/itac/vo/AlertValues.java 4 fieldCommentRequirement Required
78958 src/com/itac/vo/AlertValues.java 5 fieldCommentRequirement Required
78959 src/com/itac/vo/AlertValues.java 7 publicMethodCommentRequirement Required
78960 src/com/itac/vo/AlertValues.java 11 Parameter 'vehicleName' is not assigned and could be declared final
78961 src/com/itac/vo/AlertValues.java 11 publicMethodCommentRequirement Required
78962 src/com/itac/vo/AlertValues.java 14 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
78963 src/com/itac/vo/AlertValues.java 14 fieldCommentRequirement Required
78964 src/com/itac/vo/AlertValues.java 15 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
78965 src/com/itac/vo/AlertValues.java 15 fieldCommentRequirement Required
78966 src/com/itac/vo/AlertValues.java 16 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
78967 src/com/itac/vo/AlertValues.java 16 fieldCommentRequirement Required
78968 src/com/itac/vo/AlertValues.java 17 Document empty constructor
78969 src/com/itac/vo/AlertValues.java 17 publicMethodCommentRequirement Required
78970 src/com/itac/vo/AlertValues.java 20 Parameter 'fuelLost' is not assigned and could be declared final
78971 src/com/itac/vo/AlertValues.java 20 Parameter 'noOfOccurence' is not assigned and could be declared final
78972 src/com/itac/vo/AlertValues.java 20 Parameter 'vehicle' is not assigned and could be declared final
78973 src/com/itac/vo/AlertValues.java 20 publicMethodCommentRequirement Required
78974 src/com/itac/vo/AlertValues.java 21 Parameter 'tripAlertValues' is not assigned and could be declared final
78975 src/com/itac/vo/AlertValues.java 21 Parameter 'vehicleName' is not assigned and could be declared final
78976 src/com/itac/vo/AlertValues.java 21 The user-supplied array 'tripAlertValues' is stored directly.
78977 src/com/itac/vo/AlertValues.java 29 Parameter 'fuelLost' is not assigned and could be declared final
78978 src/com/itac/vo/AlertValues.java 29 Parameter 'noOfOccurence' is not assigned and could be declared final
78979 src/com/itac/vo/AlertValues.java 29 Parameter 'vehicle' is not assigned and could be declared final
78980 src/com/itac/vo/AlertValues.java 29 publicMethodCommentRequirement Required
78981 src/com/itac/vo/AlertValues.java 30 Parameter 'tripAlertValues' is not assigned and could be declared final
78982 src/com/itac/vo/AlertValues.java 30 The user-supplied array 'tripAlertValues' is stored directly.
78983 src/com/itac/vo/AlertValues.java 37 Parameter 'fuelLost' is not assigned and could be declared final
78984 src/com/itac/vo/AlertValues.java 37 Parameter 'vehicleId' is not assigned and could be declared final
78985 src/com/itac/vo/AlertValues.java 37 publicMethodCommentRequirement Required
78986 src/com/itac/vo/AlertValues.java 38 Parameter 'tripAlertValues' is not assigned and could be declared final
78987 src/com/itac/vo/AlertValues.java 38 The user-supplied array 'tripAlertValues' is stored directly.
78988 src/com/itac/vo/AlertValues.java 44 publicMethodCommentRequirement Required
78989 src/com/itac/vo/AlertValues.java 47 Parameter 'vehicleId' is not assigned and could be declared final
78990 src/com/itac/vo/AlertValues.java 47 publicMethodCommentRequirement Required
78991 src/com/itac/vo/AlertValues.java 50 publicMethodCommentRequirement Required
78992 src/com/itac/vo/AlertValues.java 53 Parameter 'fuelLost' is not assigned and could be declared final
78993 src/com/itac/vo/AlertValues.java 53 publicMethodCommentRequirement Required
78994 src/com/itac/vo/AlertValues.java 56 publicMethodCommentRequirement Required
78995 src/com/itac/vo/AlertValues.java 57 Returning 'tripAlertValues' may expose an internal array.
78996 src/com/itac/vo/AlertValues.java 59 Parameter 'tripAlertValues' is not assigned and could be declared final
78997 src/com/itac/vo/AlertValues.java 59 The user-supplied array 'tripAlertValues' is stored directly.
78998 src/com/itac/vo/AlertValues.java 59 publicMethodCommentRequirement Required
78999 src/com/itac/vo/AlertValues.java 62 publicMethodCommentRequirement Required
79000 src/com/itac/vo/AlertValues.java 66 Parameter 'noOfOccurence' is not assigned and could be declared final
79001 src/com/itac/vo/AlertValues.java 66 publicMethodCommentRequirement Required
79002 src/com/itac/vo/Alerts.java 3 headerCommentRequirement Required
79003 src/com/itac/vo/Alerts.java 4 fieldCommentRequirement Required
79004 src/com/itac/vo/Alerts.java 5 fieldCommentRequirement Required
79005 src/com/itac/vo/Alerts.java 6 fieldCommentRequirement Required
79006 src/com/itac/vo/Alerts.java 7 fieldCommentRequirement Required
79007 src/com/itac/vo/Alerts.java 8 Document empty constructor
79008 src/com/itac/vo/Alerts.java 8 publicMethodCommentRequirement Required
79009 src/com/itac/vo/Alerts.java 11 Parameter 'alertId' is not assigned and could be declared final
79010 src/com/itac/vo/Alerts.java 11 Parameter 'description' is not assigned and could be declared final
79011 src/com/itac/vo/Alerts.java 11 Parameter 'fuelContent' is not assigned and could be declared final
79012 src/com/itac/vo/Alerts.java 11 Parameter 'speed' is not assigned and could be declared final
79013 src/com/itac/vo/Alerts.java 11 publicMethodCommentRequirement Required
79014 src/com/itac/vo/Alerts.java 19 publicMethodCommentRequirement Required
79015 src/com/itac/vo/Alerts.java 22 Parameter 'alertId' is not assigned and could be declared final
79016 src/com/itac/vo/Alerts.java 22 publicMethodCommentRequirement Required
79017 src/com/itac/vo/Alerts.java 25 publicMethodCommentRequirement Required
79018 src/com/itac/vo/Alerts.java 28 Parameter 'fuelContent' is not assigned and could be declared final
79019 src/com/itac/vo/Alerts.java 28 publicMethodCommentRequirement Required
79020 src/com/itac/vo/Alerts.java 31 publicMethodCommentRequirement Required
79021 src/com/itac/vo/Alerts.java 34 Parameter 'speed' is not assigned and could be declared final
79022 src/com/itac/vo/Alerts.java 34 publicMethodCommentRequirement Required
79023 src/com/itac/vo/Alerts.java 37 publicMethodCommentRequirement Required
79024 src/com/itac/vo/Alerts.java 40 Parameter 'description' is not assigned and could be declared final
79025 src/com/itac/vo/Alerts.java 40 publicMethodCommentRequirement Required
79026 src/com/itac/vo/AlertsVO.java 5 headerCommentRequirement Required
79027 src/com/itac/vo/AlertsVO.java 6 fieldCommentRequirement Required
79028 src/com/itac/vo/AlertsVO.java 7 fieldCommentRequirement Required
79029 src/com/itac/vo/AlertsVO.java 9 fieldCommentRequirement Required
79030 src/com/itac/vo/AlertsVO.java 10 Document empty constructor
79031 src/com/itac/vo/AlertsVO.java 10 publicMethodCommentRequirement Required
79032 src/com/itac/vo/AlertsVO.java 14 Parameter 'alertId' is not assigned and could be declared final
79033 src/com/itac/vo/AlertsVO.java 14 Parameter 'data' is not assigned and could be declared final
79034 src/com/itac/vo/AlertsVO.java 14 Parameter 'description' is not assigned and could be declared final
79035 src/com/itac/vo/AlertsVO.java 14 publicMethodCommentRequirement Required
79036 src/com/itac/vo/AlertsVO.java 22 publicMethodCommentRequirement Required
79037 src/com/itac/vo/AlertsVO.java 25 Parameter 'alertId' is not assigned and could be declared final
79038 src/com/itac/vo/AlertsVO.java 25 publicMethodCommentRequirement Required
79039 src/com/itac/vo/AlertsVO.java 29 publicMethodCommentRequirement Required
79040 src/com/itac/vo/AlertsVO.java 32 Parameter 'description' is not assigned and could be declared final
79041 src/com/itac/vo/AlertsVO.java 32 publicMethodCommentRequirement Required
79042 src/com/itac/vo/AlertsVO.java 35 publicMethodCommentRequirement Required
79043 src/com/itac/vo/AlertsVO.java 39 Parameter 'data' is not assigned and could be declared final
79044 src/com/itac/vo/AlertsVO.java 39 publicMethodCommentRequirement Required
79045 src/com/itac/vo/Category.java 3 headerCommentRequirement Required
79046 src/com/itac/vo/Category.java 4 fieldCommentRequirement Required
79047 src/com/itac/vo/Category.java 5 fieldCommentRequirement Required
79048 src/com/itac/vo/Category.java 6 fieldCommentRequirement Required
79049 src/com/itac/vo/Category.java 7 Parameter 'alertCount' is not assigned and could be declared final
79050 src/com/itac/vo/Category.java 7 Parameter 'alertId' is not assigned and could be declared final
79051 src/com/itac/vo/Category.java 7 Parameter 'alertName' is not assigned and could be declared final
79052 src/com/itac/vo/Category.java 7 publicMethodCommentRequirement Required
79053 src/com/itac/vo/Category.java 13 publicMethodCommentRequirement Required
79054 src/com/itac/vo/Category.java 16 Parameter 'alertId' is not assigned and could be declared final
79055 src/com/itac/vo/Category.java 16 publicMethodCommentRequirement Required
79056 src/com/itac/vo/Category.java 19 publicMethodCommentRequirement Required
79057 src/com/itac/vo/Category.java 22 Parameter 'alertName' is not assigned and could be declared final
79058 src/com/itac/vo/Category.java 22 publicMethodCommentRequirement Required
79059 src/com/itac/vo/Category.java 25 publicMethodCommentRequirement Required
79060 src/com/itac/vo/Category.java 28 Parameter 'alertCount' is not assigned and could be declared final
79061 src/com/itac/vo/Category.java 28 publicMethodCommentRequirement Required
79062 src/com/itac/vo/DailyFuelData.java 3 Avoid unused imports such as 'java.util.Date'
79063 src/com/itac/vo/DailyFuelData.java 5 headerCommentRequirement Required
79064 src/com/itac/vo/DailyFuelData.java 6 fieldCommentRequirement Required
79065 src/com/itac/vo/DailyFuelData.java 7 fieldCommentRequirement Required
79066 src/com/itac/vo/DailyFuelData.java 8 fieldCommentRequirement Required
79067 src/com/itac/vo/DailyFuelData.java 9 fieldCommentRequirement Required
79068 src/com/itac/vo/DailyFuelData.java 10 fieldCommentRequirement Required
79069 src/com/itac/vo/DailyFuelData.java 11 fieldCommentRequirement Required
79070 src/com/itac/vo/DailyFuelData.java 13 Document empty constructor
79071 src/com/itac/vo/DailyFuelData.java 13 publicMethodCommentRequirement Required
79072 src/com/itac/vo/DailyFuelData.java 17 Parameter 'datevalue' is not assigned and could be declared final
79073 src/com/itac/vo/DailyFuelData.java 17 Parameter 'vehicleId' is not assigned and could be declared final
79074 src/com/itac/vo/DailyFuelData.java 17 Parameter 'vehicleName' is not assigned and could be declared final
79075 src/com/itac/vo/DailyFuelData.java 17 publicMethodCommentRequirement Required
79076 src/com/itac/vo/DailyFuelData.java 18 Parameter 'creationDateTime' is not assigned and could be declared final
79077 src/com/itac/vo/DailyFuelData.java 18 Parameter 'fuelUsageltrs' is not assigned and could be declared final
79078 src/com/itac/vo/DailyFuelData.java 18 Parameter 'refuelLtrs' is not assigned and could be declared final
79079 src/com/itac/vo/DailyFuelData.java 28 publicMethodCommentRequirement Required
79080 src/com/itac/vo/DailyFuelData.java 32 Parameter 'vehicleId' is not assigned and could be declared final
79081 src/com/itac/vo/DailyFuelData.java 32 publicMethodCommentRequirement Required
79082 src/com/itac/vo/DailyFuelData.java 37 publicMethodCommentRequirement Required
79083 src/com/itac/vo/DailyFuelData.java 41 Parameter 'vehicleName' is not assigned and could be declared final
79084 src/com/itac/vo/DailyFuelData.java 41 publicMethodCommentRequirement Required
79085 src/com/itac/vo/DailyFuelData.java 45 publicMethodCommentRequirement Required
79086 src/com/itac/vo/DailyFuelData.java 49 Parameter 'datevalue' is not assigned and could be declared final
79087 src/com/itac/vo/DailyFuelData.java 49 publicMethodCommentRequirement Required
79088 src/com/itac/vo/DailyFuelData.java 53 publicMethodCommentRequirement Required
79089 src/com/itac/vo/DailyFuelData.java 57 Parameter 'creationDateTime' is not assigned and could be declared final
79090 src/com/itac/vo/DailyFuelData.java 57 publicMethodCommentRequirement Required
79091 src/com/itac/vo/DailyFuelData.java 61 publicMethodCommentRequirement Required
79092 src/com/itac/vo/DailyFuelData.java 65 Parameter 'refuelLtrs' is not assigned and could be declared final
79093 src/com/itac/vo/DailyFuelData.java 65 publicMethodCommentRequirement Required
79094 src/com/itac/vo/DailyFuelData.java 69 publicMethodCommentRequirement Required
79095 src/com/itac/vo/DailyFuelData.java 73 Parameter 'fuelUsageltrs' is not assigned and could be declared final
79096 src/com/itac/vo/DailyFuelData.java 73 publicMethodCommentRequirement Required
79097 src/com/itac/vo/DateFenceStatus.java 3 Avoid unused imports such as 'java.util.Date'
79098 src/com/itac/vo/DateFenceStatus.java 5 headerCommentRequirement Required
79099 src/com/itac/vo/DateFenceStatus.java 6 fieldCommentRequirement Required
79100 src/com/itac/vo/DateFenceStatus.java 7 fieldCommentRequirement Required
79101 src/com/itac/vo/DateFenceStatus.java 8 fieldCommentRequirement Required
79102 src/com/itac/vo/DateFenceStatus.java 9 fieldCommentRequirement Required
79103 src/com/itac/vo/DateFenceStatus.java 10 fieldCommentRequirement Required
79104 src/com/itac/vo/DateFenceStatus.java 11 Document empty constructor
79105 src/com/itac/vo/DateFenceStatus.java 11 publicMethodCommentRequirement Required
79106 src/com/itac/vo/DateFenceStatus.java 14 Parameter 'creationDate' is not assigned and could be declared final
79107 src/com/itac/vo/DateFenceStatus.java 14 Parameter 'entryStatus' is not assigned and could be declared final
79108 src/com/itac/vo/DateFenceStatus.java 14 publicMethodCommentRequirement Required
79109 src/com/itac/vo/DateFenceStatus.java 15 Parameter 'delay' is not assigned and could be declared final
79110 src/com/itac/vo/DateFenceStatus.java 15 Parameter 'holidayflag' is not assigned and could be declared final
79111 src/com/itac/vo/DateFenceStatus.java 22 Parameter 'creationDate' is not assigned and could be declared final
79112 src/com/itac/vo/DateFenceStatus.java 22 Parameter 'entryStatus' is not assigned and could be declared final
79113 src/com/itac/vo/DateFenceStatus.java 22 publicMethodCommentRequirement Required
79114 src/com/itac/vo/DateFenceStatus.java 23 Parameter 'delay' is not assigned and could be declared final
79115 src/com/itac/vo/DateFenceStatus.java 23 Parameter 'holidayflag' is not assigned and could be declared final
79116 src/com/itac/vo/DateFenceStatus.java 23 Parameter 'partialflag' is not assigned and could be declared final
79117 src/com/itac/vo/DateFenceStatus.java 31 publicMethodCommentRequirement Required
79118 src/com/itac/vo/DateFenceStatus.java 34 Parameter 'partialFlag' is not assigned and could be declared final
79119 src/com/itac/vo/DateFenceStatus.java 34 publicMethodCommentRequirement Required
79120 src/com/itac/vo/DateFenceStatus.java 37 publicMethodCommentRequirement Required
79121 src/com/itac/vo/DateFenceStatus.java 40 Parameter 'creationDate' is not assigned and could be declared final
79122 src/com/itac/vo/DateFenceStatus.java 40 publicMethodCommentRequirement Required
79123 src/com/itac/vo/DateFenceStatus.java 43 publicMethodCommentRequirement Required
79124 src/com/itac/vo/DateFenceStatus.java 46 Parameter 'entryStatus' is not assigned and could be declared final
79125 src/com/itac/vo/DateFenceStatus.java 46 publicMethodCommentRequirement Required
79126 src/com/itac/vo/DateFenceStatus.java 49 publicMethodCommentRequirement Required
79127 src/com/itac/vo/DateFenceStatus.java 52 Parameter 'holidayflag' is not assigned and could be declared final
79128 src/com/itac/vo/DateFenceStatus.java 52 publicMethodCommentRequirement Required
79129 src/com/itac/vo/DateFenceStatus.java 55 publicMethodCommentRequirement Required
79130 src/com/itac/vo/DateFenceStatus.java 58 Parameter 'delay' is not assigned and could be declared final
79131 src/com/itac/vo/DateFenceStatus.java 58 publicMethodCommentRequirement Required
79132 src/com/itac/vo/DistanceVO.java 3 headerCommentRequirement Required
79133 src/com/itac/vo/DistanceVO.java 4 fieldCommentRequirement Required
79134 src/com/itac/vo/DistanceVO.java 5 fieldCommentRequirement Required
79135 src/com/itac/vo/DistanceVO.java 6 fieldCommentRequirement Required
79136 src/com/itac/vo/DistanceVO.java 7 Document empty constructor
79137 src/com/itac/vo/DistanceVO.java 7 publicMethodCommentRequirement Required
79138 src/com/itac/vo/DistanceVO.java 11 Parameter 'lattitude' is not assigned and could be declared final
79139 src/com/itac/vo/DistanceVO.java 11 Parameter 'longitude' is not assigned and could be declared final
79140 src/com/itac/vo/DistanceVO.java 11 publicMethodCommentRequirement Required
79141 src/com/itac/vo/DistanceVO.java 16 Parameter 'lattitude' is not assigned and could be declared final
79142 src/com/itac/vo/DistanceVO.java 16 Parameter 'longitude' is not assigned and could be declared final
79143 src/com/itac/vo/DistanceVO.java 16 Parameter 'tripid' is not assigned and could be declared final
79144 src/com/itac/vo/DistanceVO.java 16 publicMethodCommentRequirement Required
79145 src/com/itac/vo/DistanceVO.java 22 publicMethodCommentRequirement Required
79146 src/com/itac/vo/DistanceVO.java 25 Parameter 'lattitude' is not assigned and could be declared final
79147 src/com/itac/vo/DistanceVO.java 25 publicMethodCommentRequirement Required
79148 src/com/itac/vo/DistanceVO.java 28 publicMethodCommentRequirement Required
79149 src/com/itac/vo/DistanceVO.java 31 Parameter 'longitude' is not assigned and could be declared final
79150 src/com/itac/vo/DistanceVO.java 31 publicMethodCommentRequirement Required
79151 src/com/itac/vo/DistanceVO.java 34 publicMethodCommentRequirement Required
79152 src/com/itac/vo/DistanceVO.java 37 Parameter 'tripid' is not assigned and could be declared final
79153 src/com/itac/vo/DistanceVO.java 37 publicMethodCommentRequirement Required
79154 src/com/itac/vo/FenceData.java 4 Avoid unused imports such as 'java.util.Date'
79155 src/com/itac/vo/FenceData.java 5 Avoid unused imports such as 'java.util.concurrent.Delayed'
79156 src/com/itac/vo/FenceData.java 7 headerCommentRequirement Required
79157 src/com/itac/vo/FenceData.java 8 fieldCommentRequirement Required
79158 src/com/itac/vo/FenceData.java 9 fieldCommentRequirement Required
79159 src/com/itac/vo/FenceData.java 10 fieldCommentRequirement Required
79160 src/com/itac/vo/FenceData.java 11 fieldCommentRequirement Required
79161 src/com/itac/vo/FenceData.java 12 fieldCommentRequirement Required
79162 src/com/itac/vo/FenceData.java 13 fieldCommentRequirement Required
79163 src/com/itac/vo/FenceData.java 14 fieldCommentRequirement Required
79164 src/com/itac/vo/FenceData.java 15 fieldCommentRequirement Required
79165 src/com/itac/vo/FenceData.java 16 The field name indicates a constant but its modifiers do not
79166 src/com/itac/vo/FenceData.java 16 Variables should start with a lowercase character, 'ETA' starts with uppercase character.
79167 src/com/itac/vo/FenceData.java 16 fieldCommentRequirement Required
79168 src/com/itac/vo/FenceData.java 17 The field name indicates a constant but its modifiers do not
79169 src/com/itac/vo/FenceData.java 17 Variables should start with a lowercase character, 'ATA' starts with uppercase character.
79170 src/com/itac/vo/FenceData.java 17 fieldCommentRequirement Required
79171 src/com/itac/vo/FenceData.java 18 fieldCommentRequirement Required
79172 src/com/itac/vo/FenceData.java 19 Document empty constructor
79173 src/com/itac/vo/FenceData.java 19 publicMethodCommentRequirement Required
79174 src/com/itac/vo/FenceData.java 22 Parameter 'currentfence' is not assigned and could be declared final
79175 src/com/itac/vo/FenceData.java 22 Parameter 'fenceId' is not assigned and could be declared final
79176 src/com/itac/vo/FenceData.java 22 Parameter 'fencename' is not assigned and could be declared final
79177 src/com/itac/vo/FenceData.java 22 Parameter 'landmark' is not assigned and could be declared final
79178 src/com/itac/vo/FenceData.java 22 publicMethodCommentRequirement Required
79179 src/com/itac/vo/FenceData.java 23 Parameter 'aTA' is not assigned and could be declared final
79180 src/com/itac/vo/FenceData.java 23 Parameter 'delay' is not assigned and could be declared final
79181 src/com/itac/vo/FenceData.java 23 Parameter 'eTA' is not assigned and could be declared final
79182 src/com/itac/vo/FenceData.java 23 Parameter 'expRfidCount' is not assigned and could be declared final
79183 src/com/itac/vo/FenceData.java 23 Parameter 'rfidCount' is not assigned and could be declared final
79184 src/com/itac/vo/FenceData.java 35 publicMethodCommentRequirement Required
79185 src/com/itac/vo/FenceData.java 38 Parameter 'fencename' is not assigned and could be declared final
79186 src/com/itac/vo/FenceData.java 38 publicMethodCommentRequirement Required
79187 src/com/itac/vo/FenceData.java 41 publicMethodCommentRequirement Required
79188 src/com/itac/vo/FenceData.java 44 Parameter 'landmark' is not assigned and could be declared final
79189 src/com/itac/vo/FenceData.java 44 publicMethodCommentRequirement Required
79190 src/com/itac/vo/FenceData.java 47 publicMethodCommentRequirement Required
79191 src/com/itac/vo/FenceData.java 50 Parameter 'currentfence' is not assigned and could be declared final
79192 src/com/itac/vo/FenceData.java 50 publicMethodCommentRequirement Required
79193 src/com/itac/vo/FenceData.java 53 publicMethodCommentRequirement Required
79194 src/com/itac/vo/FenceData.java 56 Parameter 'eTA' is not assigned and could be declared final
79195 src/com/itac/vo/FenceData.java 56 publicMethodCommentRequirement Required
79196 src/com/itac/vo/FenceData.java 59 publicMethodCommentRequirement Required
79197 src/com/itac/vo/FenceData.java 62 Parameter 'aTA' is not assigned and could be declared final
79198 src/com/itac/vo/FenceData.java 62 publicMethodCommentRequirement Required
79199 src/com/itac/vo/FenceData.java 65 publicMethodCommentRequirement Required
79200 src/com/itac/vo/FenceData.java 68 Parameter 'delay' is not assigned and could be declared final
79201 src/com/itac/vo/FenceData.java 68 publicMethodCommentRequirement Required
79202 src/com/itac/vo/FenceData.java 71 publicMethodCommentRequirement Required
79203 src/com/itac/vo/FenceData.java 74 Parameter 'rfidCount' is not assigned and could be declared final
79204 src/com/itac/vo/FenceData.java 74 publicMethodCommentRequirement Required
79205 src/com/itac/vo/FenceData.java 77 publicMethodCommentRequirement Required
79206 src/com/itac/vo/FenceData.java 80 Parameter 'fenceId' is not assigned and could be declared final
79207 src/com/itac/vo/FenceData.java 80 publicMethodCommentRequirement Required
79208 src/com/itac/vo/FenceData.java 83 publicMethodCommentRequirement Required
79209 src/com/itac/vo/FenceData.java 86 Parameter 'eTA' is not assigned and could be declared final
79210 src/com/itac/vo/FenceData.java 86 publicMethodCommentRequirement Required
79211 src/com/itac/vo/FenceData.java 89 publicMethodCommentRequirement Required
79212 src/com/itac/vo/FenceData.java 92 Parameter 'aTA' is not assigned and could be declared final
79213 src/com/itac/vo/FenceData.java 92 publicMethodCommentRequirement Required
79214 src/com/itac/vo/FenceData.java 95 publicMethodCommentRequirement Required
79215 src/com/itac/vo/FenceData.java 98 Parameter 'expRfidCount' is not assigned and could be declared final
79216 src/com/itac/vo/FenceData.java 98 publicMethodCommentRequirement Required
79217 src/com/itac/vo/FenceDistance.java 3 headerCommentRequirement Required
79218 src/com/itac/vo/FenceDistance.java 4 fieldCommentRequirement Required
79219 src/com/itac/vo/FenceDistance.java 5 fieldCommentRequirement Required
79220 src/com/itac/vo/FenceDistance.java 6 fieldCommentRequirement Required
79221 src/com/itac/vo/FenceDistance.java 7 Document empty constructor
79222 src/com/itac/vo/FenceDistance.java 7 publicMethodCommentRequirement Required
79223 src/com/itac/vo/FenceDistance.java 10 Parameter 'distance' is not assigned and could be declared final
79224 src/com/itac/vo/FenceDistance.java 10 Parameter 'fenceId' is not assigned and could be declared final
79225 src/com/itac/vo/FenceDistance.java 10 Parameter 'radius' is not assigned and could be declared final
79226 src/com/itac/vo/FenceDistance.java 10 publicMethodCommentRequirement Required
79227 src/com/itac/vo/FenceDistance.java 16 publicMethodCommentRequirement Required
79228 src/com/itac/vo/FenceDistance.java 19 Parameter 'fenceId' is not assigned and could be declared final
79229 src/com/itac/vo/FenceDistance.java 19 publicMethodCommentRequirement Required
79230 src/com/itac/vo/FenceDistance.java 22 publicMethodCommentRequirement Required
79231 src/com/itac/vo/FenceDistance.java 25 Parameter 'distance' is not assigned and could be declared final
79232 src/com/itac/vo/FenceDistance.java 25 publicMethodCommentRequirement Required
79233 src/com/itac/vo/FenceDistance.java 28 publicMethodCommentRequirement Required
79234 src/com/itac/vo/FenceDistance.java 31 Parameter 'radius' is not assigned and could be declared final
79235 src/com/itac/vo/FenceDistance.java 31 publicMethodCommentRequirement Required
79236 src/com/itac/vo/FenceEntryData.java 3 headerCommentRequirement Required
79237 src/com/itac/vo/FenceEntryData.java 4 fieldCommentRequirement Required
79238 src/com/itac/vo/FenceEntryData.java 5 Variables should start with a lowercase character, 'FenceName' starts with uppercase character.
79239 src/com/itac/vo/FenceEntryData.java 5 fieldCommentRequirement Required
79240 src/com/itac/vo/FenceEntryData.java 6 fieldCommentRequirement Required
79241 src/com/itac/vo/FenceEntryData.java 7 Document empty constructor
79242 src/com/itac/vo/FenceEntryData.java 7 publicMethodCommentRequirement Required
79243 src/com/itac/vo/FenceEntryData.java 10 Parameter 'FenceName' is not assigned and could be declared final
79244 src/com/itac/vo/FenceEntryData.java 10 Parameter 'fenceId' is not assigned and could be declared final
79245 src/com/itac/vo/FenceEntryData.java 10 Variables should start with a lowercase character, 'FenceName' starts with uppercase character.
79246 src/com/itac/vo/FenceEntryData.java 10 publicMethodCommentRequirement Required
79247 src/com/itac/vo/FenceEntryData.java 11 Parameter 'dateFenceStatus' is not assigned and could be declared final
79248 src/com/itac/vo/FenceEntryData.java 11 The user-supplied array 'dateFenceStatus' is stored directly.
79249 src/com/itac/vo/FenceEntryData.java 17 publicMethodCommentRequirement Required
79250 src/com/itac/vo/FenceEntryData.java 20 Parameter 'fenceId' is not assigned and could be declared final
79251 src/com/itac/vo/FenceEntryData.java 20 publicMethodCommentRequirement Required
79252 src/com/itac/vo/FenceEntryData.java 23 publicMethodCommentRequirement Required
79253 src/com/itac/vo/FenceEntryData.java 26 Parameter 'fenceName' is not assigned and could be declared final
79254 src/com/itac/vo/FenceEntryData.java 26 publicMethodCommentRequirement Required
79255 src/com/itac/vo/FenceEntryData.java 29 publicMethodCommentRequirement Required
79256 src/com/itac/vo/FenceEntryData.java 30 Returning 'dateFenceStatus' may expose an internal array.
79257 src/com/itac/vo/FenceEntryData.java 32 Parameter 'dateFenceStatus' is not assigned and could be declared final
79258 src/com/itac/vo/FenceEntryData.java 32 The user-supplied array 'dateFenceStatus' is stored directly.
79259 src/com/itac/vo/FenceEntryData.java 32 publicMethodCommentRequirement Required
79260 src/com/itac/vo/FenceMain.java 3 headerCommentRequirement Required
79261 src/com/itac/vo/FenceMain.java 4 fieldCommentRequirement Required
79262 src/com/itac/vo/FenceMain.java 5 fieldCommentRequirement Required
79263 src/com/itac/vo/FenceMain.java 6 fieldCommentRequirement Required
79264 src/com/itac/vo/FenceMain.java 7 fieldCommentRequirement Required
79265 src/com/itac/vo/FenceMain.java 8 fieldCommentRequirement Required
79266 src/com/itac/vo/FenceMain.java 9 fieldCommentRequirement Required
79267 src/com/itac/vo/FenceMain.java 10 fieldCommentRequirement Required
79268 src/com/itac/vo/FenceMain.java 11 fieldCommentRequirement Required
79269 src/com/itac/vo/FenceMain.java 13 fieldCommentRequirement Required
79270 src/com/itac/vo/FenceMain.java 14 fieldCommentRequirement Required
79271 src/com/itac/vo/FenceMain.java 15 fieldCommentRequirement Required
79272 src/com/itac/vo/FenceMain.java 17 fieldCommentRequirement Required
79273 src/com/itac/vo/FenceMain.java 18 fieldCommentRequirement Required
79274 src/com/itac/vo/FenceMain.java 19 Document empty constructor
79275 src/com/itac/vo/FenceMain.java 19 publicMethodCommentRequirement Required
79276 src/com/itac/vo/FenceMain.java 24 Parameter 'becovered' is not assigned and could be declared final
79277 src/com/itac/vo/FenceMain.java 24 Parameter 'endFenceId' is not assigned and could be declared final
79278 src/com/itac/vo/FenceMain.java 24 Parameter 'eventcode' is not assigned and could be declared final
79279 src/com/itac/vo/FenceMain.java 24 Parameter 'eventscount' is not assigned and could be declared final
79280 src/com/itac/vo/FenceMain.java 24 Parameter 'intermediate' is not assigned and could be declared final
79281 src/com/itac/vo/FenceMain.java 24 Parameter 'speed' is not assigned and could be declared final
79282 src/com/itac/vo/FenceMain.java 24 Parameter 'tripparamid' is not assigned and could be declared final
79283 src/com/itac/vo/FenceMain.java 24 publicMethodCommentRequirement Required
79284 src/com/itac/vo/FenceMain.java 25 Parameter 'fencedata' is not assigned and could be declared final
79285 src/com/itac/vo/FenceMain.java 25 The user-supplied array 'fencedata' is stored directly.
79286 src/com/itac/vo/FenceMain.java 36 Parameter 'eventscount' is not assigned and could be declared final
79287 src/com/itac/vo/FenceMain.java 36 Parameter 'intermediate' is not assigned and could be declared final
79288 src/com/itac/vo/FenceMain.java 36 Parameter 'tripparamid' is not assigned and could be declared final
79289 src/com/itac/vo/FenceMain.java 36 publicMethodCommentRequirement Required
79290 src/com/itac/vo/FenceMain.java 37 Parameter 'fencedata' is not assigned and could be declared final
79291 src/com/itac/vo/FenceMain.java 37 The user-supplied array 'fencedata' is stored directly.
79292 src/com/itac/vo/FenceMain.java 46 Parameter 'eventscount' is not assigned and could be declared final
79293 src/com/itac/vo/FenceMain.java 46 Parameter 'tripparamid' is not assigned and could be declared final
79294 src/com/itac/vo/FenceMain.java 46 publicMethodCommentRequirement Required
79295 src/com/itac/vo/FenceMain.java 47 Parameter 'becovered' is not assigned and could be declared final
79296 src/com/itac/vo/FenceMain.java 47 Parameter 'intermediate' is not assigned and could be declared final
79297 src/com/itac/vo/FenceMain.java 47 Parameter 'speed' is not assigned and could be declared final
79298 src/com/itac/vo/FenceMain.java 48 Parameter 'endFenceId' is not assigned and could be declared final
79299 src/com/itac/vo/FenceMain.java 48 Parameter 'eventcode' is not assigned and could be declared final
79300 src/com/itac/vo/FenceMain.java 48 Parameter 'progress' is not assigned and could be declared final
79301 src/com/itac/vo/FenceMain.java 49 Parameter 'fencedata' is not assigned and could be declared final
79302 src/com/itac/vo/FenceMain.java 49 The user-supplied array 'fencedata' is stored directly.
79303 src/com/itac/vo/FenceMain.java 62 Avoid long parameter lists.
79304 src/com/itac/vo/FenceMain.java 62 Parameter 'eventscount' is not assigned and could be declared final
79305 src/com/itac/vo/FenceMain.java 62 Parameter 'tripparamid' is not assigned and could be declared final
79306 src/com/itac/vo/FenceMain.java 62 publicMethodCommentRequirement Required
79307 src/com/itac/vo/FenceMain.java 63 Parameter 'becovered' is not assigned and could be declared final
79308 src/com/itac/vo/FenceMain.java 63 Parameter 'intermediate' is not assigned and could be declared final
79309 src/com/itac/vo/FenceMain.java 63 Parameter 'speed' is not assigned and could be declared final
79310 src/com/itac/vo/FenceMain.java 64 Parameter 'endFenceId' is not assigned and could be declared final
79311 src/com/itac/vo/FenceMain.java 64 Parameter 'eventcode' is not assigned and could be declared final
79312 src/com/itac/vo/FenceMain.java 64 Parameter 'progress' is not assigned and could be declared final
79313 src/com/itac/vo/FenceMain.java 65 Parameter 'fenceSwipes' is not assigned and could be declared final
79314 src/com/itac/vo/FenceMain.java 65 Parameter 'fencedata' is not assigned and could be declared final
79315 src/com/itac/vo/FenceMain.java 65 The user-supplied array 'fenceSwipes' is stored directly.
79316 src/com/itac/vo/FenceMain.java 65 The user-supplied array 'fencedata' is stored directly.
79317 src/com/itac/vo/FenceMain.java 79 publicMethodCommentRequirement Required
79318 src/com/itac/vo/FenceMain.java 82 Parameter 'eventscount' is not assigned and could be declared final
79319 src/com/itac/vo/FenceMain.java 82 publicMethodCommentRequirement Required
79320 src/com/itac/vo/FenceMain.java 85 publicMethodCommentRequirement Required
79321 src/com/itac/vo/FenceMain.java 88 Parameter 'tripparamid' is not assigned and could be declared final
79322 src/com/itac/vo/FenceMain.java 88 publicMethodCommentRequirement Required
79323 src/com/itac/vo/FenceMain.java 91 publicMethodCommentRequirement Required
79324 src/com/itac/vo/FenceMain.java 92 Returning 'fencedata' may expose an internal array.
79325 src/com/itac/vo/FenceMain.java 94 Parameter 'fencedata' is not assigned and could be declared final
79326 src/com/itac/vo/FenceMain.java 94 The user-supplied array 'fencedata' is stored directly.
79327 src/com/itac/vo/FenceMain.java 94 publicMethodCommentRequirement Required
79328 src/com/itac/vo/FenceMain.java 97 publicMethodCommentRequirement Required
79329 src/com/itac/vo/FenceMain.java 100 Parameter 'intermediate' is not assigned and could be declared final
79330 src/com/itac/vo/FenceMain.java 100 publicMethodCommentRequirement Required
79331 src/com/itac/vo/FenceMain.java 103 publicMethodCommentRequirement Required
79332 src/com/itac/vo/FenceMain.java 106 Parameter 'becovered' is not assigned and could be declared final
79333 src/com/itac/vo/FenceMain.java 106 publicMethodCommentRequirement Required
79334 src/com/itac/vo/FenceMain.java 109 publicMethodCommentRequirement Required
79335 src/com/itac/vo/FenceMain.java 112 Parameter 'speed' is not assigned and could be declared final
79336 src/com/itac/vo/FenceMain.java 112 publicMethodCommentRequirement Required
79337 src/com/itac/vo/FenceMain.java 115 publicMethodCommentRequirement Required
79338 src/com/itac/vo/FenceMain.java 118 Parameter 'eventcode' is not assigned and could be declared final
79339 src/com/itac/vo/FenceMain.java 118 publicMethodCommentRequirement Required
79340 src/com/itac/vo/FenceMain.java 122 publicMethodCommentRequirement Required
79341 src/com/itac/vo/FenceMain.java 126 Parameter 'endFenceId' is not assigned and could be declared final
79342 src/com/itac/vo/FenceMain.java 126 publicMethodCommentRequirement Required
79343 src/com/itac/vo/FenceMain.java 130 publicMethodCommentRequirement Required
79344 src/com/itac/vo/FenceMain.java 134 Parameter 'progress' is not assigned and could be declared final
79345 src/com/itac/vo/FenceMain.java 134 publicMethodCommentRequirement Required
79346 src/com/itac/vo/FenceMain.java 139 publicMethodCommentRequirement Required
79347 src/com/itac/vo/FenceMain.java 140 Returning 'fenceSwipes' may expose an internal array.
79348 src/com/itac/vo/FenceMain.java 144 Parameter 'fenceSwipes' is not assigned and could be declared final
79349 src/com/itac/vo/FenceMain.java 144 The user-supplied array 'fenceSwipes' is stored directly.
79350 src/com/itac/vo/FenceMain.java 144 publicMethodCommentRequirement Required
79351 src/com/itac/vo/FenceMain.java 149 publicMethodCommentRequirement Required
79352 src/com/itac/vo/FenceMain.java 154 Parameter 'tripStartTime' is not assigned and could be declared final
79353 src/com/itac/vo/FenceMain.java 154 publicMethodCommentRequirement Required
79354 src/com/itac/vo/FenceMain.java 159 publicMethodCommentRequirement Required
79355 src/com/itac/vo/FenceMain.java 164 Parameter 'tripEndTime' is not assigned and could be declared final
79356 src/com/itac/vo/FenceMain.java 164 publicMethodCommentRequirement Required
79357 src/com/itac/vo/FenceMain.java 169 publicMethodCommentRequirement Required
79358 src/com/itac/vo/FenceMain.java 174 Parameter 'timeElapsed' is not assigned and could be declared final
79359 src/com/itac/vo/FenceMain.java 174 publicMethodCommentRequirement Required
79360 src/com/itac/vo/FenceMaintenanceVO.java 3 headerCommentRequirement Required
79361 src/com/itac/vo/FenceMaintenanceVO.java 4 fieldCommentRequirement Required
79362 src/com/itac/vo/FenceMaintenanceVO.java 5 fieldCommentRequirement Required
79363 src/com/itac/vo/FenceMaintenanceVO.java 6 fieldCommentRequirement Required
79364 src/com/itac/vo/FenceMaintenanceVO.java 7 fieldCommentRequirement Required
79365 src/com/itac/vo/FenceMaintenanceVO.java 8 fieldCommentRequirement Required
79366 src/com/itac/vo/FenceMaintenanceVO.java 9 Document empty constructor
79367 src/com/itac/vo/FenceMaintenanceVO.java 9 publicMethodCommentRequirement Required
79368 src/com/itac/vo/FenceMaintenanceVO.java 12 Parameter 'garageFence' is not assigned and could be declared final
79369 src/com/itac/vo/FenceMaintenanceVO.java 12 Parameter 'vehicleId' is not assigned and could be declared final
79370 src/com/itac/vo/FenceMaintenanceVO.java 12 publicMethodCommentRequirement Required
79371 src/com/itac/vo/FenceMaintenanceVO.java 13 Parameter 'carType' is not assigned and could be declared final
79372 src/com/itac/vo/FenceMaintenanceVO.java 13 Parameter 'count' is not assigned and could be declared final
79373 src/com/itac/vo/FenceMaintenanceVO.java 13 Parameter 'vehicleName' is not assigned and could be declared final
79374 src/com/itac/vo/FenceMaintenanceVO.java 21 publicMethodCommentRequirement Required
79375 src/com/itac/vo/FenceMaintenanceVO.java 24 Parameter 'garageFence' is not assigned and could be declared final
79376 src/com/itac/vo/FenceMaintenanceVO.java 24 publicMethodCommentRequirement Required
79377 src/com/itac/vo/FenceMaintenanceVO.java 27 publicMethodCommentRequirement Required
79378 src/com/itac/vo/FenceMaintenanceVO.java 30 Parameter 'vehicleId' is not assigned and could be declared final
79379 src/com/itac/vo/FenceMaintenanceVO.java 30 publicMethodCommentRequirement Required
79380 src/com/itac/vo/FenceMaintenanceVO.java 33 publicMethodCommentRequirement Required
79381 src/com/itac/vo/FenceMaintenanceVO.java 36 Parameter 'vehicleName' is not assigned and could be declared final
79382 src/com/itac/vo/FenceMaintenanceVO.java 36 publicMethodCommentRequirement Required
79383 src/com/itac/vo/FenceMaintenanceVO.java 39 publicMethodCommentRequirement Required
79384 src/com/itac/vo/FenceMaintenanceVO.java 42 Parameter 'carType' is not assigned and could be declared final
79385 src/com/itac/vo/FenceMaintenanceVO.java 42 publicMethodCommentRequirement Required
79386 src/com/itac/vo/FenceMaintenanceVO.java 45 publicMethodCommentRequirement Required
79387 src/com/itac/vo/FenceMaintenanceVO.java 48 Parameter 'count' is not assigned and could be declared final
79388 src/com/itac/vo/FenceMaintenanceVO.java 48 publicMethodCommentRequirement Required
79389 src/com/itac/vo/FencePunctualityData.java 5 headerCommentRequirement Required
79390 src/com/itac/vo/FencePunctualityData.java 7 fieldCommentRequirement Required
79391 src/com/itac/vo/FencePunctualityData.java 8 fieldCommentRequirement Required
79392 src/com/itac/vo/FencePunctualityData.java 9 fieldCommentRequirement Required
79393 src/com/itac/vo/FencePunctualityData.java 10 fieldCommentRequirement Required
79394 src/com/itac/vo/FencePunctualityData.java 11 fieldCommentRequirement Required
79395 src/com/itac/vo/FencePunctualityData.java 12 fieldCommentRequirement Required
79396 src/com/itac/vo/FencePunctualityData.java 13 fieldCommentRequirement Required
79397 src/com/itac/vo/FencePunctualityData.java 14 fieldCommentRequirement Required
79398 src/com/itac/vo/FencePunctualityData.java 16 publicMethodCommentRequirement Required
79399 src/com/itac/vo/FencePunctualityData.java 19 Parameter 'stopTimeAm' is not assigned and could be declared final
79400 src/com/itac/vo/FencePunctualityData.java 19 publicMethodCommentRequirement Required
79401 src/com/itac/vo/FencePunctualityData.java 22 publicMethodCommentRequirement Required
79402 src/com/itac/vo/FencePunctualityData.java 25 Parameter 'stopTimePm' is not assigned and could be declared final
79403 src/com/itac/vo/FencePunctualityData.java 25 publicMethodCommentRequirement Required
79404 src/com/itac/vo/FencePunctualityData.java 29 publicMethodCommentRequirement Required
79405 src/com/itac/vo/FencePunctualityData.java 32 Parameter 'radius' is not assigned and could be declared final
79406 src/com/itac/vo/FencePunctualityData.java 32 publicMethodCommentRequirement Required
79407 src/com/itac/vo/FencePunctualityData.java 37 publicMethodCommentRequirement Required
79408 src/com/itac/vo/FencePunctualityData.java 40 Parameter 'fenceId' is not assigned and could be declared final
79409 src/com/itac/vo/FencePunctualityData.java 40 publicMethodCommentRequirement Required
79410 src/com/itac/vo/FencePunctualityData.java 44 publicMethodCommentRequirement Required
79411 src/com/itac/vo/FencePunctualityData.java 47 Parameter 'fencename' is not assigned and could be declared final
79412 src/com/itac/vo/FencePunctualityData.java 47 publicMethodCommentRequirement Required
79413 src/com/itac/vo/FencePunctualityData.java 51 publicMethodCommentRequirement Required
79414 src/com/itac/vo/FencePunctualityData.java 54 Parameter 'landmark' is not assigned and could be declared final
79415 src/com/itac/vo/FencePunctualityData.java 54 publicMethodCommentRequirement Required
79416 src/com/itac/vo/FencePunctualityData.java 58 publicMethodCommentRequirement Required
79417 src/com/itac/vo/FencePunctualityData.java 61 Parameter 'delay' is not assigned and could be declared final
79418 src/com/itac/vo/FencePunctualityData.java 61 publicMethodCommentRequirement Required
79419 src/com/itac/vo/FencePunctualityData.java 65 publicMethodCommentRequirement Required
79420 src/com/itac/vo/FencePunctualityData.java 68 Parameter 'session' is not assigned and could be declared final
79421 src/com/itac/vo/FencePunctualityData.java 68 publicMethodCommentRequirement Required
79422 src/com/itac/vo/FenceSwipeVO.java 5 headerCommentRequirement Required
79423 src/com/itac/vo/FenceSwipeVO.java 6 Found non-transient, non-static member. Please mark as transient or provide accessors.
79424 src/com/itac/vo/FenceSwipeVO.java 6 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_totime' is not final.
79425 src/com/itac/vo/FenceSwipeVO.java 6 Use explicit scoping instead of the default package private level
79426 src/com/itac/vo/FenceSwipeVO.java 6 fieldCommentRequirement Required
79427 src/com/itac/vo/FenceSwipeVO.java 7 Use explicit scoping instead of the default package private level
79428 src/com/itac/vo/FenceSwipeVO.java 7 fieldCommentRequirement Required
79429 src/com/itac/vo/FenceSwipeVO.java 9 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_totime' is not final.
79430 src/com/itac/vo/FenceSwipeVO.java 9 Parameter 'next_totime' is not assigned and could be declared final
79431 src/com/itac/vo/FenceSwipeVO.java 9 Parameter 'swipedetails' is not assigned and could be declared final
79432 src/com/itac/vo/FenceSwipeVO.java 9 The user-supplied array 'swipedetails' is stored directly.
79433 src/com/itac/vo/FenceSwipeVO.java 9 publicMethodCommentRequirement Required
79434 src/com/itac/vo/FenceSwipeVO.java 15 publicMethodCommentRequirement Required
79435 src/com/itac/vo/FenceSwipeVO.java 18 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_totime' is not final.
79436 src/com/itac/vo/FenceSwipeVO.java 18 Parameter 'next_totime' is not assigned and could be declared final
79437 src/com/itac/vo/FenceSwipeVO.java 18 publicMethodCommentRequirement Required
79438 src/com/itac/vo/FenceSwipeVO.java 21 publicMethodCommentRequirement Required
79439 src/com/itac/vo/FenceSwipeVO.java 22 Returning 'swipedetails' may expose an internal array.
79440 src/com/itac/vo/FenceSwipeVO.java 24 Parameter 'swipedetails' is not assigned and could be declared final
79441 src/com/itac/vo/FenceSwipeVO.java 24 The user-supplied array 'swipedetails' is stored directly.
79442 src/com/itac/vo/FenceSwipeVO.java 24 publicMethodCommentRequirement Required
79443 src/com/itac/vo/FenceSwipes.java 3 headerCommentRequirement Required
79444 src/com/itac/vo/FenceSwipes.java 4 fieldCommentRequirement Required
79445 src/com/itac/vo/FenceSwipes.java 5 fieldCommentRequirement Required
79446 src/com/itac/vo/FenceSwipes.java 6 fieldCommentRequirement Required
79447 src/com/itac/vo/FenceSwipes.java 8 Document empty constructor
79448 src/com/itac/vo/FenceSwipes.java 8 publicMethodCommentRequirement Required
79449 src/com/itac/vo/FenceSwipes.java 12 Parameter 'actualCount' is not assigned and could be declared final
79450 src/com/itac/vo/FenceSwipes.java 12 Parameter 'fenceId' is not assigned and could be declared final
79451 src/com/itac/vo/FenceSwipes.java 12 publicMethodCommentRequirement Required
79452 src/com/itac/vo/FenceSwipes.java 13 Parameter 'expectedCount' is not assigned and could be declared final
79453 src/com/itac/vo/FenceSwipes.java 20 publicMethodCommentRequirement Required
79454 src/com/itac/vo/FenceSwipes.java 24 Parameter 'fenceId' is not assigned and could be declared final
79455 src/com/itac/vo/FenceSwipes.java 24 publicMethodCommentRequirement Required
79456 src/com/itac/vo/FenceSwipes.java 28 publicMethodCommentRequirement Required
79457 src/com/itac/vo/FenceSwipes.java 32 Parameter 'actualCount' is not assigned and could be declared final
79458 src/com/itac/vo/FenceSwipes.java 32 publicMethodCommentRequirement Required
79459 src/com/itac/vo/FenceSwipes.java 36 publicMethodCommentRequirement Required
79460 src/com/itac/vo/FenceSwipes.java 40 Parameter 'expectedCount' is not assigned and could be declared final
79461 src/com/itac/vo/FenceSwipes.java 40 publicMethodCommentRequirement Required
79462 src/com/itac/vo/FenceVO.java 3 headerCommentRequirement Required
79463 src/com/itac/vo/FenceVO.java 5 fieldCommentRequirement Required
79464 src/com/itac/vo/FenceVO.java 7 fieldCommentRequirement Required
79465 src/com/itac/vo/FenceVO.java 8 fieldCommentRequirement Required
79466 src/com/itac/vo/FenceVO.java 9 fieldCommentRequirement Required
79467 src/com/itac/vo/FenceVO.java 10 fieldCommentRequirement Required
79468 src/com/itac/vo/FenceVO.java 11 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fence_id' is not final.
79469 src/com/itac/vo/FenceVO.java 11 fieldCommentRequirement Required
79470 src/com/itac/vo/FenceVO.java 13 Document empty constructor
79471 src/com/itac/vo/FenceVO.java 13 publicMethodCommentRequirement Required
79472 src/com/itac/vo/FenceVO.java 16 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fence_id' is not final.
79473 src/com/itac/vo/FenceVO.java 16 Parameter 'fenceName' is not assigned and could be declared final
79474 src/com/itac/vo/FenceVO.java 16 Parameter 'fence_id' is not assigned and could be declared final
79475 src/com/itac/vo/FenceVO.java 16 Parameter 'latitude' is not assigned and could be declared final
79476 src/com/itac/vo/FenceVO.java 16 Parameter 'longitude' is not assigned and could be declared final
79477 src/com/itac/vo/FenceVO.java 16 Parameter 'radius' is not assigned and could be declared final
79478 src/com/itac/vo/FenceVO.java 16 Parameter 'sequenceFence' is not assigned and could be declared final
79479 src/com/itac/vo/FenceVO.java 16 publicMethodCommentRequirement Required
79480 src/com/itac/vo/FenceVO.java 25 publicMethodCommentRequirement Required
79481 src/com/itac/vo/FenceVO.java 29 Parameter 'sequenceFence' is not assigned and could be declared final
79482 src/com/itac/vo/FenceVO.java 29 publicMethodCommentRequirement Required
79483 src/com/itac/vo/FenceVO.java 33 publicMethodCommentRequirement Required
79484 src/com/itac/vo/FenceVO.java 36 Parameter 'fenceName' is not assigned and could be declared final
79485 src/com/itac/vo/FenceVO.java 36 publicMethodCommentRequirement Required
79486 src/com/itac/vo/FenceVO.java 39 publicMethodCommentRequirement Required
79487 src/com/itac/vo/FenceVO.java 42 Parameter 'latitude' is not assigned and could be declared final
79488 src/com/itac/vo/FenceVO.java 42 publicMethodCommentRequirement Required
79489 src/com/itac/vo/FenceVO.java 45 publicMethodCommentRequirement Required
79490 src/com/itac/vo/FenceVO.java 48 Parameter 'longitude' is not assigned and could be declared final
79491 src/com/itac/vo/FenceVO.java 48 publicMethodCommentRequirement Required
79492 src/com/itac/vo/FenceVO.java 51 publicMethodCommentRequirement Required
79493 src/com/itac/vo/FenceVO.java 54 Parameter 'radius' is not assigned and could be declared final
79494 src/com/itac/vo/FenceVO.java 54 publicMethodCommentRequirement Required
79495 src/com/itac/vo/FenceVO.java 57 Method names should not contain underscores
79496 src/com/itac/vo/FenceVO.java 57 publicMethodCommentRequirement Required
79497 src/com/itac/vo/FenceVO.java 60 Method names should not contain underscores
79498 src/com/itac/vo/FenceVO.java 60 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fence_id' is not final.
79499 src/com/itac/vo/FenceVO.java 60 Parameter 'fence_id' is not assigned and could be declared final
79500 src/com/itac/vo/FenceVO.java 60 publicMethodCommentRequirement Required
79501 src/com/itac/vo/FuelAlertVO.java 3 headerCommentRequirement Required
79502 src/com/itac/vo/FuelAlertVO.java 4 fieldCommentRequirement Required
79503 src/com/itac/vo/FuelAlertVO.java 5 fieldCommentRequirement Required
79504 src/com/itac/vo/FuelAlertVO.java 6 Document empty constructor
79505 src/com/itac/vo/FuelAlertVO.java 6 publicMethodCommentRequirement Required
79506 src/com/itac/vo/FuelAlertVO.java 9 Parameter 'alertId' is not assigned and could be declared final
79507 src/com/itac/vo/FuelAlertVO.java 9 Parameter 'alertValues' is not assigned and could be declared final
79508 src/com/itac/vo/FuelAlertVO.java 9 The user-supplied array 'alertValues' is stored directly.
79509 src/com/itac/vo/FuelAlertVO.java 9 publicMethodCommentRequirement Required
79510 src/com/itac/vo/FuelAlertVO.java 14 publicMethodCommentRequirement Required
79511 src/com/itac/vo/FuelAlertVO.java 17 Parameter 'alertId' is not assigned and could be declared final
79512 src/com/itac/vo/FuelAlertVO.java 17 publicMethodCommentRequirement Required
79513 src/com/itac/vo/FuelAlertVO.java 20 publicMethodCommentRequirement Required
79514 src/com/itac/vo/FuelAlertVO.java 21 Returning 'alertValues' may expose an internal array.
79515 src/com/itac/vo/FuelAlertVO.java 23 Parameter 'alertValues' is not assigned and could be declared final
79516 src/com/itac/vo/FuelAlertVO.java 23 The user-supplied array 'alertValues' is stored directly.
79517 src/com/itac/vo/FuelAlertVO.java 23 publicMethodCommentRequirement Required
79518 src/com/itac/vo/FuelCreditDebitData.java 3 headerCommentRequirement Required
79519 src/com/itac/vo/FuelCreditDebitData.java 4 fieldCommentRequirement Required
79520 src/com/itac/vo/FuelCreditDebitData.java 5 fieldCommentRequirement Required
79521 src/com/itac/vo/FuelCreditDebitData.java 6 fieldCommentRequirement Required
79522 src/com/itac/vo/FuelCreditDebitData.java 8 Document empty constructor
79523 src/com/itac/vo/FuelCreditDebitData.java 8 publicMethodCommentRequirement Required
79524 src/com/itac/vo/FuelCreditDebitData.java 12 Parameter 'dailyFuelData' is not assigned and could be declared final
79525 src/com/itac/vo/FuelCreditDebitData.java 12 Parameter 'vehicleId' is not assigned and could be declared final
79526 src/com/itac/vo/FuelCreditDebitData.java 12 Parameter 'vehicleName' is not assigned and could be declared final
79527 src/com/itac/vo/FuelCreditDebitData.java 12 The user-supplied array 'dailyFuelData' is stored directly.
79528 src/com/itac/vo/FuelCreditDebitData.java 12 publicMethodCommentRequirement Required
79529 src/com/itac/vo/FuelCreditDebitData.java 19 publicMethodCommentRequirement Required
79530 src/com/itac/vo/FuelCreditDebitData.java 23 Parameter 'vehicleId' is not assigned and could be declared final
79531 src/com/itac/vo/FuelCreditDebitData.java 23 publicMethodCommentRequirement Required
79532 src/com/itac/vo/FuelCreditDebitData.java 27 publicMethodCommentRequirement Required
79533 src/com/itac/vo/FuelCreditDebitData.java 28 Returning 'dailyFuelData' may expose an internal array.
79534 src/com/itac/vo/FuelCreditDebitData.java 31 Parameter 'dailyFuelData' is not assigned and could be declared final
79535 src/com/itac/vo/FuelCreditDebitData.java 31 The user-supplied array 'dailyFuelData' is stored directly.
79536 src/com/itac/vo/FuelCreditDebitData.java 31 publicMethodCommentRequirement Required
79537 src/com/itac/vo/FuelCreditDebitData.java 35 publicMethodCommentRequirement Required
79538 src/com/itac/vo/FuelCreditDebitData.java 39 Parameter 'vehicleName' is not assigned and could be declared final
79539 src/com/itac/vo/FuelCreditDebitData.java 39 publicMethodCommentRequirement Required
79540 src/com/itac/vo/FuelInterVO.java 3 headerCommentRequirement Required
79541 src/com/itac/vo/FuelInterVO.java 4 fieldCommentRequirement Required
79542 src/com/itac/vo/FuelInterVO.java 6 Parameter 'fuelLostVo' is not assigned and could be declared final
79543 src/com/itac/vo/FuelInterVO.java 6 The user-supplied array 'fuelLostVo' is stored directly.
79544 src/com/itac/vo/FuelInterVO.java 6 publicMethodCommentRequirement Required
79545 src/com/itac/vo/FuelInterVO.java 11 publicMethodCommentRequirement Required
79546 src/com/itac/vo/FuelInterVO.java 12 Returning 'fuelLostVo' may expose an internal array.
79547 src/com/itac/vo/FuelInterVO.java 15 Parameter 'fuelLostVo' is not assigned and could be declared final
79548 src/com/itac/vo/FuelInterVO.java 15 The user-supplied array 'fuelLostVo' is stored directly.
79549 src/com/itac/vo/FuelInterVO.java 15 publicMethodCommentRequirement Required
79550 src/com/itac/vo/FuelLostVO.java 3 headerCommentRequirement Required
79551 src/com/itac/vo/FuelLostVO.java 4 fieldCommentRequirement Required
79552 src/com/itac/vo/FuelLostVO.java 5 fieldCommentRequirement Required
79553 src/com/itac/vo/FuelLostVO.java 6 fieldCommentRequirement Required
79554 src/com/itac/vo/FuelLostVO.java 7 fieldCommentRequirement Required
79555 src/com/itac/vo/FuelLostVO.java 8 It is somewhat confusing to have a field name matching the declaring class name
79556 src/com/itac/vo/FuelLostVO.java 8 fieldCommentRequirement Required
79557 src/com/itac/vo/FuelLostVO.java 9 Document empty constructor
79558 src/com/itac/vo/FuelLostVO.java 9 publicMethodCommentRequirement Required
79559 src/com/itac/vo/FuelLostVO.java 12 Parameter 'fuelLostVo' is not assigned and could be declared final
79560 src/com/itac/vo/FuelLostVO.java 12 The user-supplied array 'fuelLostVo' is stored directly.
79561 src/com/itac/vo/FuelLostVO.java 12 publicMethodCommentRequirement Required
79562 src/com/itac/vo/FuelLostVO.java 15 Parameter 'fuelLost' is not assigned and could be declared final
79563 src/com/itac/vo/FuelLostVO.java 15 Parameter 'idleTime' is not assigned and could be declared final
79564 src/com/itac/vo/FuelLostVO.java 15 Parameter 'lattitude' is not assigned and could be declared final
79565 src/com/itac/vo/FuelLostVO.java 15 Parameter 'longitude' is not assigned and could be declared final
79566 src/com/itac/vo/FuelLostVO.java 15 publicMethodCommentRequirement Required
79567 src/com/itac/vo/FuelLostVO.java 22 publicMethodCommentRequirement Required
79568 src/com/itac/vo/FuelLostVO.java 25 Parameter 'idleTime' is not assigned and could be declared final
79569 src/com/itac/vo/FuelLostVO.java 25 publicMethodCommentRequirement Required
79570 src/com/itac/vo/FuelLostVO.java 28 publicMethodCommentRequirement Required
79571 src/com/itac/vo/FuelLostVO.java 31 Parameter 'fuelLost' is not assigned and could be declared final
79572 src/com/itac/vo/FuelLostVO.java 31 publicMethodCommentRequirement Required
79573 src/com/itac/vo/FuelLostVO.java 34 publicMethodCommentRequirement Required
79574 src/com/itac/vo/FuelLostVO.java 37 Parameter 'lattitude' is not assigned and could be declared final
79575 src/com/itac/vo/FuelLostVO.java 37 publicMethodCommentRequirement Required
79576 src/com/itac/vo/FuelLostVO.java 40 publicMethodCommentRequirement Required
79577 src/com/itac/vo/FuelLostVO.java 43 Parameter 'longitude' is not assigned and could be declared final
79578 src/com/itac/vo/FuelLostVO.java 43 publicMethodCommentRequirement Required
79579 src/com/itac/vo/FuelLostVO.java 46 publicMethodCommentRequirement Required
79580 src/com/itac/vo/FuelLostVO.java 47 Returning 'fuelLostVo' may expose an internal array.
79581 src/com/itac/vo/FuelLostVO.java 49 Parameter 'fuelLostVo' is not assigned and could be declared final
79582 src/com/itac/vo/FuelLostVO.java 49 The user-supplied array 'fuelLostVo' is stored directly.
79583 src/com/itac/vo/FuelLostVO.java 49 publicMethodCommentRequirement Required
79584 src/com/itac/vo/FuelPilferageVO.java 3 headerCommentRequirement Required
79585 src/com/itac/vo/FuelPilferageVO.java 4 fieldCommentRequirement Required
79586 src/com/itac/vo/FuelPilferageVO.java 5 fieldCommentRequirement Required
79587 src/com/itac/vo/FuelPilferageVO.java 6 Avoid excessively long variable names like noOfTimesPilferage
79588 src/com/itac/vo/FuelPilferageVO.java 6 fieldCommentRequirement Required
79589 src/com/itac/vo/FuelPilferageVO.java 7 fieldCommentRequirement Required
79590 src/com/itac/vo/FuelPilferageVO.java 9 Document empty constructor
79591 src/com/itac/vo/FuelPilferageVO.java 9 publicMethodCommentRequirement Required
79592 src/com/itac/vo/FuelPilferageVO.java 13 Parameter 'vehicleId' is not assigned and could be declared final
79593 src/com/itac/vo/FuelPilferageVO.java 13 Parameter 'vehicleName' is not assigned and could be declared final
79594 src/com/itac/vo/FuelPilferageVO.java 13 publicMethodCommentRequirement Required
79595 src/com/itac/vo/FuelPilferageVO.java 14 Avoid excessively long variable names like noOfTimesPilferage
79596 src/com/itac/vo/FuelPilferageVO.java 14 Parameter 'noOfTimesPilferage' is not assigned and could be declared final
79597 src/com/itac/vo/FuelPilferageVO.java 14 Parameter 'totalPilferageQty' is not assigned and could be declared final
79598 src/com/itac/vo/FuelPilferageVO.java 22 publicMethodCommentRequirement Required
79599 src/com/itac/vo/FuelPilferageVO.java 26 Parameter 'vehicleId' is not assigned and could be declared final
79600 src/com/itac/vo/FuelPilferageVO.java 26 publicMethodCommentRequirement Required
79601 src/com/itac/vo/FuelPilferageVO.java 30 publicMethodCommentRequirement Required
79602 src/com/itac/vo/FuelPilferageVO.java 34 Parameter 'vehicleName' is not assigned and could be declared final
79603 src/com/itac/vo/FuelPilferageVO.java 34 publicMethodCommentRequirement Required
79604 src/com/itac/vo/FuelPilferageVO.java 38 publicMethodCommentRequirement Required
79605 src/com/itac/vo/FuelPilferageVO.java 42 Avoid excessively long variable names like noOfTimesPilferage
79606 src/com/itac/vo/FuelPilferageVO.java 42 Parameter 'noOfTimesPilferage' is not assigned and could be declared final
79607 src/com/itac/vo/FuelPilferageVO.java 42 publicMethodCommentRequirement Required
79608 src/com/itac/vo/FuelPilferageVO.java 46 publicMethodCommentRequirement Required
79609 src/com/itac/vo/FuelPilferageVO.java 50 Parameter 'totalPilferageQty' is not assigned and could be declared final
79610 src/com/itac/vo/FuelPilferageVO.java 50 publicMethodCommentRequirement Required
79611 src/com/itac/vo/FuelRangeVO.java 4 headerCommentRequirement Required
79612 src/com/itac/vo/FuelRangeVO.java 5 fieldCommentRequirement Required
79613 src/com/itac/vo/FuelRangeVO.java 6 fieldCommentRequirement Required
79614 src/com/itac/vo/FuelRangeVO.java 8 Document empty constructor
79615 src/com/itac/vo/FuelRangeVO.java 8 publicMethodCommentRequirement Required
79616 src/com/itac/vo/FuelRangeVO.java 11 Parameter 'creationTime' is not assigned and could be declared final
79617 src/com/itac/vo/FuelRangeVO.java 11 Parameter 'fuelContent' is not assigned and could be declared final
79618 src/com/itac/vo/FuelRangeVO.java 11 publicMethodCommentRequirement Required
79619 src/com/itac/vo/FuelRangeVO.java 17 publicMethodCommentRequirement Required
79620 src/com/itac/vo/FuelRangeVO.java 20 Parameter 'creationTime' is not assigned and could be declared final
79621 src/com/itac/vo/FuelRangeVO.java 20 publicMethodCommentRequirement Required
79622 src/com/itac/vo/FuelRangeVO.java 23 publicMethodCommentRequirement Required
79623 src/com/itac/vo/FuelRangeVO.java 26 Parameter 'fuelContent' is not assigned and could be declared final
79624 src/com/itac/vo/FuelRangeVO.java 26 publicMethodCommentRequirement Required
79625 src/com/itac/vo/FuelReportVo.java 5 headerCommentRequirement Required
79626 src/com/itac/vo/FuelReportVo.java 7 fieldCommentRequirement Required
79627 src/com/itac/vo/FuelReportVo.java 8 fieldCommentRequirement Required
79628 src/com/itac/vo/FuelReportVo.java 9 fieldCommentRequirement Required
79629 src/com/itac/vo/FuelReportVo.java 10 Document empty constructor
79630 src/com/itac/vo/FuelReportVo.java 10 publicMethodCommentRequirement Required
79631 src/com/itac/vo/FuelReportVo.java 13 Parameter 'creationTime' is not assigned and could be declared final
79632 src/com/itac/vo/FuelReportVo.java 13 Parameter 'tripParamid' is not assigned and could be declared final
79633 src/com/itac/vo/FuelReportVo.java 13 publicMethodCommentRequirement Required
79634 src/com/itac/vo/FuelReportVo.java 14 Parameter 'fuelContent' is not assigned and could be declared final
79635 src/com/itac/vo/FuelReportVo.java 20 publicMethodCommentRequirement Required
79636 src/com/itac/vo/FuelReportVo.java 23 Parameter 'tripParamid' is not assigned and could be declared final
79637 src/com/itac/vo/FuelReportVo.java 23 publicMethodCommentRequirement Required
79638 src/com/itac/vo/FuelReportVo.java 26 publicMethodCommentRequirement Required
79639 src/com/itac/vo/FuelReportVo.java 29 Parameter 'creationTime' is not assigned and could be declared final
79640 src/com/itac/vo/FuelReportVo.java 29 publicMethodCommentRequirement Required
79641 src/com/itac/vo/FuelReportVo.java 32 publicMethodCommentRequirement Required
79642 src/com/itac/vo/FuelReportVo.java 35 Parameter 'fuelContent' is not assigned and could be declared final
79643 src/com/itac/vo/FuelReportVo.java 35 publicMethodCommentRequirement Required
79644 src/com/itac/vo/FuelVO.java 3 headerCommentRequirement Required
79645 src/com/itac/vo/FuelVO.java 4 fieldCommentRequirement Required
79646 src/com/itac/vo/FuelVO.java 5 fieldCommentRequirement Required
79647 src/com/itac/vo/FuelVO.java 6 fieldCommentRequirement Required
79648 src/com/itac/vo/FuelVO.java 7 fieldCommentRequirement Required
79649 src/com/itac/vo/FuelVO.java 8 fieldCommentRequirement Required
79650 src/com/itac/vo/FuelVO.java 10 publicMethodCommentRequirement Required
79651 src/com/itac/vo/FuelVO.java 13 Parameter 'vehicleId' is not assigned and could be declared final
79652 src/com/itac/vo/FuelVO.java 13 publicMethodCommentRequirement Required
79653 src/com/itac/vo/FuelVO.java 16 publicMethodCommentRequirement Required
79654 src/com/itac/vo/FuelVO.java 19 Parameter 'regNo' is not assigned and could be declared final
79655 src/com/itac/vo/FuelVO.java 19 publicMethodCommentRequirement Required
79656 src/com/itac/vo/FuelVO.java 22 publicMethodCommentRequirement Required
79657 src/com/itac/vo/FuelVO.java 25 Parameter 'vehicleName' is not assigned and could be declared final
79658 src/com/itac/vo/FuelVO.java 25 publicMethodCommentRequirement Required
79659 src/com/itac/vo/FuelVO.java 28 publicMethodCommentRequirement Required
79660 src/com/itac/vo/FuelVO.java 31 Parameter 'fuelRange' is not assigned and could be declared final
79661 src/com/itac/vo/FuelVO.java 31 publicMethodCommentRequirement Required
79662 src/com/itac/vo/FuelVO.java 34 publicMethodCommentRequirement Required
79663 src/com/itac/vo/FuelVO.java 37 Parameter 'tripParamid' is not assigned and could be declared final
79664 src/com/itac/vo/FuelVO.java 37 publicMethodCommentRequirement Required
79665 src/com/itac/vo/GeofenceTotalVO.java 7 Too many fields
79666 src/com/itac/vo/GeofenceTotalVO.java 7 headerCommentRequirement Required
79667 src/com/itac/vo/GeofenceTotalVO.java 9 Avoid variables with short names like id
79668 src/com/itac/vo/GeofenceTotalVO.java 9 fieldCommentRequirement Required
79669 src/com/itac/vo/GeofenceTotalVO.java 10 Avoid unused private fields such as 'tripDetails'.
79670 src/com/itac/vo/GeofenceTotalVO.java 10 fieldCommentRequirement Required
79671 src/com/itac/vo/GeofenceTotalVO.java 11 fieldCommentRequirement Required
79672 src/com/itac/vo/GeofenceTotalVO.java 12 fieldCommentRequirement Required
79673 src/com/itac/vo/GeofenceTotalVO.java 13 fieldCommentRequirement Required
79674 src/com/itac/vo/GeofenceTotalVO.java 14 fieldCommentRequirement Required
79675 src/com/itac/vo/GeofenceTotalVO.java 15 fieldCommentRequirement Required
79676 src/com/itac/vo/GeofenceTotalVO.java 16 fieldCommentRequirement Required
79677 src/com/itac/vo/GeofenceTotalVO.java 17 fieldCommentRequirement Required
79678 src/com/itac/vo/GeofenceTotalVO.java 18 fieldCommentRequirement Required
79679 src/com/itac/vo/GeofenceTotalVO.java 19 fieldCommentRequirement Required
79680 src/com/itac/vo/GeofenceTotalVO.java 20 fieldCommentRequirement Required
79681 src/com/itac/vo/GeofenceTotalVO.java 21 fieldCommentRequirement Required
79682 src/com/itac/vo/GeofenceTotalVO.java 22 fieldCommentRequirement Required
79683 src/com/itac/vo/GeofenceTotalVO.java 23 fieldCommentRequirement Required
79684 src/com/itac/vo/GeofenceTotalVO.java 24 fieldCommentRequirement Required
79685 src/com/itac/vo/GeofenceTotalVO.java 25 fieldCommentRequirement Required
79686 src/com/itac/vo/GeofenceTotalVO.java 26 publicMethodCommentRequirement Required
79687 src/com/itac/vo/GeofenceTotalVO.java 29 Avoid variables with short names like id
79688 src/com/itac/vo/GeofenceTotalVO.java 29 Parameter 'id' is not assigned and could be declared final
79689 src/com/itac/vo/GeofenceTotalVO.java 29 publicMethodCommentRequirement Required
79690 src/com/itac/vo/GeofenceTotalVO.java 32 publicMethodCommentRequirement Required
79691 src/com/itac/vo/GeofenceTotalVO.java 35 Parameter 'userid' is not assigned and could be declared final
79692 src/com/itac/vo/GeofenceTotalVO.java 35 publicMethodCommentRequirement Required
79693 src/com/itac/vo/GeofenceTotalVO.java 38 publicMethodCommentRequirement Required
79694 src/com/itac/vo/GeofenceTotalVO.java 41 Parameter 'geofenceId' is not assigned and could be declared final
79695 src/com/itac/vo/GeofenceTotalVO.java 41 publicMethodCommentRequirement Required
79696 src/com/itac/vo/GeofenceTotalVO.java 44 publicMethodCommentRequirement Required
79697 src/com/itac/vo/GeofenceTotalVO.java 47 Parameter 'geoName' is not assigned and could be declared final
79698 src/com/itac/vo/GeofenceTotalVO.java 47 publicMethodCommentRequirement Required
79699 src/com/itac/vo/GeofenceTotalVO.java 50 publicMethodCommentRequirement Required
79700 src/com/itac/vo/GeofenceTotalVO.java 53 Parameter 'address' is not assigned and could be declared final
79701 src/com/itac/vo/GeofenceTotalVO.java 53 publicMethodCommentRequirement Required
79702 src/com/itac/vo/GeofenceTotalVO.java 56 publicMethodCommentRequirement Required
79703 src/com/itac/vo/GeofenceTotalVO.java 59 Parameter 'countryCode' is not assigned and could be declared final
79704 src/com/itac/vo/GeofenceTotalVO.java 59 publicMethodCommentRequirement Required
79705 src/com/itac/vo/GeofenceTotalVO.java 62 publicMethodCommentRequirement Required
79706 src/com/itac/vo/GeofenceTotalVO.java 65 Parameter 'geoLatitude' is not assigned and could be declared final
79707 src/com/itac/vo/GeofenceTotalVO.java 65 publicMethodCommentRequirement Required
79708 src/com/itac/vo/GeofenceTotalVO.java 68 publicMethodCommentRequirement Required
79709 src/com/itac/vo/GeofenceTotalVO.java 71 Parameter 'geoLongitude' is not assigned and could be declared final
79710 src/com/itac/vo/GeofenceTotalVO.java 71 publicMethodCommentRequirement Required
79711 src/com/itac/vo/GeofenceTotalVO.java 74 publicMethodCommentRequirement Required
79712 src/com/itac/vo/GeofenceTotalVO.java 77 Parameter 'radius' is not assigned and could be declared final
79713 src/com/itac/vo/GeofenceTotalVO.java 77 publicMethodCommentRequirement Required
79714 src/com/itac/vo/GeofenceTotalVO.java 80 publicMethodCommentRequirement Required
79715 src/com/itac/vo/GeofenceTotalVO.java 83 Parameter 'insertOrder' is not assigned and could be declared final
79716 src/com/itac/vo/GeofenceTotalVO.java 83 publicMethodCommentRequirement Required
79717 src/com/itac/vo/GeofenceTotalVO.java 86 publicMethodCommentRequirement Required
79718 src/com/itac/vo/GeofenceTotalVO.java 89 Parameter 'landmark' is not assigned and could be declared final
79719 src/com/itac/vo/GeofenceTotalVO.java 89 publicMethodCommentRequirement Required
79720 src/com/itac/vo/GeofenceTotalVO.java 92 publicMethodCommentRequirement Required
79721 src/com/itac/vo/GeofenceTotalVO.java 95 Parameter 'seqFenceAm' is not assigned and could be declared final
79722 src/com/itac/vo/GeofenceTotalVO.java 95 publicMethodCommentRequirement Required
79723 src/com/itac/vo/GeofenceTotalVO.java 98 publicMethodCommentRequirement Required
79724 src/com/itac/vo/GeofenceTotalVO.java 101 Parameter 'stopTimeAm' is not assigned and could be declared final
79725 src/com/itac/vo/GeofenceTotalVO.java 101 publicMethodCommentRequirement Required
79726 src/com/itac/vo/GeofenceTotalVO.java 104 publicMethodCommentRequirement Required
79727 src/com/itac/vo/GeofenceTotalVO.java 107 Parameter 'seqFencePm' is not assigned and could be declared final
79728 src/com/itac/vo/GeofenceTotalVO.java 107 publicMethodCommentRequirement Required
79729 src/com/itac/vo/GeofenceTotalVO.java 110 publicMethodCommentRequirement Required
79730 src/com/itac/vo/GeofenceTotalVO.java 113 Parameter 'stopTimePm' is not assigned and could be declared final
79731 src/com/itac/vo/GeofenceTotalVO.java 113 publicMethodCommentRequirement Required
79732 src/com/itac/vo/GeofenceTotalVO.java 116 publicMethodCommentRequirement Required
79733 src/com/itac/vo/GeofenceTotalVO.java 119 Parameter 'isValid' is not assigned and could be declared final
79734 src/com/itac/vo/GeofenceTotalVO.java 119 publicMethodCommentRequirement Required
79735 src/com/itac/vo/GeofenceVO.java 5 headerCommentRequirement Required
79736 src/com/itac/vo/GeofenceVO.java 7 Avoid variables with short names like id
79737 src/com/itac/vo/GeofenceVO.java 7 fieldCommentRequirement Required
79738 src/com/itac/vo/GeofenceVO.java 8 fieldCommentRequirement Required
79739 src/com/itac/vo/GeofenceVO.java 9 fieldCommentRequirement Required
79740 src/com/itac/vo/GeofenceVO.java 10 fieldCommentRequirement Required
79741 src/com/itac/vo/GeofenceVO.java 11 fieldCommentRequirement Required
79742 src/com/itac/vo/GeofenceVO.java 12 fieldCommentRequirement Required
79743 src/com/itac/vo/GeofenceVO.java 13 fieldCommentRequirement Required
79744 src/com/itac/vo/GeofenceVO.java 14 fieldCommentRequirement Required
79745 src/com/itac/vo/GeofenceVO.java 15 fieldCommentRequirement Required
79746 src/com/itac/vo/GeofenceVO.java 16 fieldCommentRequirement Required
79747 src/com/itac/vo/GeofenceVO.java 17 fieldCommentRequirement Required
79748 src/com/itac/vo/GeofenceVO.java 18 fieldCommentRequirement Required
79749 src/com/itac/vo/GeofenceVO.java 20 fieldCommentRequirement Required
79750 src/com/itac/vo/GeofenceVO.java 21 publicMethodCommentRequirement Required
79751 src/com/itac/vo/GeofenceVO.java 24 Parameter 'session' is not assigned and could be declared final
79752 src/com/itac/vo/GeofenceVO.java 24 publicMethodCommentRequirement Required
79753 src/com/itac/vo/GeofenceVO.java 30 publicMethodCommentRequirement Required
79754 src/com/itac/vo/GeofenceVO.java 33 Parameter 'index' is not assigned and could be declared final
79755 src/com/itac/vo/GeofenceVO.java 33 publicMethodCommentRequirement Required
79756 src/com/itac/vo/GeofenceVO.java 37 publicMethodCommentRequirement Required
79757 src/com/itac/vo/GeofenceVO.java 40 publicMethodCommentRequirement Required
79758 src/com/itac/vo/GeofenceVO.java 43 Avoid variables with short names like id
79759 src/com/itac/vo/GeofenceVO.java 43 Parameter 'id' is not assigned and could be declared final
79760 src/com/itac/vo/GeofenceVO.java 43 publicMethodCommentRequirement Required
79761 src/com/itac/vo/GeofenceVO.java 46 publicMethodCommentRequirement Required
79762 src/com/itac/vo/GeofenceVO.java 49 Parameter 'geoName' is not assigned and could be declared final
79763 src/com/itac/vo/GeofenceVO.java 49 publicMethodCommentRequirement Required
79764 src/com/itac/vo/GeofenceVO.java 52 publicMethodCommentRequirement Required
79765 src/com/itac/vo/GeofenceVO.java 55 Parameter 'geoLatitude' is not assigned and could be declared final
79766 src/com/itac/vo/GeofenceVO.java 55 publicMethodCommentRequirement Required
79767 src/com/itac/vo/GeofenceVO.java 58 publicMethodCommentRequirement Required
79768 src/com/itac/vo/GeofenceVO.java 61 Parameter 'geoLongitude' is not assigned and could be declared final
79769 src/com/itac/vo/GeofenceVO.java 61 publicMethodCommentRequirement Required
79770 src/com/itac/vo/GeofenceVO.java 64 publicMethodCommentRequirement Required
79771 src/com/itac/vo/GeofenceVO.java 67 Parameter 'radius' is not assigned and could be declared final
79772 src/com/itac/vo/GeofenceVO.java 67 publicMethodCommentRequirement Required
79773 src/com/itac/vo/GeofenceVO.java 70 publicMethodCommentRequirement Required
79774 src/com/itac/vo/GeofenceVO.java 73 Parameter 'landmark' is not assigned and could be declared final
79775 src/com/itac/vo/GeofenceVO.java 73 publicMethodCommentRequirement Required
79776 src/com/itac/vo/GeofenceVO.java 76 publicMethodCommentRequirement Required
79777 src/com/itac/vo/GeofenceVO.java 79 Parameter 'seqFenceAm' is not assigned and could be declared final
79778 src/com/itac/vo/GeofenceVO.java 79 publicMethodCommentRequirement Required
79779 src/com/itac/vo/GeofenceVO.java 82 publicMethodCommentRequirement Required
79780 src/com/itac/vo/GeofenceVO.java 85 Parameter 'stopTimeAm' is not assigned and could be declared final
79781 src/com/itac/vo/GeofenceVO.java 85 publicMethodCommentRequirement Required
79782 src/com/itac/vo/GeofenceVO.java 88 publicMethodCommentRequirement Required
79783 src/com/itac/vo/GeofenceVO.java 91 Parameter 'seqFencePm' is not assigned and could be declared final
79784 src/com/itac/vo/GeofenceVO.java 91 publicMethodCommentRequirement Required
79785 src/com/itac/vo/GeofenceVO.java 94 publicMethodCommentRequirement Required
79786 src/com/itac/vo/GeofenceVO.java 97 Parameter 'stopTimePm' is not assigned and could be declared final
79787 src/com/itac/vo/GeofenceVO.java 97 publicMethodCommentRequirement Required
79788 src/com/itac/vo/GeofenceVO.java 100 Parameter 'geofenceId' is not assigned and could be declared final
79789 src/com/itac/vo/GeofenceVO.java 100 publicMethodCommentRequirement Required
79790 src/com/itac/vo/GroupVO.java 3 headerCommentRequirement Required
79791 src/com/itac/vo/GroupVO.java 4 fieldCommentRequirement Required
79792 src/com/itac/vo/GroupVO.java 5 fieldCommentRequirement Required
79793 src/com/itac/vo/GroupVO.java 6 Document empty constructor
79794 src/com/itac/vo/GroupVO.java 6 publicMethodCommentRequirement Required
79795 src/com/itac/vo/GroupVO.java 9 Parameter 'vehicleGroupName' is not assigned and could be declared final
79796 src/com/itac/vo/GroupVO.java 9 Parameter 'vehicleGroupid' is not assigned and could be declared final
79797 src/com/itac/vo/GroupVO.java 9 publicMethodCommentRequirement Required
79798 src/com/itac/vo/GroupVO.java 16 publicMethodCommentRequirement Required
79799 src/com/itac/vo/GroupVO.java 19 Parameter 'vehicleGroupid' is not assigned and could be declared final
79800 src/com/itac/vo/GroupVO.java 19 publicMethodCommentRequirement Required
79801 src/com/itac/vo/GroupVO.java 22 publicMethodCommentRequirement Required
79802 src/com/itac/vo/GroupVO.java 25 Parameter 'vehicleGroupName' is not assigned and could be declared final
79803 src/com/itac/vo/GroupVO.java 25 publicMethodCommentRequirement Required
79804 src/com/itac/vo/HarshDivingAlertCount.java 3 headerCommentRequirement Required
79805 src/com/itac/vo/HarshDivingAlertCount.java 5 fieldCommentRequirement Required
79806 src/com/itac/vo/HarshDivingAlertCount.java 6 fieldCommentRequirement Required
79807 src/com/itac/vo/HarshDivingAlertCount.java 7 fieldCommentRequirement Required
79808 src/com/itac/vo/HarshDivingAlertCount.java 10 Parameter 'alertcount' is not assigned and could be declared final
79809 src/com/itac/vo/HarshDivingAlertCount.java 10 Parameter 'alertid' is not assigned and could be declared final
79810 src/com/itac/vo/HarshDivingAlertCount.java 10 publicMethodCommentRequirement Required
79811 src/com/itac/vo/HarshDivingAlertCount.java 11 Parameter 'vehicleid' is not assigned and could be declared final
79812 src/com/itac/vo/HarshDivingAlertCount.java 17 publicMethodCommentRequirement Required
79813 src/com/itac/vo/HarshDivingAlertCount.java 20 Parameter 'alertcount' is not assigned and could be declared final
79814 src/com/itac/vo/HarshDivingAlertCount.java 20 publicMethodCommentRequirement Required
79815 src/com/itac/vo/HarshDivingAlertCount.java 23 publicMethodCommentRequirement Required
79816 src/com/itac/vo/HarshDivingAlertCount.java 26 Parameter 'alertid' is not assigned and could be declared final
79817 src/com/itac/vo/HarshDivingAlertCount.java 26 publicMethodCommentRequirement Required
79818 src/com/itac/vo/HarshDivingAlertCount.java 29 publicMethodCommentRequirement Required
79819 src/com/itac/vo/HarshDivingAlertCount.java 32 Parameter 'vehicleid' is not assigned and could be declared final
79820 src/com/itac/vo/HarshDivingAlertCount.java 32 publicMethodCommentRequirement Required
79821 src/com/itac/vo/IdleVO.java 5 headerCommentRequirement Required
79822 src/com/itac/vo/IdleVO.java 6 fieldCommentRequirement Required
79823 src/com/itac/vo/IdleVO.java 7 fieldCommentRequirement Required
79824 src/com/itac/vo/IdleVO.java 8 fieldCommentRequirement Required
79825 src/com/itac/vo/IdleVO.java 9 fieldCommentRequirement Required
79826 src/com/itac/vo/IdleVO.java 10 fieldCommentRequirement Required
79827 src/com/itac/vo/IdleVO.java 11 fieldCommentRequirement Required
79828 src/com/itac/vo/IdleVO.java 12 fieldCommentRequirement Required
79829 src/com/itac/vo/IdleVO.java 13 fieldCommentRequirement Required
79830 src/com/itac/vo/IdleVO.java 14 Document empty constructor
79831 src/com/itac/vo/IdleVO.java 14 publicMethodCommentRequirement Required
79832 src/com/itac/vo/IdleVO.java 17 Parameter 'vehicleId' is not assigned and could be declared final
79833 src/com/itac/vo/IdleVO.java 17 Parameter 'vehicleName' is not assigned and could be declared final
79834 src/com/itac/vo/IdleVO.java 17 publicMethodCommentRequirement Required
79835 src/com/itac/vo/IdleVO.java 24 Parameter 'creationTime' is not assigned and could be declared final
79836 src/com/itac/vo/IdleVO.java 24 Parameter 'fuelContent' is not assigned and could be declared final
79837 src/com/itac/vo/IdleVO.java 24 Parameter 'speed' is not assigned and could be declared final
79838 src/com/itac/vo/IdleVO.java 24 publicMethodCommentRequirement Required
79839 src/com/itac/vo/IdleVO.java 25 Parameter 'eventCode' is not assigned and could be declared final
79840 src/com/itac/vo/IdleVO.java 34 Parameter 'creationTime' is not assigned and could be declared final
79841 src/com/itac/vo/IdleVO.java 34 Parameter 'fuelContent' is not assigned and could be declared final
79842 src/com/itac/vo/IdleVO.java 34 Parameter 'lattitude' is not assigned and could be declared final
79843 src/com/itac/vo/IdleVO.java 34 Parameter 'longitude' is not assigned and could be declared final
79844 src/com/itac/vo/IdleVO.java 34 Parameter 'speed' is not assigned and could be declared final
79845 src/com/itac/vo/IdleVO.java 34 publicMethodCommentRequirement Required
79846 src/com/itac/vo/IdleVO.java 44 publicMethodCommentRequirement Required
79847 src/com/itac/vo/IdleVO.java 47 Parameter 'creationTime' is not assigned and could be declared final
79848 src/com/itac/vo/IdleVO.java 47 publicMethodCommentRequirement Required
79849 src/com/itac/vo/IdleVO.java 50 publicMethodCommentRequirement Required
79850 src/com/itac/vo/IdleVO.java 53 Parameter 'fuelContent' is not assigned and could be declared final
79851 src/com/itac/vo/IdleVO.java 53 publicMethodCommentRequirement Required
79852 src/com/itac/vo/IdleVO.java 56 publicMethodCommentRequirement Required
79853 src/com/itac/vo/IdleVO.java 59 Parameter 'speed' is not assigned and could be declared final
79854 src/com/itac/vo/IdleVO.java 59 publicMethodCommentRequirement Required
79855 src/com/itac/vo/IdleVO.java 62 publicMethodCommentRequirement Required
79856 src/com/itac/vo/IdleVO.java 65 Parameter 'eventCode' is not assigned and could be declared final
79857 src/com/itac/vo/IdleVO.java 65 publicMethodCommentRequirement Required
79858 src/com/itac/vo/IdleVO.java 68 publicMethodCommentRequirement Required
79859 src/com/itac/vo/IdleVO.java 71 Parameter 'vehicleName' is not assigned and could be declared final
79860 src/com/itac/vo/IdleVO.java 71 publicMethodCommentRequirement Required
79861 src/com/itac/vo/IdleVO.java 75 publicMethodCommentRequirement Required
79862 src/com/itac/vo/IdleVO.java 78 Parameter 'vehicleId' is not assigned and could be declared final
79863 src/com/itac/vo/IdleVO.java 78 publicMethodCommentRequirement Required
79864 src/com/itac/vo/IdleVO.java 81 publicMethodCommentRequirement Required
79865 src/com/itac/vo/IdleVO.java 84 Parameter 'lattitude' is not assigned and could be declared final
79866 src/com/itac/vo/IdleVO.java 84 publicMethodCommentRequirement Required
79867 src/com/itac/vo/IdleVO.java 87 publicMethodCommentRequirement Required
79868 src/com/itac/vo/IdleVO.java 90 Parameter 'longitude' is not assigned and could be declared final
79869 src/com/itac/vo/IdleVO.java 90 publicMethodCommentRequirement Required
79870 src/com/itac/vo/LiveTripAlertVO.java 5 headerCommentRequirement Required
79871 src/com/itac/vo/LiveTripAlertVO.java 6 fieldCommentRequirement Required
79872 src/com/itac/vo/LiveTripAlertVO.java 7 fieldCommentRequirement Required
79873 src/com/itac/vo/LiveTripAlertVO.java 8 fieldCommentRequirement Required
79874 src/com/itac/vo/LiveTripAlertVO.java 9 fieldCommentRequirement Required
79875 src/com/itac/vo/LiveTripAlertVO.java 10 fieldCommentRequirement Required
79876 src/com/itac/vo/LiveTripAlertVO.java 11 fieldCommentRequirement Required
79877 src/com/itac/vo/LiveTripAlertVO.java 12 fieldCommentRequirement Required
79878 src/com/itac/vo/LiveTripAlertVO.java 13 Document empty constructor
79879 src/com/itac/vo/LiveTripAlertVO.java 13 publicMethodCommentRequirement Required
79880 src/com/itac/vo/LiveTripAlertVO.java 17 Parameter 'alertId' is not assigned and could be declared final
79881 src/com/itac/vo/LiveTripAlertVO.java 17 Parameter 'vehicleId' is not assigned and could be declared final
79882 src/com/itac/vo/LiveTripAlertVO.java 17 publicMethodCommentRequirement Required
79883 src/com/itac/vo/LiveTripAlertVO.java 18 Parameter 'alertTime' is not assigned and could be declared final
79884 src/com/itac/vo/LiveTripAlertVO.java 18 Parameter 'description' is not assigned and could be declared final
79885 src/com/itac/vo/LiveTripAlertVO.java 18 Parameter 'vehicleName' is not assigned and could be declared final
79886 src/com/itac/vo/LiveTripAlertVO.java 27 Parameter 'livetripAlert' is not assigned and could be declared final
79887 src/com/itac/vo/LiveTripAlertVO.java 27 Parameter 'timeStamp' is not assigned and could be declared final
79888 src/com/itac/vo/LiveTripAlertVO.java 27 The user-supplied array 'livetripAlert' is stored directly.
79889 src/com/itac/vo/LiveTripAlertVO.java 27 publicMethodCommentRequirement Required
79890 src/com/itac/vo/LiveTripAlertVO.java 33 publicMethodCommentRequirement Required
79891 src/com/itac/vo/LiveTripAlertVO.java 36 Parameter 'alertTime' is not assigned and could be declared final
79892 src/com/itac/vo/LiveTripAlertVO.java 36 publicMethodCommentRequirement Required
79893 src/com/itac/vo/LiveTripAlertVO.java 39 publicMethodCommentRequirement Required
79894 src/com/itac/vo/LiveTripAlertVO.java 42 Parameter 'description' is not assigned and could be declared final
79895 src/com/itac/vo/LiveTripAlertVO.java 42 publicMethodCommentRequirement Required
79896 src/com/itac/vo/LiveTripAlertVO.java 46 publicMethodCommentRequirement Required
79897 src/com/itac/vo/LiveTripAlertVO.java 50 Parameter 'alertId' is not assigned and could be declared final
79898 src/com/itac/vo/LiveTripAlertVO.java 50 publicMethodCommentRequirement Required
79899 src/com/itac/vo/LiveTripAlertVO.java 54 publicMethodCommentRequirement Required
79900 src/com/itac/vo/LiveTripAlertVO.java 58 Parameter 'vehicleId' is not assigned and could be declared final
79901 src/com/itac/vo/LiveTripAlertVO.java 58 publicMethodCommentRequirement Required
79902 src/com/itac/vo/LiveTripAlertVO.java 62 publicMethodCommentRequirement Required
79903 src/com/itac/vo/LiveTripAlertVO.java 66 Parameter 'vehicleName' is not assigned and could be declared final
79904 src/com/itac/vo/LiveTripAlertVO.java 66 publicMethodCommentRequirement Required
79905 src/com/itac/vo/LiveTripAlertVO.java 70 publicMethodCommentRequirement Required
79906 src/com/itac/vo/LiveTripAlertVO.java 74 Parameter 'timeStamp' is not assigned and could be declared final
79907 src/com/itac/vo/LiveTripAlertVO.java 74 publicMethodCommentRequirement Required
79908 src/com/itac/vo/LiveTripAlertVO.java 78 publicMethodCommentRequirement Required
79909 src/com/itac/vo/LiveTripAlertVO.java 79 Returning 'livetripAlert' may expose an internal array.
79910 src/com/itac/vo/LiveTripAlertVO.java 82 Parameter 'livetripAlert' is not assigned and could be declared final
79911 src/com/itac/vo/LiveTripAlertVO.java 82 The user-supplied array 'livetripAlert' is stored directly.
79912 src/com/itac/vo/LiveTripAlertVO.java 82 publicMethodCommentRequirement Required
79913 src/com/itac/vo/OrgFenceVO.java 4 headerCommentRequirement Required
79914 src/com/itac/vo/OrgFenceVO.java 7 Document empty constructor
79915 src/com/itac/vo/OrgFenceVO.java 7 publicMethodCommentRequirement Required
79916 src/com/itac/vo/OrgFenceVO.java 11 Parameter 'fenceLattitude' is not assigned and could be declared final
79917 src/com/itac/vo/OrgFenceVO.java 11 Parameter 'fenceLongitude' is not assigned and could be declared final
79918 src/com/itac/vo/OrgFenceVO.java 11 publicMethodCommentRequirement Required
79919 src/com/itac/vo/OrgFenceVO.java 17 publicMethodCommentRequirement Required
79920 src/com/itac/vo/OrgFenceVO.java 22 Parameter 'fenceLattitude' is not assigned and could be declared final
79921 src/com/itac/vo/OrgFenceVO.java 22 publicMethodCommentRequirement Required
79922 src/com/itac/vo/OrgFenceVO.java 27 publicMethodCommentRequirement Required
79923 src/com/itac/vo/OrgFenceVO.java 32 Parameter 'fenceLongitude' is not assigned and could be declared final
79924 src/com/itac/vo/OrgFenceVO.java 32 publicMethodCommentRequirement Required
79925 src/com/itac/vo/OrgFenceVO.java 37 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
79926 src/com/itac/vo/OrgFenceVO.java 37 fieldCommentRequirement Required
79927 src/com/itac/vo/OrgFenceVO.java 38 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
79928 src/com/itac/vo/OrgFenceVO.java 38 fieldCommentRequirement Required
79929 src/com/itac/vo/OrgFenceVO.java 40 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
79930 src/com/itac/vo/OrgFenceVO.java 42 publicMethodCommentRequirement Required
79931 src/com/itac/vo/OrgFenceVO.java 47 Parameter 'fenceName' is not assigned and could be declared final
79932 src/com/itac/vo/OrgFenceVO.java 47 publicMethodCommentRequirement Required
79933 src/com/itac/vo/PacketData.java 5 headerCommentRequirement Required
79934 src/com/itac/vo/PacketData.java 6 fieldCommentRequirement Required
79935 src/com/itac/vo/PacketData.java 7 fieldCommentRequirement Required
79936 src/com/itac/vo/PacketData.java 8 fieldCommentRequirement Required
79937 src/com/itac/vo/PacketData.java 9 fieldCommentRequirement Required
79938 src/com/itac/vo/PacketData.java 10 fieldCommentRequirement Required
79939 src/com/itac/vo/PacketData.java 11 fieldCommentRequirement Required
79940 src/com/itac/vo/PacketData.java 12 Document empty constructor
79941 src/com/itac/vo/PacketData.java 12 publicMethodCommentRequirement Required
79942 src/com/itac/vo/PacketData.java 17 Parameter 'creationTime' is not assigned and could be declared final
79943 src/com/itac/vo/PacketData.java 17 Parameter 'latitude' is not assigned and could be declared final
79944 src/com/itac/vo/PacketData.java 17 Parameter 'longitude' is not assigned and could be declared final
79945 src/com/itac/vo/PacketData.java 17 publicMethodCommentRequirement Required
79946 src/com/itac/vo/PacketData.java 18 Parameter 'tripparamid' is not assigned and could be declared final
79947 src/com/itac/vo/PacketData.java 29 Parameter 'creationTime' is not assigned and could be declared final
79948 src/com/itac/vo/PacketData.java 29 Parameter 'latitude' is not assigned and could be declared final
79949 src/com/itac/vo/PacketData.java 29 Parameter 'stopTime' is not assigned and could be declared final
79950 src/com/itac/vo/PacketData.java 29 publicMethodCommentRequirement Required
79951 src/com/itac/vo/PacketData.java 30 Parameter 'longitude' is not assigned and could be declared final
79952 src/com/itac/vo/PacketData.java 30 Parameter 'tripparamid' is not assigned and could be declared final
79953 src/com/itac/vo/PacketData.java 40 Parameter 'creationTime' is not assigned and could be declared final
79954 src/com/itac/vo/PacketData.java 40 Parameter 'latitude' is not assigned and could be declared final
79955 src/com/itac/vo/PacketData.java 40 publicMethodCommentRequirement Required
79956 src/com/itac/vo/PacketData.java 41 Parameter 'eventCode' is not assigned and could be declared final
79957 src/com/itac/vo/PacketData.java 41 Parameter 'longitude' is not assigned and could be declared final
79958 src/com/itac/vo/PacketData.java 41 Parameter 'tripparamid' is not assigned and could be declared final
79959 src/com/itac/vo/PacketData.java 52 publicMethodCommentRequirement Required
79960 src/com/itac/vo/PacketData.java 55 Parameter 'creationTime' is not assigned and could be declared final
79961 src/com/itac/vo/PacketData.java 55 publicMethodCommentRequirement Required
79962 src/com/itac/vo/PacketData.java 58 publicMethodCommentRequirement Required
79963 src/com/itac/vo/PacketData.java 61 Parameter 'stopTime' is not assigned and could be declared final
79964 src/com/itac/vo/PacketData.java 61 publicMethodCommentRequirement Required
79965 src/com/itac/vo/PacketData.java 64 publicMethodCommentRequirement Required
79966 src/com/itac/vo/PacketData.java 67 Parameter 'longitude' is not assigned and could be declared final
79967 src/com/itac/vo/PacketData.java 67 publicMethodCommentRequirement Required
79968 src/com/itac/vo/PacketData.java 70 publicMethodCommentRequirement Required
79969 src/com/itac/vo/PacketData.java 73 Parameter 'latitude' is not assigned and could be declared final
79970 src/com/itac/vo/PacketData.java 73 publicMethodCommentRequirement Required
79971 src/com/itac/vo/PacketData.java 76 publicMethodCommentRequirement Required
79972 src/com/itac/vo/PacketData.java 79 Parameter 'tripparamid' is not assigned and could be declared final
79973 src/com/itac/vo/PacketData.java 79 publicMethodCommentRequirement Required
79974 src/com/itac/vo/PacketData.java 84 publicMethodCommentRequirement Required
79975 src/com/itac/vo/PacketData.java 89 Parameter 'eventCode' is not assigned and could be declared final
79976 src/com/itac/vo/PacketData.java 89 publicMethodCommentRequirement Required
79977 src/com/itac/vo/PacketFetcherVO.java 10 Avoid unused imports such as 'java.util.Date'
79978 src/com/itac/vo/PacketFetcherVO.java 12 headerCommentRequirement Required
79979 src/com/itac/vo/PacketFetcherVO.java 15 fieldCommentRequirement Required
79980 src/com/itac/vo/PacketFetcherVO.java 16 fieldCommentRequirement Required
79981 src/com/itac/vo/PacketFetcherVO.java 17 fieldCommentRequirement Required
79982 src/com/itac/vo/PacketFetcherVO.java 18 fieldCommentRequirement Required
79983 src/com/itac/vo/PacketFetcherVO.java 19 Variables should start with a lowercase character, 'FuelLeft' starts with uppercase character.
79984 src/com/itac/vo/PacketFetcherVO.java 19 fieldCommentRequirement Required
79985 src/com/itac/vo/PacketFetcherVO.java 20 fieldCommentRequirement Required
79986 src/com/itac/vo/PacketFetcherVO.java 21 fieldCommentRequirement Required
79987 src/com/itac/vo/PacketFetcherVO.java 22 fieldCommentRequirement Required
79988 src/com/itac/vo/PacketFetcherVO.java 24 fieldCommentRequirement Required
79989 src/com/itac/vo/PacketFetcherVO.java 25 publicMethodCommentRequirement Required
79990 src/com/itac/vo/PacketFetcherVO.java 29 Parameter 'heading' is not assigned and could be declared final
79991 src/com/itac/vo/PacketFetcherVO.java 29 publicMethodCommentRequirement Required
79992 src/com/itac/vo/PacketFetcherVO.java 35 Document empty constructor
79993 src/com/itac/vo/PacketFetcherVO.java 35 publicMethodCommentRequirement Required
79994 src/com/itac/vo/PacketFetcherVO.java 40 Parameter 'creationTime' is not assigned and could be declared final
79995 src/com/itac/vo/PacketFetcherVO.java 40 Parameter 'latitude' is not assigned and could be declared final
79996 src/com/itac/vo/PacketFetcherVO.java 40 Parameter 'longitude' is not assigned and could be declared final
79997 src/com/itac/vo/PacketFetcherVO.java 40 publicMethodCommentRequirement Required
79998 src/com/itac/vo/PacketFetcherVO.java 48 Parameter 'latitude' is not assigned and could be declared final
79999 src/com/itac/vo/PacketFetcherVO.java 48 Parameter 'longitude' is not assigned and could be declared final
80000 src/com/itac/vo/PacketFetcherVO.java 48 Parameter 'speed' is not assigned and could be declared final
80001 src/com/itac/vo/PacketFetcherVO.java 48 publicMethodCommentRequirement Required
80002 src/com/itac/vo/PacketFetcherVO.java 49 Parameter 'creationTime' is not assigned and could be declared final
80003 src/com/itac/vo/PacketFetcherVO.java 49 Parameter 'fuelLeft' is not assigned and could be declared final
80004 src/com/itac/vo/PacketFetcherVO.java 62 Parameter 'latitude' is not assigned and could be declared final
80005 src/com/itac/vo/PacketFetcherVO.java 62 Parameter 'longitude' is not assigned and could be declared final
80006 src/com/itac/vo/PacketFetcherVO.java 62 Parameter 'speed' is not assigned and could be declared final
80007 src/com/itac/vo/PacketFetcherVO.java 62 publicMethodCommentRequirement Required
80008 src/com/itac/vo/PacketFetcherVO.java 63 Parameter 'alert' is not assigned and could be declared final
80009 src/com/itac/vo/PacketFetcherVO.java 63 Parameter 'creationTime' is not assigned and could be declared final
80010 src/com/itac/vo/PacketFetcherVO.java 63 Parameter 'fuelLeft' is not assigned and could be declared final
80011 src/com/itac/vo/PacketFetcherVO.java 74 Parameter 'latitude' is not assigned and could be declared final
80012 src/com/itac/vo/PacketFetcherVO.java 74 Parameter 'longitude' is not assigned and could be declared final
80013 src/com/itac/vo/PacketFetcherVO.java 74 Parameter 'speed' is not assigned and could be declared final
80014 src/com/itac/vo/PacketFetcherVO.java 74 publicMethodCommentRequirement Required
80015 src/com/itac/vo/PacketFetcherVO.java 75 Parameter 'alert' is not assigned and could be declared final
80016 src/com/itac/vo/PacketFetcherVO.java 75 Parameter 'batteryStatus' is not assigned and could be declared final
80017 src/com/itac/vo/PacketFetcherVO.java 75 Parameter 'creationTime' is not assigned and could be declared final
80018 src/com/itac/vo/PacketFetcherVO.java 75 Parameter 'fuelLeft' is not assigned and could be declared final
80019 src/com/itac/vo/PacketFetcherVO.java 75 Parameter 'tankCapacity' is not assigned and could be declared final
80020 src/com/itac/vo/PacketFetcherVO.java 88 publicMethodCommentRequirement Required
80021 src/com/itac/vo/PacketFetcherVO.java 91 Parameter 'latitude' is not assigned and could be declared final
80022 src/com/itac/vo/PacketFetcherVO.java 91 publicMethodCommentRequirement Required
80023 src/com/itac/vo/PacketFetcherVO.java 94 publicMethodCommentRequirement Required
80024 src/com/itac/vo/PacketFetcherVO.java 97 Parameter 'longitude' is not assigned and could be declared final
80025 src/com/itac/vo/PacketFetcherVO.java 97 publicMethodCommentRequirement Required
80026 src/com/itac/vo/PacketFetcherVO.java 100 publicMethodCommentRequirement Required
80027 src/com/itac/vo/PacketFetcherVO.java 103 Parameter 'speed' is not assigned and could be declared final
80028 src/com/itac/vo/PacketFetcherVO.java 103 publicMethodCommentRequirement Required
80029 src/com/itac/vo/PacketFetcherVO.java 106 publicMethodCommentRequirement Required
80030 src/com/itac/vo/PacketFetcherVO.java 109 Parameter 'creationTime' is not assigned and could be declared final
80031 src/com/itac/vo/PacketFetcherVO.java 109 publicMethodCommentRequirement Required
80032 src/com/itac/vo/PacketFetcherVO.java 112 publicMethodCommentRequirement Required
80033 src/com/itac/vo/PacketFetcherVO.java 115 Parameter 'fuelLeft' is not assigned and could be declared final
80034 src/com/itac/vo/PacketFetcherVO.java 115 publicMethodCommentRequirement Required
80035 src/com/itac/vo/PacketFetcherVO.java 120 publicMethodCommentRequirement Required
80036 src/com/itac/vo/PacketFetcherVO.java 125 Parameter 'alert' is not assigned and could be declared final
80037 src/com/itac/vo/PacketFetcherVO.java 125 publicMethodCommentRequirement Required
80038 src/com/itac/vo/PacketFetcherVO.java 130 publicMethodCommentRequirement Required
80039 src/com/itac/vo/PacketFetcherVO.java 135 Parameter 'tankCapacity' is not assigned and could be declared final
80040 src/com/itac/vo/PacketFetcherVO.java 135 publicMethodCommentRequirement Required
80041 src/com/itac/vo/PacketFetcherVO.java 141 publicMethodCommentRequirement Required
80042 src/com/itac/vo/PacketFetcherVO.java 146 Parameter 'batteryStatus' is not assigned and could be declared final
80043 src/com/itac/vo/PacketFetcherVO.java 146 publicMethodCommentRequirement Required
80044 src/com/itac/vo/PacketVO.java 3 headerCommentRequirement Required
80045 src/com/itac/vo/PacketVO.java 4 fieldCommentRequirement Required
80046 src/com/itac/vo/PacketVO.java 5 fieldCommentRequirement Required
80047 src/com/itac/vo/PacketVO.java 6 fieldCommentRequirement Required
80048 src/com/itac/vo/PacketVO.java 8 Document empty constructor
80049 src/com/itac/vo/PacketVO.java 8 publicMethodCommentRequirement Required
80050 src/com/itac/vo/PacketVO.java 12 Parameter 'fenceVo' is not assigned and could be declared final
80051 src/com/itac/vo/PacketVO.java 12 Parameter 'session' is not assigned and could be declared final
80052 src/com/itac/vo/PacketVO.java 12 The user-supplied array 'fenceVo' is stored directly.
80053 src/com/itac/vo/PacketVO.java 12 publicMethodCommentRequirement Required
80054 src/com/itac/vo/PacketVO.java 18 Parameter 'packetFetcherVo' is not assigned and could be declared final
80055 src/com/itac/vo/PacketVO.java 18 Parameter 'session' is not assigned and could be declared final
80056 src/com/itac/vo/PacketVO.java 18 The user-supplied array 'packetFetcherVo' is stored directly.
80057 src/com/itac/vo/PacketVO.java 18 publicMethodCommentRequirement Required
80058 src/com/itac/vo/PacketVO.java 24 publicMethodCommentRequirement Required
80059 src/com/itac/vo/PacketVO.java 28 Parameter 'session' is not assigned and could be declared final
80060 src/com/itac/vo/PacketVO.java 28 publicMethodCommentRequirement Required
80061 src/com/itac/vo/PacketVO.java 32 publicMethodCommentRequirement Required
80062 src/com/itac/vo/PacketVO.java 33 Returning 'packetFetcherVo' may expose an internal array.
80063 src/com/itac/vo/PacketVO.java 36 Parameter 'packetFetcherVo' is not assigned and could be declared final
80064 src/com/itac/vo/PacketVO.java 36 The user-supplied array 'packetFetcherVo' is stored directly.
80065 src/com/itac/vo/PacketVO.java 36 publicMethodCommentRequirement Required
80066 src/com/itac/vo/PacketVO.java 40 publicMethodCommentRequirement Required
80067 src/com/itac/vo/PacketVO.java 41 Returning 'fenceVo' may expose an internal array.
80068 src/com/itac/vo/PacketVO.java 44 Parameter 'fenceVo' is not assigned and could be declared final
80069 src/com/itac/vo/PacketVO.java 44 The user-supplied array 'fenceVo' is stored directly.
80070 src/com/itac/vo/PacketVO.java 44 publicMethodCommentRequirement Required
80071 src/com/itac/vo/PilferageData.java 3 headerCommentRequirement Required
80072 src/com/itac/vo/PilferageData.java 4 fieldCommentRequirement Required
80073 src/com/itac/vo/PilferageData.java 5 Variables should start with a lowercase character, 'Vehiclename' starts with uppercase character.
80074 src/com/itac/vo/PilferageData.java 5 fieldCommentRequirement Required
80075 src/com/itac/vo/PilferageData.java 6 fieldCommentRequirement Required
80076 src/com/itac/vo/PilferageData.java 7 fieldCommentRequirement Required
80077 src/com/itac/vo/PilferageData.java 8 fieldCommentRequirement Required
80078 src/com/itac/vo/PilferageData.java 9 fieldCommentRequirement Required
80079 src/com/itac/vo/PilferageData.java 10 fieldCommentRequirement Required
80080 src/com/itac/vo/PilferageData.java 11 fieldCommentRequirement Required
80081 src/com/itac/vo/PilferageData.java 12 fieldCommentRequirement Required
80082 src/com/itac/vo/PilferageData.java 13 Document empty constructor
80083 src/com/itac/vo/PilferageData.java 13 publicMethodCommentRequirement Required
80084 src/com/itac/vo/PilferageData.java 16 Parameter 'vehicleId' is not assigned and could be declared final
80085 src/com/itac/vo/PilferageData.java 16 Parameter 'vehiclename' is not assigned and could be declared final
80086 src/com/itac/vo/PilferageData.java 16 publicMethodCommentRequirement Required
80087 src/com/itac/vo/PilferageData.java 17 Parameter 'creationDate' is not assigned and could be declared final
80088 src/com/itac/vo/PilferageData.java 17 Parameter 'creationTime' is not assigned and could be declared final
80089 src/com/itac/vo/PilferageData.java 17 Parameter 'lattitude' is not assigned and could be declared final
80090 src/com/itac/vo/PilferageData.java 18 Parameter 'fuelqty' is not assigned and could be declared final
80091 src/com/itac/vo/PilferageData.java 18 Parameter 'longitude' is not assigned and could be declared final
80092 src/com/itac/vo/PilferageData.java 18 Parameter 'tripid' is not assigned and could be declared final
80093 src/com/itac/vo/PilferageData.java 31 Parameter 'vehicleId' is not assigned and could be declared final
80094 src/com/itac/vo/PilferageData.java 31 Parameter 'vehiclename' is not assigned and could be declared final
80095 src/com/itac/vo/PilferageData.java 31 publicMethodCommentRequirement Required
80096 src/com/itac/vo/PilferageData.java 32 Parameter 'creationDate' is not assigned and could be declared final
80097 src/com/itac/vo/PilferageData.java 32 Parameter 'creationTime' is not assigned and could be declared final
80098 src/com/itac/vo/PilferageData.java 32 Parameter 'lattitude' is not assigned and could be declared final
80099 src/com/itac/vo/PilferageData.java 33 Parameter 'fuelqty' is not assigned and could be declared final
80100 src/com/itac/vo/PilferageData.java 33 Parameter 'location' is not assigned and could be declared final
80101 src/com/itac/vo/PilferageData.java 33 Parameter 'longitude' is not assigned and could be declared final
80102 src/com/itac/vo/PilferageData.java 33 Parameter 'tripid' is not assigned and could be declared final
80103 src/com/itac/vo/PilferageData.java 45 publicMethodCommentRequirement Required
80104 src/com/itac/vo/PilferageData.java 48 Parameter 'vehicleId' is not assigned and could be declared final
80105 src/com/itac/vo/PilferageData.java 48 publicMethodCommentRequirement Required
80106 src/com/itac/vo/PilferageData.java 51 publicMethodCommentRequirement Required
80107 src/com/itac/vo/PilferageData.java 54 Parameter 'vehiclename' is not assigned and could be declared final
80108 src/com/itac/vo/PilferageData.java 54 publicMethodCommentRequirement Required
80109 src/com/itac/vo/PilferageData.java 57 publicMethodCommentRequirement Required
80110 src/com/itac/vo/PilferageData.java 60 Parameter 'creationDate' is not assigned and could be declared final
80111 src/com/itac/vo/PilferageData.java 60 publicMethodCommentRequirement Required
80112 src/com/itac/vo/PilferageData.java 63 publicMethodCommentRequirement Required
80113 src/com/itac/vo/PilferageData.java 66 Parameter 'creationTime' is not assigned and could be declared final
80114 src/com/itac/vo/PilferageData.java 66 publicMethodCommentRequirement Required
80115 src/com/itac/vo/PilferageData.java 69 publicMethodCommentRequirement Required
80116 src/com/itac/vo/PilferageData.java 72 Parameter 'lattitude' is not assigned and could be declared final
80117 src/com/itac/vo/PilferageData.java 72 publicMethodCommentRequirement Required
80118 src/com/itac/vo/PilferageData.java 75 publicMethodCommentRequirement Required
80119 src/com/itac/vo/PilferageData.java 78 Parameter 'longitude' is not assigned and could be declared final
80120 src/com/itac/vo/PilferageData.java 78 publicMethodCommentRequirement Required
80121 src/com/itac/vo/PilferageData.java 81 publicMethodCommentRequirement Required
80122 src/com/itac/vo/PilferageData.java 84 Parameter 'fuelqty' is not assigned and could be declared final
80123 src/com/itac/vo/PilferageData.java 84 publicMethodCommentRequirement Required
80124 src/com/itac/vo/PilferageData.java 87 publicMethodCommentRequirement Required
80125 src/com/itac/vo/PilferageData.java 90 Parameter 'tripid' is not assigned and could be declared final
80126 src/com/itac/vo/PilferageData.java 90 publicMethodCommentRequirement Required
80127 src/com/itac/vo/PilferageData.java 93 publicMethodCommentRequirement Required
80128 src/com/itac/vo/PilferageData.java 96 Parameter 'location' is not assigned and could be declared final
80129 src/com/itac/vo/PilferageData.java 96 publicMethodCommentRequirement Required
80130 src/com/itac/vo/PunctualityData.java 4 Avoid unused imports such as 'java.util.HashSet'
80131 src/com/itac/vo/PunctualityData.java 5 Avoid unused imports such as 'java.util.LinkedHashSet'
80132 src/com/itac/vo/PunctualityData.java 6 Avoid unused imports such as 'java.util.Set'
80133 src/com/itac/vo/PunctualityData.java 8 headerCommentRequirement Required
80134 src/com/itac/vo/PunctualityData.java 9 fieldCommentRequirement Required
80135 src/com/itac/vo/PunctualityData.java 10 fieldCommentRequirement Required
80136 src/com/itac/vo/PunctualityData.java 12 Avoid excessively long variable names like objFencePunctualityData
80137 src/com/itac/vo/PunctualityData.java 12 Found non-transient, non-static member. Please mark as transient or provide accessors.
80138 src/com/itac/vo/PunctualityData.java 12 Use explicit scoping instead of the default package private level
80139 src/com/itac/vo/PunctualityData.java 12 fieldCommentRequirement Required
80140 src/com/itac/vo/PunctualityData.java 15 publicMethodCommentRequirement Required
80141 src/com/itac/vo/PunctualityData.java 16 Returning 'objFencePunctualityData' may expose an internal array.
80142 src/com/itac/vo/PunctualityData.java 18 Avoid excessively long variable names like objFencePunctualityData
80143 src/com/itac/vo/PunctualityData.java 18 Parameter 'objFencePunctualityData' is not assigned and could be declared final
80144 src/com/itac/vo/PunctualityData.java 18 The user-supplied array 'objFencePunctualityData' is stored directly.
80145 src/com/itac/vo/PunctualityData.java 18 publicMethodCommentRequirement Required
80146 src/com/itac/vo/PunctualityData.java 21 publicMethodCommentRequirement Required
80147 src/com/itac/vo/PunctualityData.java 24 Parameter 'creationDate' is not assigned and could be declared final
80148 src/com/itac/vo/PunctualityData.java 24 publicMethodCommentRequirement Required
80149 src/com/itac/vo/PunctualityData.java 27 publicMethodCommentRequirement Required
80150 src/com/itac/vo/PunctualityData.java 30 Parameter 'tripId' is not assigned and could be declared final
80151 src/com/itac/vo/PunctualityData.java 30 publicMethodCommentRequirement Required
80152 src/com/itac/vo/RefuelInfo.java 5 headerCommentRequirement Required
80153 src/com/itac/vo/RefuelInfo.java 6 fieldCommentRequirement Required
80154 src/com/itac/vo/RefuelInfo.java 7 fieldCommentRequirement Required
80155 src/com/itac/vo/RefuelInfo.java 8 Document empty constructor
80156 src/com/itac/vo/RefuelInfo.java 8 publicMethodCommentRequirement Required
80157 src/com/itac/vo/RefuelInfo.java 11 Parameter 'creationTime' is not assigned and could be declared final
80158 src/com/itac/vo/RefuelInfo.java 11 Parameter 'refuelqty' is not assigned and could be declared final
80159 src/com/itac/vo/RefuelInfo.java 11 publicMethodCommentRequirement Required
80160 src/com/itac/vo/RefuelInfo.java 16 publicMethodCommentRequirement Required
80161 src/com/itac/vo/RefuelInfo.java 19 Parameter 'creationTime' is not assigned and could be declared final
80162 src/com/itac/vo/RefuelInfo.java 19 publicMethodCommentRequirement Required
80163 src/com/itac/vo/RefuelInfo.java 22 publicMethodCommentRequirement Required
80164 src/com/itac/vo/RefuelInfo.java 25 Parameter 'refuelqty' is not assigned and could be declared final
80165 src/com/itac/vo/RefuelInfo.java 25 publicMethodCommentRequirement Required
80166 src/com/itac/vo/RefuelVO.java 3 Avoid unused imports such as 'java.util.Comparator'
80167 src/com/itac/vo/RefuelVO.java 4 headerCommentRequirement Required
80168 src/com/itac/vo/RefuelVO.java 5 fieldCommentRequirement Required
80169 src/com/itac/vo/RefuelVO.java 6 fieldCommentRequirement Required
80170 src/com/itac/vo/RefuelVO.java 7 fieldCommentRequirement Required
80171 src/com/itac/vo/RefuelVO.java 8 fieldCommentRequirement Required
80172 src/com/itac/vo/RefuelVO.java 10 Document empty constructor
80173 src/com/itac/vo/RefuelVO.java 10 publicMethodCommentRequirement Required
80174 src/com/itac/vo/RefuelVO.java 14 Parameter 'vehicleId' is not assigned and could be declared final
80175 src/com/itac/vo/RefuelVO.java 14 Parameter 'vehicleName' is not assigned and could be declared final
80176 src/com/itac/vo/RefuelVO.java 14 publicMethodCommentRequirement Required
80177 src/com/itac/vo/RefuelVO.java 15 Parameter 'noOfTimesRefuel' is not assigned and could be declared final
80178 src/com/itac/vo/RefuelVO.java 15 Parameter 'totalRefuelQty' is not assigned and could be declared final
80179 src/com/itac/vo/RefuelVO.java 23 publicMethodCommentRequirement Required
80180 src/com/itac/vo/RefuelVO.java 27 Parameter 'vehicleId' is not assigned and could be declared final
80181 src/com/itac/vo/RefuelVO.java 27 publicMethodCommentRequirement Required
80182 src/com/itac/vo/RefuelVO.java 31 publicMethodCommentRequirement Required
80183 src/com/itac/vo/RefuelVO.java 35 Parameter 'vehicleName' is not assigned and could be declared final
80184 src/com/itac/vo/RefuelVO.java 35 publicMethodCommentRequirement Required
80185 src/com/itac/vo/RefuelVO.java 39 publicMethodCommentRequirement Required
80186 src/com/itac/vo/RefuelVO.java 43 Parameter 'noOfTimesRefuel' is not assigned and could be declared final
80187 src/com/itac/vo/RefuelVO.java 43 publicMethodCommentRequirement Required
80188 src/com/itac/vo/RefuelVO.java 47 publicMethodCommentRequirement Required
80189 src/com/itac/vo/RefuelVO.java 51 Parameter 'totalRefuelQty' is not assigned and could be declared final
80190 src/com/itac/vo/RefuelVO.java 51 publicMethodCommentRequirement Required
80191 src/com/itac/vo/RefuelVO.java 55 Parameter 'compareQty' is not assigned and could be declared final
80192 src/com/itac/vo/RefuelVO.java 55 publicMethodCommentRequirement Required
80193 src/com/itac/vo/RefuelVO.java 57 Local variable 'compareQuantity' could be declared final
80194 src/com/itac/vo/RefuelVO.java 57 Potential violation of Law of Demeter (method chain calls)
80195 src/com/itac/vo/ReportRefVO.java 11 headerCommentRequirement Required
80196 src/com/itac/vo/ReportRefVO.java 12 fieldCommentRequirement Required
80197 src/com/itac/vo/ReportRefVO.java 13 fieldCommentRequirement Required
80198 src/com/itac/vo/ReportRefVO.java 14 fieldCommentRequirement Required
80199 src/com/itac/vo/ReportRefVO.java 16 Document empty constructor
80200 src/com/itac/vo/ReportRefVO.java 16 publicMethodCommentRequirement Required
80201 src/com/itac/vo/ReportRefVO.java 20 Parameter 'description' is not assigned and could be declared final
80202 src/com/itac/vo/ReportRefVO.java 20 Parameter 'eventCode' is not assigned and could be declared final
80203 src/com/itac/vo/ReportRefVO.java 20 Parameter 'imagePath' is not assigned and could be declared final
80204 src/com/itac/vo/ReportRefVO.java 20 publicMethodCommentRequirement Required
80205 src/com/itac/vo/ReportRefVO.java 27 publicMethodCommentRequirement Required
80206 src/com/itac/vo/ReportRefVO.java 31 Parameter 'eventCode' is not assigned and could be declared final
80207 src/com/itac/vo/ReportRefVO.java 31 publicMethodCommentRequirement Required
80208 src/com/itac/vo/ReportRefVO.java 35 publicMethodCommentRequirement Required
80209 src/com/itac/vo/ReportRefVO.java 39 Parameter 'description' is not assigned and could be declared final
80210 src/com/itac/vo/ReportRefVO.java 39 publicMethodCommentRequirement Required
80211 src/com/itac/vo/ReportRefVO.java 43 publicMethodCommentRequirement Required
80212 src/com/itac/vo/ReportRefVO.java 47 Parameter 'imagePath' is not assigned and could be declared final
80213 src/com/itac/vo/ReportRefVO.java 47 publicMethodCommentRequirement Required
80214 src/com/itac/vo/RoutePacketVO.java 3 headerCommentRequirement Required
80215 src/com/itac/vo/RoutePacketVO.java 4 fieldCommentRequirement Required
80216 src/com/itac/vo/RoutePacketVO.java 5 fieldCommentRequirement Required
80217 src/com/itac/vo/RoutePacketVO.java 7 Document empty constructor
80218 src/com/itac/vo/RoutePacketVO.java 7 publicMethodCommentRequirement Required
80219 src/com/itac/vo/RoutePacketVO.java 11 Parameter 'lattitude' is not assigned and could be declared final
80220 src/com/itac/vo/RoutePacketVO.java 11 Parameter 'longitude' is not assigned and could be declared final
80221 src/com/itac/vo/RoutePacketVO.java 11 publicMethodCommentRequirement Required
80222 src/com/itac/vo/RoutePacketVO.java 17 publicMethodCommentRequirement Required
80223 src/com/itac/vo/RoutePacketVO.java 21 Parameter 'lattitude' is not assigned and could be declared final
80224 src/com/itac/vo/RoutePacketVO.java 21 publicMethodCommentRequirement Required
80225 src/com/itac/vo/RoutePacketVO.java 25 publicMethodCommentRequirement Required
80226 src/com/itac/vo/RoutePacketVO.java 29 Parameter 'longitude' is not assigned and could be declared final
80227 src/com/itac/vo/RoutePacketVO.java 29 publicMethodCommentRequirement Required
80228 src/com/itac/vo/RouteVO.java 3 headerCommentRequirement Required
80229 src/com/itac/vo/RouteVO.java 5 fieldCommentRequirement Required
80230 src/com/itac/vo/RouteVO.java 6 fieldCommentRequirement Required
80231 src/com/itac/vo/RouteVO.java 7 fieldCommentRequirement Required
80232 src/com/itac/vo/RouteVO.java 8 fieldCommentRequirement Required
80233 src/com/itac/vo/RouteVO.java 10 Document empty constructor
80234 src/com/itac/vo/RouteVO.java 10 publicMethodCommentRequirement Required
80235 src/com/itac/vo/RouteVO.java 14 Parameter 'radius' is not assigned and could be declared final
80236 src/com/itac/vo/RouteVO.java 14 Parameter 'startLatitude' is not assigned and could be declared final
80237 src/com/itac/vo/RouteVO.java 14 Parameter 'startLongitude' is not assigned and could be declared final
80238 src/com/itac/vo/RouteVO.java 14 publicMethodCommentRequirement Required
80239 src/com/itac/vo/RouteVO.java 15 Parameter 'routePacketVo' is not assigned and could be declared final
80240 src/com/itac/vo/RouteVO.java 15 The user-supplied array 'routePacketVo' is stored directly.
80241 src/com/itac/vo/RouteVO.java 23 publicMethodCommentRequirement Required
80242 src/com/itac/vo/RouteVO.java 27 Parameter 'startLatitude' is not assigned and could be declared final
80243 src/com/itac/vo/RouteVO.java 27 publicMethodCommentRequirement Required
80244 src/com/itac/vo/RouteVO.java 31 publicMethodCommentRequirement Required
80245 src/com/itac/vo/RouteVO.java 35 Parameter 'startLongitude' is not assigned and could be declared final
80246 src/com/itac/vo/RouteVO.java 35 publicMethodCommentRequirement Required
80247 src/com/itac/vo/RouteVO.java 39 publicMethodCommentRequirement Required
80248 src/com/itac/vo/RouteVO.java 43 Parameter 'radius' is not assigned and could be declared final
80249 src/com/itac/vo/RouteVO.java 43 publicMethodCommentRequirement Required
80250 src/com/itac/vo/RouteVO.java 47 publicMethodCommentRequirement Required
80251 src/com/itac/vo/RouteVO.java 48 Returning 'routePacketVo' may expose an internal array.
80252 src/com/itac/vo/RouteVO.java 51 Parameter 'routePacketVo' is not assigned and could be declared final
80253 src/com/itac/vo/RouteVO.java 51 The user-supplied array 'routePacketVo' is stored directly.
80254 src/com/itac/vo/RouteVO.java 51 publicMethodCommentRequirement Required
80255 src/com/itac/vo/SpeedValues.java 3 headerCommentRequirement Required
80256 src/com/itac/vo/SpeedValues.java 4 fieldCommentRequirement Required
80257 src/com/itac/vo/SpeedValues.java 5 fieldCommentRequirement Required
80258 src/com/itac/vo/SpeedValues.java 6 fieldCommentRequirement Required
80259 src/com/itac/vo/SpeedValues.java 7 fieldCommentRequirement Required
80260 src/com/itac/vo/SpeedValues.java 8 Document empty constructor
80261 src/com/itac/vo/SpeedValues.java 8 publicMethodCommentRequirement Required
80262 src/com/itac/vo/SpeedValues.java 11 Parameter 'tripDistance' is not assigned and could be declared final
80263 src/com/itac/vo/SpeedValues.java 11 publicMethodCommentRequirement Required
80264 src/com/itac/vo/SpeedValues.java 15 Parameter 'endSpeed' is not assigned and could be declared final
80265 src/com/itac/vo/SpeedValues.java 15 Parameter 'startSpeed' is not assigned and could be declared final
80266 src/com/itac/vo/SpeedValues.java 15 publicMethodCommentRequirement Required
80267 src/com/itac/vo/SpeedValues.java 20 Parameter 'endSpeed' is not assigned and could be declared final
80268 src/com/itac/vo/SpeedValues.java 20 Parameter 'nonTripDistance' is not assigned and could be declared final
80269 src/com/itac/vo/SpeedValues.java 20 Parameter 'startSpeed' is not assigned and could be declared final
80270 src/com/itac/vo/SpeedValues.java 20 Parameter 'tripDistance' is not assigned and could be declared final
80271 src/com/itac/vo/SpeedValues.java 20 publicMethodCommentRequirement Required
80272 src/com/itac/vo/SpeedValues.java 27 publicMethodCommentRequirement Required
80273 src/com/itac/vo/SpeedValues.java 30 Parameter 'startSpeed' is not assigned and could be declared final
80274 src/com/itac/vo/SpeedValues.java 30 publicMethodCommentRequirement Required
80275 src/com/itac/vo/SpeedValues.java 33 publicMethodCommentRequirement Required
80276 src/com/itac/vo/SpeedValues.java 36 Parameter 'endSpeed' is not assigned and could be declared final
80277 src/com/itac/vo/SpeedValues.java 36 publicMethodCommentRequirement Required
80278 src/com/itac/vo/SpeedValues.java 39 publicMethodCommentRequirement Required
80279 src/com/itac/vo/SpeedValues.java 42 Parameter 'tripDistance' is not assigned and could be declared final
80280 src/com/itac/vo/SpeedValues.java 42 publicMethodCommentRequirement Required
80281 src/com/itac/vo/SpeedValues.java 45 publicMethodCommentRequirement Required
80282 src/com/itac/vo/SpeedValues.java 48 Parameter 'nonTripDistance' is not assigned and could be declared final
80283 src/com/itac/vo/SpeedValues.java 48 publicMethodCommentRequirement Required
80284 src/com/itac/vo/SpotMyFleetVO.java 10 Avoid unused imports such as 'java.util.Date'
80285 src/com/itac/vo/SpotMyFleetVO.java 12 Too many fields
80286 src/com/itac/vo/SpotMyFleetVO.java 12 headerCommentRequirement Required
80287 src/com/itac/vo/SpotMyFleetVO.java 14 fieldCommentRequirement Required
80288 src/com/itac/vo/SpotMyFleetVO.java 15 fieldCommentRequirement Required
80289 src/com/itac/vo/SpotMyFleetVO.java 16 fieldCommentRequirement Required
80290 src/com/itac/vo/SpotMyFleetVO.java 17 fieldCommentRequirement Required
80291 src/com/itac/vo/SpotMyFleetVO.java 18 fieldCommentRequirement Required
80292 src/com/itac/vo/SpotMyFleetVO.java 19 fieldCommentRequirement Required
80293 src/com/itac/vo/SpotMyFleetVO.java 20 fieldCommentRequirement Required
80294 src/com/itac/vo/SpotMyFleetVO.java 21 fieldCommentRequirement Required
80295 src/com/itac/vo/SpotMyFleetVO.java 22 fieldCommentRequirement Required
80296 src/com/itac/vo/SpotMyFleetVO.java 23 fieldCommentRequirement Required
80297 src/com/itac/vo/SpotMyFleetVO.java 24 fieldCommentRequirement Required
80298 src/com/itac/vo/SpotMyFleetVO.java 25 fieldCommentRequirement Required
80299 src/com/itac/vo/SpotMyFleetVO.java 26 fieldCommentRequirement Required
80300 src/com/itac/vo/SpotMyFleetVO.java 27 fieldCommentRequirement Required
80301 src/com/itac/vo/SpotMyFleetVO.java 28 fieldCommentRequirement Required
80302 src/com/itac/vo/SpotMyFleetVO.java 30 fieldCommentRequirement Required
80303 src/com/itac/vo/SpotMyFleetVO.java 31 publicMethodCommentRequirement Required
80304 src/com/itac/vo/SpotMyFleetVO.java 34 Parameter 'status' is not assigned and could be declared final
80305 src/com/itac/vo/SpotMyFleetVO.java 34 publicMethodCommentRequirement Required
80306 src/com/itac/vo/SpotMyFleetVO.java 39 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
80307 src/com/itac/vo/SpotMyFleetVO.java 40 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
80308 src/com/itac/vo/SpotMyFleetVO.java 40 fieldCommentRequirement Required
80309 src/com/itac/vo/SpotMyFleetVO.java 41 publicMethodCommentRequirement Required
80310 src/com/itac/vo/SpotMyFleetVO.java 44 Parameter 'tripstarthrs' is not assigned and could be declared final
80311 src/com/itac/vo/SpotMyFleetVO.java 44 publicMethodCommentRequirement Required
80312 src/com/itac/vo/SpotMyFleetVO.java 47 publicMethodCommentRequirement Required
80313 src/com/itac/vo/SpotMyFleetVO.java 50 Parameter 'tripstartmins' is not assigned and could be declared final
80314 src/com/itac/vo/SpotMyFleetVO.java 50 publicMethodCommentRequirement Required
80315 src/com/itac/vo/SpotMyFleetVO.java 60 Parameter 'tripName' is not assigned and could be declared final
80316 src/com/itac/vo/SpotMyFleetVO.java 60 publicMethodCommentRequirement Required
80317 src/com/itac/vo/SpotMyFleetVO.java 63 publicMethodCommentRequirement Required
80318 src/com/itac/vo/SpotMyFleetVO.java 66 Parameter 'tankCapacity' is not assigned and could be declared final
80319 src/com/itac/vo/SpotMyFleetVO.java 66 publicMethodCommentRequirement Required
80320 src/com/itac/vo/SpotMyFleetVO.java 69 publicMethodCommentRequirement Required
80321 src/com/itac/vo/SpotMyFleetVO.java 72 Parameter 'heading' is not assigned and could be declared final
80322 src/com/itac/vo/SpotMyFleetVO.java 72 publicMethodCommentRequirement Required
80323 src/com/itac/vo/SpotMyFleetVO.java 75 publicMethodCommentRequirement Required
80324 src/com/itac/vo/SpotMyFleetVO.java 78 Parameter 'fuelContent' is not assigned and could be declared final
80325 src/com/itac/vo/SpotMyFleetVO.java 78 publicMethodCommentRequirement Required
80326 src/com/itac/vo/SpotMyFleetVO.java 81 publicMethodCommentRequirement Required
80327 src/com/itac/vo/SpotMyFleetVO.java 84 Parameter 'batteryStatus' is not assigned and could be declared final
80328 src/com/itac/vo/SpotMyFleetVO.java 84 publicMethodCommentRequirement Required
80329 src/com/itac/vo/SpotMyFleetVO.java 87 publicMethodCommentRequirement Required
80330 src/com/itac/vo/SpotMyFleetVO.java 90 Parameter 'creationTime' is not assigned and could be declared final
80331 src/com/itac/vo/SpotMyFleetVO.java 90 publicMethodCommentRequirement Required
80332 src/com/itac/vo/SpotMyFleetVO.java 93 publicMethodCommentRequirement Required
80333 src/com/itac/vo/SpotMyFleetVO.java 96 Parameter 'description' is not assigned and could be declared final
80334 src/com/itac/vo/SpotMyFleetVO.java 96 publicMethodCommentRequirement Required
80335 src/com/itac/vo/SpotMyFleetVO.java 99 publicMethodCommentRequirement Required
80336 src/com/itac/vo/SpotMyFleetVO.java 102 Parameter 'vehicleGroupName' is not assigned and could be declared final
80337 src/com/itac/vo/SpotMyFleetVO.java 102 publicMethodCommentRequirement Required
80338 src/com/itac/vo/SpotMyFleetVO.java 105 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
80339 src/com/itac/vo/SpotMyFleetVO.java 105 fieldCommentRequirement Required
80340 src/com/itac/vo/SpotMyFleetVO.java 107 publicMethodCommentRequirement Required
80341 src/com/itac/vo/SpotMyFleetVO.java 110 Parameter 'vehicleId' is not assigned and could be declared final
80342 src/com/itac/vo/SpotMyFleetVO.java 110 publicMethodCommentRequirement Required
80343 src/com/itac/vo/SpotMyFleetVO.java 114 publicMethodCommentRequirement Required
80344 src/com/itac/vo/SpotMyFleetVO.java 117 Parameter 'vehicleName' is not assigned and could be declared final
80345 src/com/itac/vo/SpotMyFleetVO.java 117 publicMethodCommentRequirement Required
80346 src/com/itac/vo/SpotMyFleetVO.java 121 publicMethodCommentRequirement Required
80347 src/com/itac/vo/SpotMyFleetVO.java 124 Parameter 'vehicleGroupid' is not assigned and could be declared final
80348 src/com/itac/vo/SpotMyFleetVO.java 124 publicMethodCommentRequirement Required
80349 src/com/itac/vo/SpotMyFleetVO.java 128 publicMethodCommentRequirement Required
80350 src/com/itac/vo/SpotMyFleetVO.java 131 Parameter 'tripid' is not assigned and could be declared final
80351 src/com/itac/vo/SpotMyFleetVO.java 131 publicMethodCommentRequirement Required
80352 src/com/itac/vo/SpotMyFleetVO.java 135 publicMethodCommentRequirement Required
80353 src/com/itac/vo/SpotMyFleetVO.java 138 Parameter 'lattitude' is not assigned and could be declared final
80354 src/com/itac/vo/SpotMyFleetVO.java 138 publicMethodCommentRequirement Required
80355 src/com/itac/vo/SpotMyFleetVO.java 142 publicMethodCommentRequirement Required
80356 src/com/itac/vo/SpotMyFleetVO.java 145 Parameter 'longitude' is not assigned and could be declared final
80357 src/com/itac/vo/SpotMyFleetVO.java 145 publicMethodCommentRequirement Required
80358 src/com/itac/vo/SpotMyFleetVO.java 149 publicMethodCommentRequirement Required
80359 src/com/itac/vo/SpotMyFleetVO.java 152 Parameter 'speed' is not assigned and could be declared final
80360 src/com/itac/vo/SpotMyFleetVO.java 152 publicMethodCommentRequirement Required
80361 src/com/itac/vo/SpotMyFleetVO.java 156 publicMethodCommentRequirement Required
80362 src/com/itac/vo/SpotMyFleetVO.java 159 Parameter 'runningStatus' is not assigned and could be declared final
80363 src/com/itac/vo/SpotMyFleetVO.java 159 publicMethodCommentRequirement Required
80364 src/com/itac/vo/StopStatus.java 3 headerCommentRequirement Required
80365 src/com/itac/vo/StopStatus.java 4 fieldCommentRequirement Required
80366 src/com/itac/vo/StopStatus.java 5 Variables should start with a lowercase character, 'FenceName' starts with uppercase character.
80367 src/com/itac/vo/StopStatus.java 5 fieldCommentRequirement Required
80368 src/com/itac/vo/StopStatus.java 6 fieldCommentRequirement Required
80369 src/com/itac/vo/StopStatus.java 7 Document empty constructor
80370 src/com/itac/vo/StopStatus.java 7 publicMethodCommentRequirement Required
80371 src/com/itac/vo/StopStatus.java 10 Parameter 'distance' is not assigned and could be declared final
80372 src/com/itac/vo/StopStatus.java 10 Parameter 'fenceName' is not assigned and could be declared final
80373 src/com/itac/vo/StopStatus.java 10 Parameter 'stopType' is not assigned and could be declared final
80374 src/com/itac/vo/StopStatus.java 10 publicMethodCommentRequirement Required
80375 src/com/itac/vo/StopStatus.java 16 publicMethodCommentRequirement Required
80376 src/com/itac/vo/StopStatus.java 19 Parameter 'distance' is not assigned and could be declared final
80377 src/com/itac/vo/StopStatus.java 19 publicMethodCommentRequirement Required
80378 src/com/itac/vo/StopStatus.java 22 publicMethodCommentRequirement Required
80379 src/com/itac/vo/StopStatus.java 25 Parameter 'fenceName' is not assigned and could be declared final
80380 src/com/itac/vo/StopStatus.java 25 publicMethodCommentRequirement Required
80381 src/com/itac/vo/StopStatus.java 28 publicMethodCommentRequirement Required
80382 src/com/itac/vo/StopStatus.java 31 Parameter 'stopType' is not assigned and could be declared final
80383 src/com/itac/vo/StopStatus.java 31 publicMethodCommentRequirement Required
80384 src/com/itac/vo/StoppageData.java 3 headerCommentRequirement Required
80385 src/com/itac/vo/StoppageData.java 4 fieldCommentRequirement Required
80386 src/com/itac/vo/StoppageData.java 5 fieldCommentRequirement Required
80387 src/com/itac/vo/StoppageData.java 6 Document empty constructor
80388 src/com/itac/vo/StoppageData.java 6 publicMethodCommentRequirement Required
80389 src/com/itac/vo/StoppageData.java 9 Parameter 'stoppageInfo' is not assigned and could be declared final
80390 src/com/itac/vo/StoppageData.java 9 Parameter 'tripid' is not assigned and could be declared final
80391 src/com/itac/vo/StoppageData.java 9 The user-supplied array 'stoppageInfo' is stored directly.
80392 src/com/itac/vo/StoppageData.java 9 publicMethodCommentRequirement Required
80393 src/com/itac/vo/StoppageData.java 14 publicMethodCommentRequirement Required
80394 src/com/itac/vo/StoppageData.java 17 Parameter 'tripid' is not assigned and could be declared final
80395 src/com/itac/vo/StoppageData.java 17 publicMethodCommentRequirement Required
80396 src/com/itac/vo/StoppageData.java 20 publicMethodCommentRequirement Required
80397 src/com/itac/vo/StoppageData.java 21 Returning 'stoppageInfo' may expose an internal array.
80398 src/com/itac/vo/StoppageData.java 23 Parameter 'stoppageInfo' is not assigned and could be declared final
80399 src/com/itac/vo/StoppageData.java 23 The user-supplied array 'stoppageInfo' is stored directly.
80400 src/com/itac/vo/StoppageData.java 23 publicMethodCommentRequirement Required
80401 src/com/itac/vo/StoppageInfo.java 5 headerCommentRequirement Required
80402 src/com/itac/vo/StoppageInfo.java 7 fieldCommentRequirement Required
80403 src/com/itac/vo/StoppageInfo.java 8 fieldCommentRequirement Required
80404 src/com/itac/vo/StoppageInfo.java 9 fieldCommentRequirement Required
80405 src/com/itac/vo/StoppageInfo.java 10 fieldCommentRequirement Required
80406 src/com/itac/vo/StoppageInfo.java 11 fieldCommentRequirement Required
80407 src/com/itac/vo/StoppageInfo.java 12 fieldCommentRequirement Required
80408 src/com/itac/vo/StoppageInfo.java 13 fieldCommentRequirement Required
80409 src/com/itac/vo/StoppageInfo.java 14 Document empty constructor
80410 src/com/itac/vo/StoppageInfo.java 14 publicMethodCommentRequirement Required
80411 src/com/itac/vo/StoppageInfo.java 18 Parameter 'creationTime' is not assigned and could be declared final
80412 src/com/itac/vo/StoppageInfo.java 18 Parameter 'stopTime' is not assigned and could be declared final
80413 src/com/itac/vo/StoppageInfo.java 18 Parameter 'stopType' is not assigned and could be declared final
80414 src/com/itac/vo/StoppageInfo.java 18 publicMethodCommentRequirement Required
80415 src/com/itac/vo/StoppageInfo.java 19 Parameter 'distance' is not assigned and could be declared final
80416 src/com/itac/vo/StoppageInfo.java 19 Parameter 'location' is not assigned and could be declared final
80417 src/com/itac/vo/StoppageInfo.java 19 Parameter 'nearFence' is not assigned and could be declared final
80418 src/com/itac/vo/StoppageInfo.java 20 Parameter 'tripparamid' is not assigned and could be declared final
80419 src/com/itac/vo/StoppageInfo.java 31 publicMethodCommentRequirement Required
80420 src/com/itac/vo/StoppageInfo.java 34 Parameter 'creationTime' is not assigned and could be declared final
80421 src/com/itac/vo/StoppageInfo.java 34 publicMethodCommentRequirement Required
80422 src/com/itac/vo/StoppageInfo.java 37 publicMethodCommentRequirement Required
80423 src/com/itac/vo/StoppageInfo.java 40 Parameter 'stopTime' is not assigned and could be declared final
80424 src/com/itac/vo/StoppageInfo.java 40 publicMethodCommentRequirement Required
80425 src/com/itac/vo/StoppageInfo.java 43 publicMethodCommentRequirement Required
80426 src/com/itac/vo/StoppageInfo.java 46 Parameter 'stopType' is not assigned and could be declared final
80427 src/com/itac/vo/StoppageInfo.java 46 publicMethodCommentRequirement Required
80428 src/com/itac/vo/StoppageInfo.java 49 publicMethodCommentRequirement Required
80429 src/com/itac/vo/StoppageInfo.java 52 Parameter 'nearFence' is not assigned and could be declared final
80430 src/com/itac/vo/StoppageInfo.java 52 publicMethodCommentRequirement Required
80431 src/com/itac/vo/StoppageInfo.java 55 publicMethodCommentRequirement Required
80432 src/com/itac/vo/StoppageInfo.java 58 Parameter 'distance' is not assigned and could be declared final
80433 src/com/itac/vo/StoppageInfo.java 58 publicMethodCommentRequirement Required
80434 src/com/itac/vo/StoppageInfo.java 62 publicMethodCommentRequirement Required
80435 src/com/itac/vo/StoppageInfo.java 65 Parameter 'tripparamid' is not assigned and could be declared final
80436 src/com/itac/vo/StoppageInfo.java 65 publicMethodCommentRequirement Required
80437 src/com/itac/vo/StoppageInfo.java 68 publicMethodCommentRequirement Required
80438 src/com/itac/vo/StoppageInfo.java 71 Parameter 'location' is not assigned and could be declared final
80439 src/com/itac/vo/StoppageInfo.java 71 publicMethodCommentRequirement Required
80440 src/com/itac/vo/SwipeVO.java 3 headerCommentRequirement Required
80441 src/com/itac/vo/SwipeVO.java 4 Avoid excessively long variable names like swipedMoreThanOnce
80442 src/com/itac/vo/SwipeVO.java 4 fieldCommentRequirement Required
80443 src/com/itac/vo/SwipeVO.java 5 fieldCommentRequirement Required
80444 src/com/itac/vo/SwipeVO.java 6 fieldCommentRequirement Required
80445 src/com/itac/vo/SwipeVO.java 7 fieldCommentRequirement Required
80446 src/com/itac/vo/SwipeVO.java 8 fieldCommentRequirement Required
80447 src/com/itac/vo/SwipeVO.java 9 It is somewhat confusing to have a field name matching the declaring class name
80448 src/com/itac/vo/SwipeVO.java 9 fieldCommentRequirement Required
80449 src/com/itac/vo/SwipeVO.java 11 Document empty constructor
80450 src/com/itac/vo/SwipeVO.java 11 publicMethodCommentRequirement Required
80451 src/com/itac/vo/SwipeVO.java 14 Avoid excessively long variable names like swipedMoreThanOnce
80452 src/com/itac/vo/SwipeVO.java 14 Parameter 'rfidNo' is not assigned and could be declared final
80453 src/com/itac/vo/SwipeVO.java 14 Parameter 'swipedMoreThanOnce' is not assigned and could be declared final
80454 src/com/itac/vo/SwipeVO.java 14 publicMethodCommentRequirement Required
80455 src/com/itac/vo/SwipeVO.java 15 Parameter 'amOrPm' is not assigned and could be declared final
80456 src/com/itac/vo/SwipeVO.java 15 Parameter 'isInSchool' is not assigned and could be declared final
80457 src/com/itac/vo/SwipeVO.java 23 Parameter 'fenceName' is not assigned and could be declared final
80458 src/com/itac/vo/SwipeVO.java 23 Parameter 'swipeVo' is not assigned and could be declared final
80459 src/com/itac/vo/SwipeVO.java 23 The user-supplied array 'swipeVo' is stored directly.
80460 src/com/itac/vo/SwipeVO.java 23 publicMethodCommentRequirement Required
80461 src/com/itac/vo/SwipeVO.java 28 publicMethodCommentRequirement Required
80462 src/com/itac/vo/SwipeVO.java 31 Parameter 'rfidNo' is not assigned and could be declared final
80463 src/com/itac/vo/SwipeVO.java 31 publicMethodCommentRequirement Required
80464 src/com/itac/vo/SwipeVO.java 34 publicMethodCommentRequirement Required
80465 src/com/itac/vo/SwipeVO.java 38 Avoid excessively long variable names like swipedMoreThanOnce
80466 src/com/itac/vo/SwipeVO.java 38 Parameter 'swipedMoreThanOnce' is not assigned and could be declared final
80467 src/com/itac/vo/SwipeVO.java 38 publicMethodCommentRequirement Required
80468 src/com/itac/vo/SwipeVO.java 41 publicMethodCommentRequirement Required
80469 src/com/itac/vo/SwipeVO.java 44 Parameter 'fenceName' is not assigned and could be declared final
80470 src/com/itac/vo/SwipeVO.java 44 publicMethodCommentRequirement Required
80471 src/com/itac/vo/SwipeVO.java 47 publicMethodCommentRequirement Required
80472 src/com/itac/vo/SwipeVO.java 50 Parameter 'isInSchool' is not assigned and could be declared final
80473 src/com/itac/vo/SwipeVO.java 50 publicMethodCommentRequirement Required
80474 src/com/itac/vo/SwipeVO.java 53 publicMethodCommentRequirement Required
80475 src/com/itac/vo/SwipeVO.java 56 Parameter 'amOrPm' is not assigned and could be declared final
80476 src/com/itac/vo/SwipeVO.java 56 publicMethodCommentRequirement Required
80477 src/com/itac/vo/SwipeVO.java 60 publicMethodCommentRequirement Required
80478 src/com/itac/vo/SwipeVO.java 61 Returning 'swipeVo' may expose an internal array.
80479 src/com/itac/vo/SwipeVO.java 63 Parameter 'swipeVo' is not assigned and could be declared final
80480 src/com/itac/vo/SwipeVO.java 63 The user-supplied array 'swipeVo' is stored directly.
80481 src/com/itac/vo/SwipeVO.java 63 publicMethodCommentRequirement Required
80482 src/com/itac/vo/TripAlertVO.java 3 headerCommentRequirement Required
80483 src/com/itac/vo/TripAlertVO.java 4 fieldCommentRequirement Required
80484 src/com/itac/vo/TripAlertVO.java 5 fieldCommentRequirement Required
80485 src/com/itac/vo/TripAlertVO.java 7 publicMethodCommentRequirement Required
80486 src/com/itac/vo/TripAlertVO.java 11 Parameter 'tripId' is not assigned and could be declared final
80487 src/com/itac/vo/TripAlertVO.java 11 publicMethodCommentRequirement Required
80488 src/com/itac/vo/TripAlertVO.java 14 Document empty constructor
80489 src/com/itac/vo/TripAlertVO.java 14 publicMethodCommentRequirement Required
80490 src/com/itac/vo/TripAlertVO.java 18 Parameter 'alerts' is not assigned and could be declared final
80491 src/com/itac/vo/TripAlertVO.java 18 Parameter 'tripId' is not assigned and could be declared final
80492 src/com/itac/vo/TripAlertVO.java 18 The user-supplied array 'alerts' is stored directly.
80493 src/com/itac/vo/TripAlertVO.java 18 publicMethodCommentRequirement Required
80494 src/com/itac/vo/TripAlertVO.java 24 publicMethodCommentRequirement Required
80495 src/com/itac/vo/TripAlertVO.java 25 Returning 'alerts' may expose an internal array.
80496 src/com/itac/vo/TripAlertVO.java 28 Parameter 'alerts' is not assigned and could be declared final
80497 src/com/itac/vo/TripAlertVO.java 28 The user-supplied array 'alerts' is stored directly.
80498 src/com/itac/vo/TripAlertVO.java 28 publicMethodCommentRequirement Required
80499 src/com/itac/vo/TripAlertValues.java 5 headerCommentRequirement Required
80500 src/com/itac/vo/TripAlertValues.java 6 fieldCommentRequirement Required
80501 src/com/itac/vo/TripAlertValues.java 7 fieldCommentRequirement Required
80502 src/com/itac/vo/TripAlertValues.java 8 fieldCommentRequirement Required
80503 src/com/itac/vo/TripAlertValues.java 9 fieldCommentRequirement Required
80504 src/com/itac/vo/TripAlertValues.java 10 fieldCommentRequirement Required
80505 src/com/itac/vo/TripAlertValues.java 12 Document empty constructor
80506 src/com/itac/vo/TripAlertValues.java 12 publicMethodCommentRequirement Required
80507 src/com/itac/vo/TripAlertValues.java 16 Parameter 'lattitude' is not assigned and could be declared final
80508 src/com/itac/vo/TripAlertValues.java 16 Parameter 'longitude' is not assigned and could be declared final
80509 src/com/itac/vo/TripAlertValues.java 16 Parameter 'speed' is not assigned and could be declared final
80510 src/com/itac/vo/TripAlertValues.java 16 publicMethodCommentRequirement Required
80511 src/com/itac/vo/TripAlertValues.java 17 Parameter 'date' is not assigned and could be declared final
80512 src/com/itac/vo/TripAlertValues.java 17 Parameter 'speedVariation' is not assigned and could be declared final
80513 src/com/itac/vo/TripAlertValues.java 26 publicMethodCommentRequirement Required
80514 src/com/itac/vo/TripAlertValues.java 30 Parameter 'lattitude' is not assigned and could be declared final
80515 src/com/itac/vo/TripAlertValues.java 30 publicMethodCommentRequirement Required
80516 src/com/itac/vo/TripAlertValues.java 34 publicMethodCommentRequirement Required
80517 src/com/itac/vo/TripAlertValues.java 38 Parameter 'longitude' is not assigned and could be declared final
80518 src/com/itac/vo/TripAlertValues.java 38 publicMethodCommentRequirement Required
80519 src/com/itac/vo/TripAlertValues.java 42 publicMethodCommentRequirement Required
80520 src/com/itac/vo/TripAlertValues.java 46 Parameter 'date' is not assigned and could be declared final
80521 src/com/itac/vo/TripAlertValues.java 46 publicMethodCommentRequirement Required
80522 src/com/itac/vo/TripAlertValues.java 50 publicMethodCommentRequirement Required
80523 src/com/itac/vo/TripAlertValues.java 54 Parameter 'speedVariation' is not assigned and could be declared final
80524 src/com/itac/vo/TripAlertValues.java 54 publicMethodCommentRequirement Required
80525 src/com/itac/vo/TripAlertValues.java 58 publicMethodCommentRequirement Required
80526 src/com/itac/vo/TripAlertValues.java 62 Parameter 'speed' is not assigned and could be declared final
80527 src/com/itac/vo/TripAlertValues.java 62 publicMethodCommentRequirement Required
80528 src/com/itac/vo/TripEntryData.java 3 headerCommentRequirement Required
80529 src/com/itac/vo/TripEntryData.java 4 fieldCommentRequirement Required
80530 src/com/itac/vo/TripEntryData.java 5 fieldCommentRequirement Required
80531 src/com/itac/vo/TripEntryData.java 6 Use explicit scoping instead of the default package private level
80532 src/com/itac/vo/TripEntryData.java 6 fieldCommentRequirement Required
80533 src/com/itac/vo/TripEntryData.java 7 fieldCommentRequirement Required
80534 src/com/itac/vo/TripEntryData.java 8 Document empty constructor
80535 src/com/itac/vo/TripEntryData.java 8 publicMethodCommentRequirement Required
80536 src/com/itac/vo/TripEntryData.java 12 publicMethodCommentRequirement Required
80537 src/com/itac/vo/TripEntryData.java 16 Parameter 'partialFlag' is not assigned and could be declared final
80538 src/com/itac/vo/TripEntryData.java 16 publicMethodCommentRequirement Required
80539 src/com/itac/vo/TripEntryData.java 20 Parameter 'fenceEntryData' is not assigned and could be declared final
80540 src/com/itac/vo/TripEntryData.java 20 Parameter 'tripId' is not assigned and could be declared final
80541 src/com/itac/vo/TripEntryData.java 20 Parameter 'vehicleName' is not assigned and could be declared final
80542 src/com/itac/vo/TripEntryData.java 20 The user-supplied array 'fenceEntryData' is stored directly.
80543 src/com/itac/vo/TripEntryData.java 20 publicMethodCommentRequirement Required
80544 src/com/itac/vo/TripEntryData.java 27 Parameter 'fenceEntryData' is not assigned and could be declared final
80545 src/com/itac/vo/TripEntryData.java 27 Parameter 'partialFlag' is not assigned and could be declared final
80546 src/com/itac/vo/TripEntryData.java 27 Parameter 'tripId' is not assigned and could be declared final
80547 src/com/itac/vo/TripEntryData.java 27 Parameter 'vehicleName' is not assigned and could be declared final
80548 src/com/itac/vo/TripEntryData.java 27 The user-supplied array 'fenceEntryData' is stored directly.
80549 src/com/itac/vo/TripEntryData.java 27 publicMethodCommentRequirement Required
80550 src/com/itac/vo/TripEntryData.java 35 publicMethodCommentRequirement Required
80551 src/com/itac/vo/TripEntryData.java 39 Parameter 'tripId' is not assigned and could be declared final
80552 src/com/itac/vo/TripEntryData.java 39 publicMethodCommentRequirement Required
80553 src/com/itac/vo/TripEntryData.java 43 publicMethodCommentRequirement Required
80554 src/com/itac/vo/TripEntryData.java 44 Returning 'fenceEntryData' may expose an internal array.
80555 src/com/itac/vo/TripEntryData.java 47 Parameter 'fenceEntryData' is not assigned and could be declared final
80556 src/com/itac/vo/TripEntryData.java 47 The user-supplied array 'fenceEntryData' is stored directly.
80557 src/com/itac/vo/TripEntryData.java 47 publicMethodCommentRequirement Required
80558 src/com/itac/vo/TripEntryData.java 51 publicMethodCommentRequirement Required
80559 src/com/itac/vo/TripEntryData.java 55 Parameter 'vehicleName' is not assigned and could be declared final
80560 src/com/itac/vo/TripEntryData.java 55 publicMethodCommentRequirement Required
80561 src/com/itac/vo/TripInfoVO.java 3 headerCommentRequirement Required
80562 src/com/itac/vo/TripInfoVO.java 4 fieldCommentRequirement Required
80563 src/com/itac/vo/TripInfoVO.java 5 fieldCommentRequirement Required
80564 src/com/itac/vo/TripInfoVO.java 6 fieldCommentRequirement Required
80565 src/com/itac/vo/TripInfoVO.java 7 Document empty constructor
80566 src/com/itac/vo/TripInfoVO.java 7 publicMethodCommentRequirement Required
80567 src/com/itac/vo/TripInfoVO.java 10 Parameter 'tripId' is not assigned and could be declared final
80568 src/com/itac/vo/TripInfoVO.java 10 Parameter 'tripName' is not assigned and could be declared final
80569 src/com/itac/vo/TripInfoVO.java 10 Parameter 'vehicleId' is not assigned and could be declared final
80570 src/com/itac/vo/TripInfoVO.java 10 publicMethodCommentRequirement Required
80571 src/com/itac/vo/TripInfoVO.java 16 publicMethodCommentRequirement Required
80572 src/com/itac/vo/TripInfoVO.java 19 Parameter 'tripId' is not assigned and could be declared final
80573 src/com/itac/vo/TripInfoVO.java 19 publicMethodCommentRequirement Required
80574 src/com/itac/vo/TripInfoVO.java 22 publicMethodCommentRequirement Required
80575 src/com/itac/vo/TripInfoVO.java 25 Parameter 'tripName' is not assigned and could be declared final
80576 src/com/itac/vo/TripInfoVO.java 25 publicMethodCommentRequirement Required
80577 src/com/itac/vo/TripInfoVO.java 28 publicMethodCommentRequirement Required
80578 src/com/itac/vo/TripInfoVO.java 31 Parameter 'vehicleId' is not assigned and could be declared final
80579 src/com/itac/vo/TripInfoVO.java 31 publicMethodCommentRequirement Required
80580 src/com/itac/vo/TripMeterVO.java 3 headerCommentRequirement Required
80581 src/com/itac/vo/TripMeterVO.java 4 fieldCommentRequirement Required
80582 src/com/itac/vo/TripMeterVO.java 5 fieldCommentRequirement Required
80583 src/com/itac/vo/TripMeterVO.java 6 fieldCommentRequirement Required
80584 src/com/itac/vo/TripMeterVO.java 7 fieldCommentRequirement Required
80585 src/com/itac/vo/TripMeterVO.java 9 Document empty constructor
80586 src/com/itac/vo/TripMeterVO.java 9 publicMethodCommentRequirement Required
80587 src/com/itac/vo/TripMeterVO.java 13 Parameter 'tripId' is not assigned and could be declared final
80588 src/com/itac/vo/TripMeterVO.java 13 Parameter 'vehicleId' is not assigned and could be declared final
80589 src/com/itac/vo/TripMeterVO.java 13 Parameter 'vehicleName' is not assigned and could be declared final
80590 src/com/itac/vo/TripMeterVO.java 13 publicMethodCommentRequirement Required
80591 src/com/itac/vo/TripMeterVO.java 14 Parameter 'tripDistance' is not assigned and could be declared final
80592 src/com/itac/vo/TripMeterVO.java 22 publicMethodCommentRequirement Required
80593 src/com/itac/vo/TripMeterVO.java 26 Parameter 'vehicleId' is not assigned and could be declared final
80594 src/com/itac/vo/TripMeterVO.java 26 publicMethodCommentRequirement Required
80595 src/com/itac/vo/TripMeterVO.java 30 publicMethodCommentRequirement Required
80596 src/com/itac/vo/TripMeterVO.java 34 Parameter 'tripId' is not assigned and could be declared final
80597 src/com/itac/vo/TripMeterVO.java 34 publicMethodCommentRequirement Required
80598 src/com/itac/vo/TripMeterVO.java 38 publicMethodCommentRequirement Required
80599 src/com/itac/vo/TripMeterVO.java 42 Parameter 'vehicleName' is not assigned and could be declared final
80600 src/com/itac/vo/TripMeterVO.java 42 publicMethodCommentRequirement Required
80601 src/com/itac/vo/TripMeterVO.java 46 publicMethodCommentRequirement Required
80602 src/com/itac/vo/TripMeterVO.java 50 Parameter 'tripDistance' is not assigned and could be declared final
80603 src/com/itac/vo/TripMeterVO.java 50 publicMethodCommentRequirement Required
80604 src/com/itac/vo/TripSchedule.java 3 headerCommentRequirement Required
80605 src/com/itac/vo/TripSchedule.java 4 fieldCommentRequirement Required
80606 src/com/itac/vo/TripSchedule.java 5 fieldCommentRequirement Required
80607 src/com/itac/vo/TripSchedule.java 6 fieldCommentRequirement Required
80608 src/com/itac/vo/TripSchedule.java 7 fieldCommentRequirement Required
80609 src/com/itac/vo/TripSchedule.java 8 Document empty constructor
80610 src/com/itac/vo/TripSchedule.java 8 publicMethodCommentRequirement Required
80611 src/com/itac/vo/TripSchedule.java 11 Parameter 'endhours' is not assigned and could be declared final
80612 src/com/itac/vo/TripSchedule.java 11 Parameter 'starthours' is not assigned and could be declared final
80613 src/com/itac/vo/TripSchedule.java 11 Parameter 'startmins' is not assigned and could be declared final
80614 src/com/itac/vo/TripSchedule.java 11 publicMethodCommentRequirement Required
80615 src/com/itac/vo/TripSchedule.java 12 Parameter 'endmins' is not assigned and could be declared final
80616 src/com/itac/vo/TripSchedule.java 19 publicMethodCommentRequirement Required
80617 src/com/itac/vo/TripSchedule.java 22 Parameter 'starthours' is not assigned and could be declared final
80618 src/com/itac/vo/TripSchedule.java 22 publicMethodCommentRequirement Required
80619 src/com/itac/vo/TripSchedule.java 25 publicMethodCommentRequirement Required
80620 src/com/itac/vo/TripSchedule.java 28 Parameter 'startmins' is not assigned and could be declared final
80621 src/com/itac/vo/TripSchedule.java 28 publicMethodCommentRequirement Required
80622 src/com/itac/vo/TripSchedule.java 31 publicMethodCommentRequirement Required
80623 src/com/itac/vo/TripSchedule.java 34 Parameter 'endhours' is not assigned and could be declared final
80624 src/com/itac/vo/TripSchedule.java 34 publicMethodCommentRequirement Required
80625 src/com/itac/vo/TripSchedule.java 37 publicMethodCommentRequirement Required
80626 src/com/itac/vo/TripSchedule.java 40 Parameter 'endmins' is not assigned and could be declared final
80627 src/com/itac/vo/TripSchedule.java 40 publicMethodCommentRequirement Required
80628 src/com/itac/vo/TripVO.java 3 headerCommentRequirement Required
80629 src/com/itac/vo/TripVO.java 5 fieldCommentRequirement Required
80630 src/com/itac/vo/TripVO.java 6 Avoid unused private fields such as 'groupName'.
80631 src/com/itac/vo/TripVO.java 6 fieldCommentRequirement Required
80632 src/com/itac/vo/TripVO.java 7 fieldCommentRequirement Required
80633 src/com/itac/vo/TripVO.java 8 fieldCommentRequirement Required
80634 src/com/itac/vo/TripVO.java 9 fieldCommentRequirement Required
80635 src/com/itac/vo/TripVO.java 10 fieldCommentRequirement Required
80636 src/com/itac/vo/TripVO.java 11 Variables should start with a lowercase character, 'Count' starts with uppercase character.
80637 src/com/itac/vo/TripVO.java 11 fieldCommentRequirement Required
80638 src/com/itac/vo/TripVO.java 14 fieldCommentRequirement Required
80639 src/com/itac/vo/TripVO.java 15 publicMethodCommentRequirement Required
80640 src/com/itac/vo/TripVO.java 18 Parameter 'tripstarthrs' is not assigned and could be declared final
80641 src/com/itac/vo/TripVO.java 18 publicMethodCommentRequirement Required
80642 src/com/itac/vo/TripVO.java 21 publicMethodCommentRequirement Required
80643 src/com/itac/vo/TripVO.java 24 Parameter 'tripstartmins' is not assigned and could be declared final
80644 src/com/itac/vo/TripVO.java 24 publicMethodCommentRequirement Required
80645 src/com/itac/vo/TripVO.java 31 Parameter 'count' is not assigned and could be declared final
80646 src/com/itac/vo/TripVO.java 31 publicMethodCommentRequirement Required
80647 src/com/itac/vo/TripVO.java 34 publicMethodCommentRequirement Required
80648 src/com/itac/vo/TripVO.java 37 Parameter 'tripId' is not assigned and could be declared final
80649 src/com/itac/vo/TripVO.java 37 publicMethodCommentRequirement Required
80650 src/com/itac/vo/TripVO.java 41 publicMethodCommentRequirement Required
80651 src/com/itac/vo/TripVO.java 44 Parameter 'tripName' is not assigned and could be declared final
80652 src/com/itac/vo/TripVO.java 44 publicMethodCommentRequirement Required
80653 src/com/itac/vo/TripVO.java 50 publicMethodCommentRequirement Required
80654 src/com/itac/vo/TripVO.java 53 Parameter 'vehicleId' is not assigned and could be declared final
80655 src/com/itac/vo/TripVO.java 53 publicMethodCommentRequirement Required
80656 src/com/itac/vo/TripVO.java 57 publicMethodCommentRequirement Required
80657 src/com/itac/vo/TripVO.java 60 Parameter 'vehicleName' is not assigned and could be declared final
80658 src/com/itac/vo/TripVO.java 60 publicMethodCommentRequirement Required
80659 src/com/itac/vo/TripVO.java 64 publicMethodCommentRequirement Required
80660 src/com/itac/vo/TripVO.java 67 Parameter 'groupId' is not assigned and could be declared final
80661 src/com/itac/vo/TripVO.java 67 publicMethodCommentRequirement Required
80662 src/com/itac/vo/TypeVO.java 3 headerCommentRequirement Required
80663 src/com/itac/vo/TypeVO.java 5 fieldCommentRequirement Required
80664 src/com/itac/vo/TypeVO.java 6 fieldCommentRequirement Required
80665 src/com/itac/vo/TypeVO.java 7 fieldCommentRequirement Required
80666 src/com/itac/vo/TypeVO.java 8 Document empty constructor
80667 src/com/itac/vo/TypeVO.java 8 publicMethodCommentRequirement Required
80668 src/com/itac/vo/TypeVO.java 11 Parameter 'typeName' is not assigned and could be declared final
80669 src/com/itac/vo/TypeVO.java 11 Parameter 'vehicleId' is not assigned and could be declared final
80670 src/com/itac/vo/TypeVO.java 11 Parameter 'vehicleName' is not assigned and could be declared final
80671 src/com/itac/vo/TypeVO.java 11 publicMethodCommentRequirement Required
80672 src/com/itac/vo/TypeVO.java 17 publicMethodCommentRequirement Required
80673 src/com/itac/vo/TypeVO.java 20 Parameter 'vehicleId' is not assigned and could be declared final
80674 src/com/itac/vo/TypeVO.java 20 publicMethodCommentRequirement Required
80675 src/com/itac/vo/TypeVO.java 23 publicMethodCommentRequirement Required
80676 src/com/itac/vo/TypeVO.java 26 Parameter 'vehicleName' is not assigned and could be declared final
80677 src/com/itac/vo/TypeVO.java 26 publicMethodCommentRequirement Required
80678 src/com/itac/vo/TypeVO.java 29 publicMethodCommentRequirement Required
80679 src/com/itac/vo/TypeVO.java 32 Parameter 'typeName' is not assigned and could be declared final
80680 src/com/itac/vo/TypeVO.java 32 publicMethodCommentRequirement Required
80681 src/com/itac/vo/Vehicle.java 3 headerCommentRequirement Required
80682 src/com/itac/vo/Vehicle.java 4 fieldCommentRequirement Required
80683 src/com/itac/vo/Vehicle.java 5 fieldCommentRequirement Required
80684 src/com/itac/vo/Vehicle.java 6 fieldCommentRequirement Required
80685 src/com/itac/vo/Vehicle.java 7 fieldCommentRequirement Required
80686 src/com/itac/vo/Vehicle.java 8 Variables should start with a lowercase character, 'Severe' starts with uppercase character.
80687 src/com/itac/vo/Vehicle.java 8 fieldCommentRequirement Required
80688 src/com/itac/vo/Vehicle.java 9 fieldCommentRequirement Required
80689 src/com/itac/vo/Vehicle.java 10 Document empty constructor
80690 src/com/itac/vo/Vehicle.java 10 publicMethodCommentRequirement Required
80691 src/com/itac/vo/Vehicle.java 13 Parameter 'totalEvents' is not assigned and could be declared final
80692 src/com/itac/vo/Vehicle.java 13 Parameter 'vehicleId' is not assigned and could be declared final
80693 src/com/itac/vo/Vehicle.java 13 Parameter 'vehicleName' is not assigned and could be declared final
80694 src/com/itac/vo/Vehicle.java 13 publicMethodCommentRequirement Required
80695 src/com/itac/vo/Vehicle.java 14 Parameter 'category' is not assigned and could be declared final
80696 src/com/itac/vo/Vehicle.java 14 Parameter 'medium' is not assigned and could be declared final
80697 src/com/itac/vo/Vehicle.java 14 Parameter 'severe' is not assigned and could be declared final
80698 src/com/itac/vo/Vehicle.java 14 The user-supplied array 'category' is stored directly.
80699 src/com/itac/vo/Vehicle.java 23 publicMethodCommentRequirement Required
80700 src/com/itac/vo/Vehicle.java 26 Parameter 'vehicleId' is not assigned and could be declared final
80701 src/com/itac/vo/Vehicle.java 26 publicMethodCommentRequirement Required
80702 src/com/itac/vo/Vehicle.java 29 publicMethodCommentRequirement Required
80703 src/com/itac/vo/Vehicle.java 32 Parameter 'vehicleName' is not assigned and could be declared final
80704 src/com/itac/vo/Vehicle.java 32 publicMethodCommentRequirement Required
80705 src/com/itac/vo/Vehicle.java 35 publicMethodCommentRequirement Required
80706 src/com/itac/vo/Vehicle.java 38 Parameter 'totalEvents' is not assigned and could be declared final
80707 src/com/itac/vo/Vehicle.java 38 publicMethodCommentRequirement Required
80708 src/com/itac/vo/Vehicle.java 41 publicMethodCommentRequirement Required
80709 src/com/itac/vo/Vehicle.java 44 Parameter 'medium' is not assigned and could be declared final
80710 src/com/itac/vo/Vehicle.java 44 publicMethodCommentRequirement Required
80711 src/com/itac/vo/Vehicle.java 47 publicMethodCommentRequirement Required
80712 src/com/itac/vo/Vehicle.java 50 Parameter 'severe' is not assigned and could be declared final
80713 src/com/itac/vo/Vehicle.java 50 publicMethodCommentRequirement Required
80714 src/com/itac/vo/Vehicle.java 53 publicMethodCommentRequirement Required
80715 src/com/itac/vo/Vehicle.java 54 Returning 'category' may expose an internal array.
80716 src/com/itac/vo/Vehicle.java 56 Parameter 'category' is not assigned and could be declared final
80717 src/com/itac/vo/Vehicle.java 56 The user-supplied array 'category' is stored directly.
80718 src/com/itac/vo/Vehicle.java 56 publicMethodCommentRequirement Required
80719 src/com/itac/vo/VehicleAlertCount.java 3 headerCommentRequirement Required
80720 src/com/itac/vo/VehicleAlertCount.java 4 fieldCommentRequirement Required
80721 src/com/itac/vo/VehicleAlertCount.java 5 fieldCommentRequirement Required
80722 src/com/itac/vo/VehicleAlertCount.java 6 Document empty constructor
80723 src/com/itac/vo/VehicleAlertCount.java 6 publicMethodCommentRequirement Required
80724 src/com/itac/vo/VehicleAlertCount.java 9 Parameter 'alertCount' is not assigned and could be declared final
80725 src/com/itac/vo/VehicleAlertCount.java 9 Parameter 'vehicleId' is not assigned and could be declared final
80726 src/com/itac/vo/VehicleAlertCount.java 9 publicMethodCommentRequirement Required
80727 src/com/itac/vo/VehicleAlertCount.java 14 publicMethodCommentRequirement Required
80728 src/com/itac/vo/VehicleAlertCount.java 17 Parameter 'vehicleId' is not assigned and could be declared final
80729 src/com/itac/vo/VehicleAlertCount.java 17 publicMethodCommentRequirement Required
80730 src/com/itac/vo/VehicleAlertCount.java 20 publicMethodCommentRequirement Required
80731 src/com/itac/vo/VehicleAlertCount.java 23 Parameter 'alertCount' is not assigned and could be declared final
80732 src/com/itac/vo/VehicleAlertCount.java 23 publicMethodCommentRequirement Required
80733 src/com/itac/vo/VehicleAlertsVO.java 3 headerCommentRequirement Required
80734 src/com/itac/vo/VehicleAlertsVO.java 4 fieldCommentRequirement Required
80735 src/com/itac/vo/VehicleAlertsVO.java 6 fieldCommentRequirement Required
80736 src/com/itac/vo/VehicleAlertsVO.java 8 Document empty constructor
80737 src/com/itac/vo/VehicleAlertsVO.java 8 publicMethodCommentRequirement Required
80738 src/com/itac/vo/VehicleAlertsVO.java 13 Parameter 'alerts' is not assigned and could be declared final
80739 src/com/itac/vo/VehicleAlertsVO.java 13 Parameter 'vehicleId' is not assigned and could be declared final
80740 src/com/itac/vo/VehicleAlertsVO.java 13 The user-supplied array 'alerts' is stored directly.
80741 src/com/itac/vo/VehicleAlertsVO.java 13 publicMethodCommentRequirement Required
80742 src/com/itac/vo/VehicleAlertsVO.java 20 publicMethodCommentRequirement Required
80743 src/com/itac/vo/VehicleAlertsVO.java 24 Parameter 'vehicleId' is not assigned and could be declared final
80744 src/com/itac/vo/VehicleAlertsVO.java 24 publicMethodCommentRequirement Required
80745 src/com/itac/vo/VehicleAlertsVO.java 28 publicMethodCommentRequirement Required
80746 src/com/itac/vo/VehicleAlertsVO.java 29 Returning 'alerts' may expose an internal array.
80747 src/com/itac/vo/VehicleAlertsVO.java 32 Parameter 'alerts' is not assigned and could be declared final
80748 src/com/itac/vo/VehicleAlertsVO.java 32 The user-supplied array 'alerts' is stored directly.
80749 src/com/itac/vo/VehicleAlertsVO.java 32 publicMethodCommentRequirement Required
80750 src/com/itac/vo/VehicleDetailVO.java 6 headerCommentRequirement Required
80751 src/com/itac/vo/VehicleDetailVO.java 9 fieldCommentRequirement Required
80752 src/com/itac/vo/VehicleDetailVO.java 10 fieldCommentRequirement Required
80753 src/com/itac/vo/VehicleDetailVO.java 11 fieldCommentRequirement Required
80754 src/com/itac/vo/VehicleDetailVO.java 12 fieldCommentRequirement Required
80755 src/com/itac/vo/VehicleDetailVO.java 13 fieldCommentRequirement Required
80756 src/com/itac/vo/VehicleDetailVO.java 14 fieldCommentRequirement Required
80757 src/com/itac/vo/VehicleDetailVO.java 16 fieldCommentRequirement Required
80758 src/com/itac/vo/VehicleDetailVO.java 18 publicMethodCommentRequirement Required
80759 src/com/itac/vo/VehicleDetailVO.java 21 Parameter 'expectedTripSMS' is not assigned and could be declared final
80760 src/com/itac/vo/VehicleDetailVO.java 21 publicMethodCommentRequirement Required
80761 src/com/itac/vo/VehicleDetailVO.java 27 publicMethodCommentRequirement Required
80762 src/com/itac/vo/VehicleDetailVO.java 30 Parameter 'totalTripSMS' is not assigned and could be declared final
80763 src/com/itac/vo/VehicleDetailVO.java 30 publicMethodCommentRequirement Required
80764 src/com/itac/vo/VehicleDetailVO.java 33 publicMethodCommentRequirement Required
80765 src/com/itac/vo/VehicleDetailVO.java 36 Parameter 'vehicleId' is not assigned and could be declared final
80766 src/com/itac/vo/VehicleDetailVO.java 36 publicMethodCommentRequirement Required
80767 src/com/itac/vo/VehicleDetailVO.java 39 publicMethodCommentRequirement Required
80768 src/com/itac/vo/VehicleDetailVO.java 42 Parameter 'vehicleName' is not assigned and could be declared final
80769 src/com/itac/vo/VehicleDetailVO.java 42 publicMethodCommentRequirement Required
80770 src/com/itac/vo/VehicleDetailVO.java 45 publicMethodCommentRequirement Required
80771 src/com/itac/vo/VehicleDetailVO.java 48 Parameter 'tripIds' is not assigned and could be declared final
80772 src/com/itac/vo/VehicleDetailVO.java 48 publicMethodCommentRequirement Required
80773 src/com/itac/vo/VehicleDetailVO.java 51 publicMethodCommentRequirement Required
80774 src/com/itac/vo/VehicleDetailVO.java 54 Parameter 'tripName' is not assigned and could be declared final
80775 src/com/itac/vo/VehicleDetailVO.java 54 publicMethodCommentRequirement Required
80776 src/com/itac/vo/VehicleDetailVO.java 57 publicMethodCommentRequirement Required
80777 src/com/itac/vo/VehicleDetailVO.java 60 Parameter 'geofenceId' is not assigned and could be declared final
80778 src/com/itac/vo/VehicleDetailVO.java 60 publicMethodCommentRequirement Required
80779 src/com/itac/vo/VehicleFuelVO.java 3 Avoid unused imports such as 'java.util.Date'
80780 src/com/itac/vo/VehicleFuelVO.java 5 headerCommentRequirement Required
80781 src/com/itac/vo/VehicleFuelVO.java 6 fieldCommentRequirement Required
80782 src/com/itac/vo/VehicleFuelVO.java 7 fieldCommentRequirement Required
80783 src/com/itac/vo/VehicleFuelVO.java 8 fieldCommentRequirement Required
80784 src/com/itac/vo/VehicleFuelVO.java 9 fieldCommentRequirement Required
80785 src/com/itac/vo/VehicleFuelVO.java 10 fieldCommentRequirement Required
80786 src/com/itac/vo/VehicleFuelVO.java 11 fieldCommentRequirement Required
80787 src/com/itac/vo/VehicleFuelVO.java 12 Document empty constructor
80788 src/com/itac/vo/VehicleFuelVO.java 12 publicMethodCommentRequirement Required
80789 src/com/itac/vo/VehicleFuelVO.java 15 Parameter 'creationTime' is not assigned and could be declared final
80790 src/com/itac/vo/VehicleFuelVO.java 15 Parameter 'refuelQuantity' is not assigned and could be declared final
80791 src/com/itac/vo/VehicleFuelVO.java 15 publicMethodCommentRequirement Required
80792 src/com/itac/vo/VehicleFuelVO.java 16 Parameter 'lattitude' is not assigned and could be declared final
80793 src/com/itac/vo/VehicleFuelVO.java 16 Parameter 'longitude' is not assigned and could be declared final
80794 src/com/itac/vo/VehicleFuelVO.java 16 Parameter 'tripid' is not assigned and could be declared final
80795 src/com/itac/vo/VehicleFuelVO.java 26 Parameter 'creationTime' is not assigned and could be declared final
80796 src/com/itac/vo/VehicleFuelVO.java 26 Parameter 'refuelQuantity' is not assigned and could be declared final
80797 src/com/itac/vo/VehicleFuelVO.java 26 publicMethodCommentRequirement Required
80798 src/com/itac/vo/VehicleFuelVO.java 27 Parameter 'lattitude' is not assigned and could be declared final
80799 src/com/itac/vo/VehicleFuelVO.java 27 Parameter 'location' is not assigned and could be declared final
80800 src/com/itac/vo/VehicleFuelVO.java 27 Parameter 'longitude' is not assigned and could be declared final
80801 src/com/itac/vo/VehicleFuelVO.java 27 Parameter 'tripid' is not assigned and could be declared final
80802 src/com/itac/vo/VehicleFuelVO.java 36 publicMethodCommentRequirement Required
80803 src/com/itac/vo/VehicleFuelVO.java 39 Parameter 'creationTime' is not assigned and could be declared final
80804 src/com/itac/vo/VehicleFuelVO.java 39 publicMethodCommentRequirement Required
80805 src/com/itac/vo/VehicleFuelVO.java 42 publicMethodCommentRequirement Required
80806 src/com/itac/vo/VehicleFuelVO.java 45 Parameter 'refuelQuantity' is not assigned and could be declared final
80807 src/com/itac/vo/VehicleFuelVO.java 45 publicMethodCommentRequirement Required
80808 src/com/itac/vo/VehicleFuelVO.java 48 publicMethodCommentRequirement Required
80809 src/com/itac/vo/VehicleFuelVO.java 51 Parameter 'lattitude' is not assigned and could be declared final
80810 src/com/itac/vo/VehicleFuelVO.java 51 publicMethodCommentRequirement Required
80811 src/com/itac/vo/VehicleFuelVO.java 54 publicMethodCommentRequirement Required
80812 src/com/itac/vo/VehicleFuelVO.java 57 Parameter 'longitude' is not assigned and could be declared final
80813 src/com/itac/vo/VehicleFuelVO.java 57 publicMethodCommentRequirement Required
80814 src/com/itac/vo/VehicleFuelVO.java 60 publicMethodCommentRequirement Required
80815 src/com/itac/vo/VehicleFuelVO.java 63 Parameter 'tripid' is not assigned and could be declared final
80816 src/com/itac/vo/VehicleFuelVO.java 63 publicMethodCommentRequirement Required
80817 src/com/itac/vo/VehicleFuelVO.java 66 publicMethodCommentRequirement Required
80818 src/com/itac/vo/VehicleFuelVO.java 69 Parameter 'location' is not assigned and could be declared final
80819 src/com/itac/vo/VehicleFuelVO.java 69 publicMethodCommentRequirement Required
80820 src/com/itac/vo/VehicleGroupInfoVO.java 3 headerCommentRequirement Required
80821 src/com/itac/vo/VehicleGroupInfoVO.java 5 fieldCommentRequirement Required
80822 src/com/itac/vo/VehicleGroupInfoVO.java 6 fieldCommentRequirement Required
80823 src/com/itac/vo/VehicleGroupInfoVO.java 7 fieldCommentRequirement Required
80824 src/com/itac/vo/VehicleGroupInfoVO.java 8 fieldCommentRequirement Required
80825 src/com/itac/vo/VehicleGroupInfoVO.java 9 fieldCommentRequirement Required
80826 src/com/itac/vo/VehicleGroupInfoVO.java 10 fieldCommentRequirement Required
80827 src/com/itac/vo/VehicleGroupInfoVO.java 11 fieldCommentRequirement Required
80828 src/com/itac/vo/VehicleGroupInfoVO.java 13 publicMethodCommentRequirement Required
80829 src/com/itac/vo/VehicleGroupInfoVO.java 16 Parameter 'vehicleGroupid' is not assigned and could be declared final
80830 src/com/itac/vo/VehicleGroupInfoVO.java 16 publicMethodCommentRequirement Required
80831 src/com/itac/vo/VehicleGroupInfoVO.java 19 publicMethodCommentRequirement Required
80832 src/com/itac/vo/VehicleGroupInfoVO.java 22 Parameter 'vehicleGroupName' is not assigned and could be declared final
80833 src/com/itac/vo/VehicleGroupInfoVO.java 22 publicMethodCommentRequirement Required
80834 src/com/itac/vo/VehicleGroupInfoVO.java 25 publicMethodCommentRequirement Required
80835 src/com/itac/vo/VehicleGroupInfoVO.java 28 Parameter 'vehicleId' is not assigned and could be declared final
80836 src/com/itac/vo/VehicleGroupInfoVO.java 28 publicMethodCommentRequirement Required
80837 src/com/itac/vo/VehicleGroupInfoVO.java 31 publicMethodCommentRequirement Required
80838 src/com/itac/vo/VehicleGroupInfoVO.java 34 Parameter 'speed' is not assigned and could be declared final
80839 src/com/itac/vo/VehicleGroupInfoVO.java 34 publicMethodCommentRequirement Required
80840 src/com/itac/vo/VehicleGroupInfoVO.java 37 publicMethodCommentRequirement Required
80841 src/com/itac/vo/VehicleGroupInfoVO.java 40 Parameter 'altitude' is not assigned and could be declared final
80842 src/com/itac/vo/VehicleGroupInfoVO.java 40 publicMethodCommentRequirement Required
80843 src/com/itac/vo/VehicleGroupInfoVO.java 43 publicMethodCommentRequirement Required
80844 src/com/itac/vo/VehicleGroupInfoVO.java 46 Parameter 'fuelContent' is not assigned and could be declared final
80845 src/com/itac/vo/VehicleGroupInfoVO.java 46 publicMethodCommentRequirement Required
80846 src/com/itac/vo/VehicleGroupInfoVO.java 49 publicMethodCommentRequirement Required
80847 src/com/itac/vo/VehicleGroupInfoVO.java 52 Parameter 'batteryStatus' is not assigned and could be declared final
80848 src/com/itac/vo/VehicleGroupInfoVO.java 52 publicMethodCommentRequirement Required
80849 src/com/itac/vo/VehicleIdleVO.java 5 headerCommentRequirement Required
80850 src/com/itac/vo/VehicleIdleVO.java 6 fieldCommentRequirement Required
80851 src/com/itac/vo/VehicleIdleVO.java 7 fieldCommentRequirement Required
80852 src/com/itac/vo/VehicleIdleVO.java 8 fieldCommentRequirement Required
80853 src/com/itac/vo/VehicleIdleVO.java 11 fieldCommentRequirement Required
80854 src/com/itac/vo/VehicleIdleVO.java 12 Document empty constructor
80855 src/com/itac/vo/VehicleIdleVO.java 12 publicMethodCommentRequirement Required
80856 src/com/itac/vo/VehicleIdleVO.java 16 Parameter 'vehicleId' is not assigned and could be declared final
80857 src/com/itac/vo/VehicleIdleVO.java 16 Parameter 'vehicleName' is not assigned and could be declared final
80858 src/com/itac/vo/VehicleIdleVO.java 16 publicMethodCommentRequirement Required
80859 src/com/itac/vo/VehicleIdleVO.java 17 Parameter 'fuelLostVo' is not assigned and could be declared final
80860 src/com/itac/vo/VehicleIdleVO.java 17 Parameter 'totalFuelLost' is not assigned and could be declared final
80861 src/com/itac/vo/VehicleIdleVO.java 26 publicMethodCommentRequirement Required
80862 src/com/itac/vo/VehicleIdleVO.java 29 Parameter 'vehicleId' is not assigned and could be declared final
80863 src/com/itac/vo/VehicleIdleVO.java 29 publicMethodCommentRequirement Required
80864 src/com/itac/vo/VehicleIdleVO.java 32 publicMethodCommentRequirement Required
80865 src/com/itac/vo/VehicleIdleVO.java 35 Parameter 'vehicleName' is not assigned and could be declared final
80866 src/com/itac/vo/VehicleIdleVO.java 35 publicMethodCommentRequirement Required
80867 src/com/itac/vo/VehicleIdleVO.java 39 publicMethodCommentRequirement Required
80868 src/com/itac/vo/VehicleIdleVO.java 43 Parameter 'totalFuelLost' is not assigned and could be declared final
80869 src/com/itac/vo/VehicleIdleVO.java 43 publicMethodCommentRequirement Required
80870 src/com/itac/vo/VehicleIdleVO.java 47 publicMethodCommentRequirement Required
80871 src/com/itac/vo/VehicleIdleVO.java 51 Parameter 'fuelLostVo' is not assigned and could be declared final
80872 src/com/itac/vo/VehicleIdleVO.java 51 publicMethodCommentRequirement Required
80873 src/com/itac/vo/VehicleSpeedValues.java 3 headerCommentRequirement Required
80874 src/com/itac/vo/VehicleSpeedValues.java 4 fieldCommentRequirement Required
80875 src/com/itac/vo/VehicleSpeedValues.java 5 fieldCommentRequirement Required
80876 src/com/itac/vo/VehicleSpeedValues.java 6 Document empty constructor
80877 src/com/itac/vo/VehicleSpeedValues.java 6 publicMethodCommentRequirement Required
80878 src/com/itac/vo/VehicleSpeedValues.java 9 Parameter 'speedValues' is not assigned and could be declared final
80879 src/com/itac/vo/VehicleSpeedValues.java 9 Parameter 'vehicleId' is not assigned and could be declared final
80880 src/com/itac/vo/VehicleSpeedValues.java 9 The user-supplied array 'speedValues' is stored directly.
80881 src/com/itac/vo/VehicleSpeedValues.java 9 publicMethodCommentRequirement Required
80882 src/com/itac/vo/VehicleSpeedValues.java 14 publicMethodCommentRequirement Required
80883 src/com/itac/vo/VehicleSpeedValues.java 17 Parameter 'vehicleId' is not assigned and could be declared final
80884 src/com/itac/vo/VehicleSpeedValues.java 17 publicMethodCommentRequirement Required
80885 src/com/itac/vo/VehicleSpeedValues.java 20 publicMethodCommentRequirement Required
80886 src/com/itac/vo/VehicleSpeedValues.java 21 Returning 'speedValues' may expose an internal array.
80887 src/com/itac/vo/VehicleSpeedValues.java 23 Parameter 'speedValues' is not assigned and could be declared final
80888 src/com/itac/vo/VehicleSpeedValues.java 23 The user-supplied array 'speedValues' is stored directly.
80889 src/com/itac/vo/VehicleSpeedValues.java 23 publicMethodCommentRequirement Required
80890 src/com/itac/vo/VehicleTripId.java 3 headerCommentRequirement Required
80891 src/com/itac/vo/VehicleTripId.java 4 fieldCommentRequirement Required
80892 src/com/itac/vo/VehicleTripId.java 5 fieldCommentRequirement Required
80893 src/com/itac/vo/VehicleTripId.java 6 fieldCommentRequirement Required
80894 src/com/itac/vo/VehicleTripId.java 7 fieldCommentRequirement Required
80895 src/com/itac/vo/VehicleTripId.java 8 Document empty constructor
80896 src/com/itac/vo/VehicleTripId.java 8 publicMethodCommentRequirement Required
80897 src/com/itac/vo/VehicleTripId.java 11 Parameter 'tripId' is not assigned and could be declared final
80898 src/com/itac/vo/VehicleTripId.java 11 Parameter 'vehicleId' is not assigned and could be declared final
80899 src/com/itac/vo/VehicleTripId.java 11 Parameter 'vehicleName' is not assigned and could be declared final
80900 src/com/itac/vo/VehicleTripId.java 11 publicMethodCommentRequirement Required
80901 src/com/itac/vo/VehicleTripId.java 17 Parameter 'holiday' is not assigned and could be declared final
80902 src/com/itac/vo/VehicleTripId.java 17 publicMethodCommentRequirement Required
80903 src/com/itac/vo/VehicleTripId.java 21 publicMethodCommentRequirement Required
80904 src/com/itac/vo/VehicleTripId.java 24 Parameter 'vehicleId' is not assigned and could be declared final
80905 src/com/itac/vo/VehicleTripId.java 24 publicMethodCommentRequirement Required
80906 src/com/itac/vo/VehicleTripId.java 27 publicMethodCommentRequirement Required
80907 src/com/itac/vo/VehicleTripId.java 30 Parameter 'tripId' is not assigned and could be declared final
80908 src/com/itac/vo/VehicleTripId.java 30 publicMethodCommentRequirement Required
80909 src/com/itac/vo/VehicleTripId.java 33 publicMethodCommentRequirement Required
80910 src/com/itac/vo/VehicleTripId.java 36 Parameter 'vehicleName' is not assigned and could be declared final
80911 src/com/itac/vo/VehicleTripId.java 36 publicMethodCommentRequirement Required
80912 src/com/itac/vo/VehicleTripId.java 39 publicMethodCommentRequirement Required
80913 src/com/itac/vo/VehicleTripId.java 42 Parameter 'holiday' is not assigned and could be declared final
80914 src/com/itac/vo/VehicleTripId.java 42 publicMethodCommentRequirement Required
80915 src/com/itac/vo/VehicleVO.java 3 Each class should declare at least one constructor
80916 src/com/itac/vo/VehicleVO.java 3 headerCommentRequirement Required